Kanda
Experimental web-based frontend for annotating Japanese text for intensive reading. Backed by Curtiz-Japanese-NLP.
Visit https://fasiha.github.io/kanda to use the app!
On mobile:
On desktop:
Dev
Go here to use the app. The rest of this section is for developers seeking to build and run it locally.
Install recent versions of Git and Node.js if you don't have them already. Then, at the command line (Terminal, xterm, Command Prompt, etc.), run the following:
cd kanda
npm i
npx snowpack dev
Then, open http://localhost:8080/
By default, this will hit Curtiz-Japanese-NLP running on Glitch. If you'd like to have a much faster local experience, install
- MeCab,
- UniDic,
- Curtiz-Japanese-NLP and run it.