twosom opened a new issue, #12389: URL: https://github.com/apache/lucene/issues/12389
### Description ## Description Analyzer `Nori` and `Kuromoji` use a class called `CSVUtil` to parsing CSV Text The problem is that the `CSVUtil` class exists for each analyzer module. We need to move this `CSVUtil` into one common module. -- 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]
