All Downloads are FREE. Search and download functionalities are using the official Maven repository.

querqy.lucene.contrib.rewrite.wordbreak.Morphology Maven / Gradle / Ivy

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