- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for ProtwordsCreator (0.4 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)