kStopWords constant

Set<String> const kStopWords

A collection of stop-words excluded from tokenization.

Implementation

static const kStopWords = _EnglishConstants.kStopWords;