- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for stopwordsCreator (0.14 sec)
-
src/main/java/org/codelibs/fess/dict/stopwords/StopwordsCreator.java
import org.codelibs.fess.dict.DictionaryFile; import org.codelibs.fess.dict.DictionaryItem; import jakarta.annotation.PostConstruct; public class StopwordsCreator extends DictionaryCreator { private static final Logger logger = LogManager.getLogger(StopwordsCreator.class); public StopwordsCreator() { super("stopwords.*\\.txt"); } @PostConstruct public void register() { if (logger.isInfoEnabled()) {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 1.6K bytes - Viewed (0) -
src/main/resources/fess_dict.xml
</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" class="org.codelibs.fess.dict.mapping.CharMappingCreator"> </component>
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Jul 28 02:34:33 UTC 2018 - 990 bytes - Viewed (0)