- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testAnalyzeWithPunctuation (0.08 sec)
-
src/test/java/org/codelibs/fess/suggest/analysis/SuggestAnalyzerTest.java
assertEquals("word" + i, tokens.get(i).getTerm()); assertEquals("WORD" + i, ((TestAnalyzeToken) tokens.get(i)).getReading()); } } @Test public void testAnalyzeWithPunctuation() { // Test analyze with various punctuation String text = "Hello, world! How are you? I'm fine."; String field = "content"; String lang = "en";
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Mon Sep 01 13:33:03 UTC 2025 - 15.7K bytes - Viewed (0)