Kmemo
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Kmemo
kmemo-core
/
dev.kmemo.guard
/
EntityGuard
/
EntityGuard
Entity
Guard
constructor
(
stopwords
:
Set
<
String
>
=
Vocabulary.STOPWORDS
,
sentenceOpeners
:
Set
<
String
>
=
Vocabulary.SENTENCE_OPENERS
,
nonEntityCapitals
:
Set
<
String
>
=
Vocabulary.NON_ENTITY_CAPITALS
)