We introduce Stanza, an open-source Python natural language processing
toolkit supporting 66 human languages. Compared to existing widely used
toolkits, Stanza features a language-agnostic fully neural pipeline for text
analysis, including tokenization, m... (more…)
Read more »
Learn how to create a Python program that sends you an SMS text message whenever an event happens, such as university class registration opens. (more…)
Read more »
The challenge In an N by N square grid, each cell is either empty (0) or blocked (1). A clear path from top-left to bottom-right has length k if and only if it is composed of cells C_1, C_2, ..., C_k such that: Adjacent cells C_i and C_{i+1} are connected... (more…)
Read more »
Recently, I came across a resource that allowed me to download the entire collection of UTZOO NetNews Archive of the earliest USENET posts. These were essentially the earliest available discussions posted to the Internet by people working at various Unive... (more…)
Read more »
As you can probably tell from the title in this post I will be toying around with python and sound to detect sound patterns. More… (more…)
Read more »