jumanpp

Japanese morphological analyzer using recurrent neural network language model

brewmacoslinux
Try with needOr install directly
Source

About

Japanese Morphological Analyzer based on RNNLM

Commands

jumanpp

Examples

Analyze Japanese text from stdin$ echo '日本語を解析します' | jumanpp
Analyze text from a file$ jumanpp < input.txt
Display detailed morphological analysis with parts of speech$ echo '今日は良い天気です' | jumanpp --show-all-candidates