dweiss opened a new issue, #15365: URL: https://github.com/apache/lucene/issues/15365
### Description While refactoring the gradle code/data generation code I stumbled across the fact that we currently have two different tasks for generating the same set of output files - one is compileMecab, the other is compileNaist. They use different inputs but write to the same output files. There is also this patch, which seems to be hanging or abandoned - https://github.com/apache/lucene/pull/12517/files I don't have any experience with Kuromoji... is there any reason to keep both inputs? Should it be configurable at runtime somehow? At the moment, to get naist dictionary, you need to generate it by hand and recompile Lucene. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
