StopWords typedef

StopWords = Set<Term>

An alias for a Set of String, when used in the context of a collection of Term that are excluded from tokenization.

Implementation

typedef StopWords = Set<Term>;