Interface Stopwords
-
- All Superinterfaces:
io.annot8.api.components.Annot8Component,AutoCloseable,io.annot8.api.components.Resource
- All Known Implementing Classes:
CollectionStopwords,NoOpStopwords,StopwordsIso
public interface Stopwords extends io.annot8.api.components.Resource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetLanguage()Return the language for this resource, e.g.booleanisStopword(String word)Returns true if a word is a stopword, or false otherwise
-