- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for TextUtil (0.06 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/util/TextUtil.java
import org.slf4j.Logger; import org.slf4j.LoggerFactory; /** * @author shinsuke * @author kaorufuzita * */ public final class TextUtil { private static final Logger logger = LoggerFactory.getLogger(TextUtil.class); private TextUtil() { } public static class TextNormalizeContext { private final Reader reader; private int initialCapacity = 10000;
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Sat Oct 12 01:40:57 UTC 2024 - 7.9K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/impl/TikaExtractor.java
import org.codelibs.fess.crawler.exception.CrawlerSystemException; import org.codelibs.fess.crawler.exception.ExtractException; import org.codelibs.fess.crawler.extractor.Extractor; import org.codelibs.fess.crawler.util.TextUtil; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.xml.sax.ContentHandler; import org.xml.sax.SAXException; import jakarta.annotation.PostConstruct; /** * @author shinsuke * */
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Sat Oct 12 01:41:37 UTC 2024 - 25K bytes - Viewed (0) -
CONTRIBUTING.md
* Be careful when using features introduced in Java 1.7 or later. Some parts of Gradle still need to run on Java 6. * Normalize file paths in tests. The `org.gradle.util.internal.TextUtil` class has some useful functions for this purpose. You can consult the [Architecture documentation](architecture) to learn about some of the architecture of Gradle. ### Contributing to documentation
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Tue Nov 05 15:15:33 UTC 2024 - 15.6K bytes - Viewed (0)