WordOrderGuard

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

Parameters

minAnchors

anchors both prompts must carry before an order difference is read as evidence. Two is the minimum that can express a relation at all; higher makes the guard quieter still.