- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_multipleNormalizers (1.55 sec)
-
src/test/java/org/codelibs/fess/suggest/normalizer/NormalizerChainTest.java
chain.add(new FullWidthToHalfWidthAlphabetNormalizer()); String result = chain.normalize("abc", "field"); assertEquals("abc", result); } @Test public void test_multipleNormalizers() throws Exception { NormalizerChain chain = new NormalizerChain(); chain.add(new FullWidthToHalfWidthAlphabetNormalizer()); chain.add(new HankakuKanaToZenkakuKana());
Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Mon Nov 17 14:23:01 UTC 2025 - 4.3K bytes - Viewed (0)