EntityGuard

constructor(stopwords: Set<String> = Vocabulary.STOPWORDS, sentenceOpeners: Set<String> = Vocabulary.SENTENCE_OPENERS, nonEntityCapitals: Set<String> = Vocabulary.NON_ENTITY_CAPITALS)