Interface Stopwords

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getLanguage()
      Return the language for this resource, e.g.
      boolean isStopword​(String word)
      Returns true if a word is a stopword, or false otherwise
      • Methods inherited from interface io.annot8.api.components.Annot8Component

        close
    • Method Detail

      • getLanguage

        String getLanguage()
        Return the language for this resource, e.g. en
      • isStopword

        boolean isStopword​(String word)
        Returns true if a word is a stopword, or false otherwise