Category: TaggedPBC
← Return to Blog Index
2026
When working with languages, it is important to keep in mind
the context in which they exist. While “context” has many
different facets, a primary aspect is geography. Geographical
(and topographi..
(more)
If you’ve followed my blog for any length of time, you
probably know that I’m interested in languages of the world.
The incredible diversity in linguistic structures found in the
roughly 7,000 wor..
(more)
It’s that time of the semester where I’m in the throes of
assessing student work for classes and trying to submit
grades. One of my tasks has recently involved NLP projects
related to the *taggedP..
(more)
When I began developing the
taggedPBC I needed to
represent all of the roughly 2,000 languages in a similar way,
in order to facilitate comparison. As noted in a previous
post, while the majority of..
(more)
I sometimes find myself wanting to work on a project involving
data or code from Github. Many such repositories are quite
small and easy to work with, containing mostly text files.
Occasionally, howev..
(more)
When working with actual language data, one major concern is
how to represent that data. Many times as researchers the
things we want to compare are not equivalent, so we must use
the best approximati..
(more)
My interest in languages has led to some interesting places,
working on languages from different families in various
contexts. Most recently I’ve been curious about the ways that
languages develop ove..
(more)
Since 2023 I’ve been teaching a course on natural language
processing at NTU Singapore. The goal is for students to learn
basic Python programming skills that allow them to work with
language data. Ty..
(more)
2025
About a year ago I was looking for annotated texts to
investigate some questions I had about word order. My main
question was whether it was possible to extract word order
from corpora, but I realized..
(more)