public interface TermFilter extends CloneableSerializable
| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<TermOccurrence> |
filterTerms(java.lang.Iterable<? extends TermOccurrence> terms)
Filters the given list of terms into a new list of terms based on some
internal criteria for what constitutes a term.
|
clonejava.lang.Iterable<TermOccurrence> filterTerms(java.lang.Iterable<? extends TermOccurrence> terms)
terms - The terms to filter.