ikawaha / kagome

Self-contained Japanese Morphological Analyzer written in pure Go
MIT License
804 stars 53 forks source link

Working examples #296

Closed ikawaha closed 1 year ago

ikawaha commented 1 year ago

see. https://github.com/ikawaha/kagome/issues/277#issuecomment-1340182326, #299

./sample/
├── dict
│   └── userdict.txt
├── example      ← ※ folder for adding working examples
└── wasm
    ├── README.md
    ├── go.mod
    ├── kagome.html
    └── main.go