From https://github.com/textlint-ja/textlint-rule-max-ten/pull/16#issuecomment-991891587 Currently, `getToknizer` just return kuromoji.js object. Instead of it, we want to wrap the `tokenize` and `tokenizeSentence` with LRU cache. cc @k-tahiro
From textlint-ja/textlint-rule-max-ten#16 (comment)
Currently,
getToknizerjust return kuromoji.js object.Instead of it, we want to wrap the
tokenizeandtokenizeSentencewith LRU cache.cc @k-tahiro