querqy.lucene.contrib.rewrite.wordbreak.Morphology Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of querqy-lucene Show documentation
Show all versions of querqy-lucene Show documentation
Querqy library for query rewriting for Lucene
The newest version!
package querqy.lucene.contrib.rewrite.wordbreak;
import java.util.List;
public interface Morphology {
Compound[] suggestCompounds(CharSequence left, CharSequence right);
List suggestWordBreaks(CharSequence word, int minBreakLength);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy