kagome
kagome copied to clipboard
Self-contained Japanese Morphological Analyzer written in pure Go
KEINOS Thank you very much! Maybe this is obvious stuff and one is expected to know this, but I think it would be nice to include something like your comment...
see also. https://github.com/ikawaha/kagome/issues/216
Unknown word nodes that are not on the best path are omitted. Add a debug option to display them.
is it possible to use the cmdline tool for interactive romaji transliteration? e.g. ```` $ kagome -romaji ローマ字変換プログラム作ってみた。 Roma ji henkan program tsukutte mita. ```` (same as [cutlet](https://github.com/polm/cutlet))
see. https://github.com/ikawaha/kagome/issues/277#issuecomment-1340182326 ``` ./sample/ ├── dict │ └── userdict.txt ├── example ← ※ folder for adding working examples └── wasm ├── README.md ├── go.mod ├── kagome.html └── main.go ```