isStopword abstract method

bool isStopword(
  1. String term
)
inherited

Returns true if the term is a stopword excluded from tokenization.

Implementation

bool isStopword(String term);