joshstephenson
Sometimes mobile apps developer. Oftentimes language nerd. Founder of @brightmediums
Bright MediumsColombia
Pinned Repositories
HowToMakeApps
All projects for all episodes of How to Make Apps (YouTube)
2022-shared-tasks
Dynamic-Connectivity-in-Swift
A grid-based exploration of algorithms for shortest path, union-find and depth first search. Implemented in Swift and SwiftUI.
gutenberg-topic-modeling
Topic modeling books from The Gutenberg Project
MorphemeSegmentation
This is a survey of morpheme segmentation techniques including 2 baselines (BertTokenizer, Morfessor 2.0) and 2 supervised (LSTM, Transformer).
Sliding-Tile-Puzzle
This is a sliding puzzle game with AI solution finder. The solution employs a minimum priority queue (binary heap) coupled with an A* algorithm.
SubtitleAlignment
A python command-line tool to align utterances from subtitle language pairs
Video-Library-Tools
BASH shell script to move downloaded videos from one directory to another, encoding them as MP4 if necessary along the way via HandBrake.
Viterbi-Python-Implementation
Inspired by Jurafsy and Martin 2021, chapter 8
Wordle-Solver-Rust
Finds the lower bound solutions for all Wordle daily puzzles.
joshstephenson's Repositories
joshstephenson/Sliding-Tile-Puzzle
This is a sliding puzzle game with AI solution finder. The solution employs a minimum priority queue (binary heap) coupled with an A* algorithm.
joshstephenson/MorphemeSegmentation
This is a survey of morpheme segmentation techniques including 2 baselines (BertTokenizer, Morfessor 2.0) and 2 supervised (LSTM, Transformer).
joshstephenson/Dynamic-Connectivity-in-Swift
A grid-based exploration of algorithms for shortest path, union-find and depth first search. Implemented in Swift and SwiftUI.
joshstephenson/gutenberg-topic-modeling
Topic modeling books from The Gutenberg Project
joshstephenson/Video-Library-Tools
BASH shell script to move downloaded videos from one directory to another, encoding them as MP4 if necessary along the way via HandBrake.
joshstephenson/Wordle-Solver-Rust
Finds the lower bound solutions for all Wordle daily puzzles.
joshstephenson/2022-shared-tasks
joshstephenson/ChorusFinder
Python script to identify chorus in lyric text by finding longest repeated substring.
joshstephenson/fairseq-entmax
Demo of fairseq with entmax loss and fenchel-young label smoothing
joshstephenson/PhoneticFlashCards
Audio prompts of IPA sounds for studying the International Phonetic Alphabet.
joshstephenson/SubtitleAlignment
A python command-line tool to align utterances from subtitle language pairs
joshstephenson/Viterbi-Python-Implementation
Inspired by Jurafsy and Martin 2021, chapter 8
joshstephenson/Wordle-Solver
Python script to solve NYTimes Wordle in least possible guesses
joshstephenson/WordNet-Explorer
Explorer for Nouns from Princeton's WordNet Database
joshstephenson/BabyBERTa
Source code for CoNLL 2021 paper by Huebner et al. 2021
joshstephenson/HandBrake
HandBrake's main development repository
joshstephenson/inflect
Accurately generate plurals, singular nouns, ordinals, indefinite articles, and word-based representations of numbers. This functionality is limited to English.
joshstephenson/SentAlign