- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for sentence (0.04 sec)
-
src/main/java/org/codelibs/fess/suggest/normalizer/NormalizerChain.java
* <li>{@link #add(Normalizer)} - Adds a new normalizer to the chain.</li> * </ul> * * <p>Fields:</p> * <ul> * <li>{@code normalizers} - A list of normalizers to be applied in sequence.</li> * </ul> */ public class NormalizerChain implements Normalizer { /** * Constructs a new {@link NormalizerChain}. */ public NormalizerChain() { // nothing }
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Fri Jul 04 14:00:23 UTC 2025 - 2.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/suggest/converter/ReadingConverterChain.java
import java.io.IOException; import java.util.ArrayList; import java.util.LinkedList; import java.util.List; import java.util.Queue; /** * A chain of {@link ReadingConverter} implementations that applies each converter in sequence to generate possible reading variations of a given text. * It maintains a list of ReadingConverter instances and iterates through them, applying each converter to the input text and accumulating the results.Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Fri Jul 04 14:00:23 UTC 2025 - 2.5K bytes - Viewed (0) -
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
</mime-type> <mime-type type="image/heic-sequence"> <alias type="image/hevc-sequence"/> <_comment>HEIF Sequence using HEVC Codec</_comment> <acronym>HEVC</acronym> <magic priority="60"> <match value="ftyphevc" type="string" offset="4"/> <match value="ftyphevx" type="string" offset="4"/> </magic> <sub-class-of type="image/heif-sequence" /> </mime-type>Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Mar 13 08:18:01 UTC 2025 - 320.1K bytes - Viewed (1)