mreichhoff

↗ HN profile [ 35.7 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. I made a simple Chrome extension that: * color codes Chinese text based on the tone of each syllable * provides a popup dictionary * gives example sentences, useful links, and AI analysis while you browse * integrates…

  2. I made a little language learning tool. It represents languages as a trie data structure, so that learners can quickly pick up phrases and usage patterns when they learn a new word. It's a bit rudimentary at the moment,…

  3. I've been working on a free Chinese language learning tool for awhile now. The main insight is that Chinese characters are used together to form words, and that this allows for a way of quickly getting information about…

  4. Just for fun, I built a language learning tool. It represents Chinese and Japanese as graphs of characters, with connections indicating given characters can form a word. It can also decompose characters to give clues on…