msokolov commented on issue #862: LUCENE-8971: Enable constructing JapaneseTokenizer with custom dictio… URL: https://github.com/apache/lucene-solr/pull/862#issuecomment-530482206 But to answer your question a little more fully: the way this works is, you use DictionaryBuilder, in the same way that the build system does it to build the built-in dictionary. Then you put that dictionary on your classpath (or on the filesystem), and pass that path to the JapaneseTokenizer constructor.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
