ImprovTools
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
ImprovTools
:features:encyclopaedia:data
/
com.brokenkernel.improvtools.encyclopaedia.data
/
DictionaryInfo
Dictionary
Info
interface
DictionaryInfo
(
source
)
Inheritors
ActionWordsDictionaryInfo
ExtJwnlDictionaryInfo
Members
Functions
get
Synonyms
POSMap
Link copied to clipboard
abstract
fun
getSynonymsPOSMap
(
word
:
String
)
:
Map
<
String
,
List
<
WordInfo
>
>
get
Words
By
Type
Link copied to clipboard
abstract
fun
getWordsByType
(
wordtype
:
WordType
)
:
ImmutableSet
<
String
>
has
Word
Info
Link copied to clipboard
abstract
fun
hasWordInfo
(
word
:
String
)
:
Boolean
synonyms
For
Word
Link copied to clipboard
abstract
fun
synonymsForWord
(
word
:
String
)
:
ImmutableSet
<
String
>