- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for protwordsCreator (0.05 sec)
-
src/main/java/org/codelibs/fess/dict/protwords/ProtwordsCreator.java
*/ public class ProtwordsCreator extends DictionaryCreator { private static final Logger logger = LogManager.getLogger(ProtwordsCreator.class); /** * Constructor for ProtwordsCreator. * Initializes the creator with a pattern to match protwords files. */ public ProtwordsCreator() { super("protwords.*\\.txt"); } /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2K bytes - Viewed (0) -
src/main/resources/fess_dict.xml
</component> <component name="stemmerOverrideCreator" class="org.codelibs.fess.dict.stemmeroverride.StemmerOverrideCreator"> </component> <component name="protwordsCreator" class="org.codelibs.fess.dict.protwords.ProtwordsCreator"> </component> <component name="stopwordsCreator" class="org.codelibs.fess.dict.stopwords.StopwordsCreator"> </component> <component name="charMappingCreator"
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 28 02:34:33 UTC 2018 - 990 bytes - Viewed (0)