Studying computers and languages

I recently graduated from Middlebury College studying Computer Science as a major and Linguistics as a minor. I am intensely interested in where these two fields converge.

Here are some of the things which I have worked on or studied in the past few years:

2026 —

3rdSpace.me

After struggling with using social media for years, inspired by the early social networks of the 2000’s, I created 3rdSpace. In Ray Oldenburg’s 1989 book The Great Good Place, he popularized the ‘third space’ theory. He describes the spaces between work and home where people build community and socialize.

In the past decades, and especially after 2020, these third spaces have been struggling. Consequently, the early years of web 2.0 saw the bloom of a great number of new virtual third places, which connected people from all over the world in ways Oldenburg could not have imagined.

With inspiration from Myspace, Friendster, Facebook, Blogger, and other early 2000s social networks, I am striving to create something in that vein

It is very basic, you have a profile, a wall, and can create and join groups. There is also a shared wall, something very early web-esque. I am hoping to create something with the feeling of the earlier social network revolutions without modern recommendation algorithms or ad-services.

Currently all you need is a Google account to sign up using their proven Oauth API.

2025 —

JSALT 2025

I worked in the AuGI research group of the Jelinek Summer Workshop on Speech and Language Technology in partnership with Johns Hopkins University and Brno University of Technology. I had the wonderful opportunity to collaborate on MMAU-Pro, which is a challenging and comprehensive benchmark for holistic evaluation of Audio General Intelligence. I worked with graduate students from Spain, Czechia, Texas, and many more places to create the speech skill categories used in the final submission to AAAI.

https://arxiv.org/abs/2508.13992

https://sonalkum.github.io/mmau-pro

2024 —

Kinna Wa Learn: Cross-Platform Rohingya Language App

Over the summer 2024, I secured internship funding through the Middlebury CCI to collaborate with the Children on the Edge Organization. Our mission was to support literacy efforts in southeast Asia by developing a cross-platform application that teaches reading and writing in the Rohingya language. This project had two main components: one for iOS and one for Android, with the goal of ensuring functionality parity across both platforms. The application includes features to learn individual symbols, practice handwriting, and use short words/phrases in exercises. The iOS version and our website are now live, with the Android version in closed testing but soon to be released.

Explore our project and the iOS beta here:
iOS Version
Our Website

A Basic iOS Game with Approval to Distribute on the Apple App Store

Over my spring break vacation, I got my first app approved for the Apple app store. It is a simple memory matching game using fruit emojis. This experience was useful learning more about Apple’s Swift language, which behaves quite differently than other languages I am familiar with, particularly in debugging. Xcode provides debugging tools with detailed instructions to fix problems at a much higher quality than what I have been accustomed to in other IDEs/development tools. Read more about my project in my github sites blogpost:
https://norvoke.github.io/posts/ololi/ololi.html

And you can find the app on the App Store here:
https://apps.apple.com/us/app/ololi-match/

2023 —

A Russian Verb Classification Model trained on the Russian Open Corpora dataset

Built to run on Python and using an open, freely-available corpus of the Russian language, I built a model which can correctly predict certain attributes of any input verb. These attributes include things like tense, number, gender, and aspect.

Read my full post about this project here on my github site

Created as the final project for my Machine Learning class

Middlebury College Democracy Initiatives Website

As the Technical Intern at the Center for Community Engagement, I implemented the Vote.org registration portal. The site runs on Drupal and these portals are embedded within the page to run directly through their interfaces.

Visit the site I completed here

Implementation of a Basic Perceptron Algorithm

I implemented the basic “perceptron” algorithm using numerical programming and demonstrate its use on synthetic data sets. Knowledge learned here would later go on to be used in my final project for the class.

Read my full post about this project here on my github site

Created for my Machine Learning class