dungba88 commented on code in PR #12885: URL: https://github.com/apache/lucene/pull/12885#discussion_r1423370558
########## lucene/analysis/kuromoji/src/test/org/apache/lucene/analysis/ja/TestJapaneseReadingFormFilter.java: ########## @@ -88,6 +88,11 @@ protected TokenStreamComponents createComponents(String fieldName) { a.close(); } + public void testKatakanaReadingsHiragana() throws IOException { + assertAnalyzesTo( + katakanaAnalyzer, "が ぎ ぐ げ ご ぁ ゔ", new String[] {"ガ", "ギ", "グ", "ゲ", "ゴ", "ァ", "ヴ"}); Review Comment: I think we could add some test for half-width form as well? -- 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: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org