I'm using kuromoji.js for a web app: https://kuromoji.fluentcards.com/
If you enter 研究, it gets broken down to 研 and 究. The same on the demo site.
However, when I try the same word on the original Java version's website, 研究 gets parsed as a single token.
Is this behavior configurable?
Edit: I've looked through the source and have realized it's using the Viterbi algorithm which is not the default on the original Kuromoji demo site. Hence the difference in the output. Closing the issue.
I'm using kuromoji.js for a web app: https://kuromoji.fluentcards.com/
If you enter 研究, it gets broken down to 研 and 究. The same on the demo site.
However, when I try the same word on the original Java version's website,
研究gets parsed as a single token.Is this behavior configurable?
Edit: I've looked through the source and have realized it's using the Viterbi algorithm which is not the default on the original Kuromoji demo site. Hence the difference in the output. Closing the issue.