Package | Description |
---|---|
squidpony |
Utilities that don't fit elsewhere in SquidLib, like text manipulation, some interfaces, and compatibility code.
|
Modifier and Type | Method and Description |
---|---|
Thesaurus |
Thesaurus.addCategory(String keyword,
Collection<String> synonyms)
Allows this Thesaurus to replace a specific keyword, typically containing multiple backtick characters ('`') so
it can't be confused with a "real word," with one of the words in synonyms (chosen in shuffled order).
|
Thesaurus |
Thesaurus.addFakeWords()
Adds a large list of words pre-generated by FakeLanguageGen and hand-picked for fitness, and makes them
accessible with a keyword based on the language and any tweaks made to it.
|
Thesaurus |
Thesaurus.addKnownCategories()
Adds several pre-made categories to this Thesaurus' known categories, but won't cause it to try to replace normal
words with synonyms (only categories, which contain backticks in the name).
|
Thesaurus |
Thesaurus.addSynonyms(Collection<String> synonyms)
Allows this Thesaurus to find the exact words in synonyms and, when requested, replace each occurrence with a
different word from the same Collection.
|
Copyright © 2012–2016. All rights reserved.