1.0.1 • Published 9 years ago
kuromoji-cli v1.0.1
kuromoji-cli
Input text
and Output tokenized text by kuromoji.js.
Installation
npm install kuromoji-cli
Usage
kuromoji text
# or
echo "text" | kuromoji
Example
$ kuromoji 日本語
[
{
"word_id": 871450,
"word_type": "KNOWN",
"word_position": 1,
"surface_form": "日本語",
"pos": "名詞",
"pos_detail_1": "一般",
"pos_detail_2": "*",
"pos_detail_3": "*",
"conjugated_type": "*",
"conjugated_form": "*",
"basic_form": "日本語",
"reading": "ニホンゴ",
"pronunciation": "ニホンゴ"
}
]
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
License
MIT
1.0.1
9 years ago