Uses of Class
net.didion.jwnl.dictionary.morph.BaseFormSet
Packages that use BaseFormSet
-
Uses of BaseFormSet in net.didion.jwnl.dictionary.morph
Fields in net.didion.jwnl.dictionary.morph declared as BaseFormSetModifier and TypeFieldDescriptionprivate BaseFormSet
DefaultMorphologicalProcessor.LookupInfo._baseForms
Methods in net.didion.jwnl.dictionary.morph that return BaseFormSetMethods in net.didion.jwnl.dictionary.morph with parameters of type BaseFormSetModifier and TypeMethodDescriptionvoid
BaseFormSet.addAll
(BaseFormSet forms) protected boolean
AbstractDelegatingOperation.delegate
(POS pos, String lemma, BaseFormSet forms, String key) boolean
DetachSuffixesOperation.execute
(POS pos, String derivation, BaseFormSet forms) boolean
LookupExceptionsOperation.execute
(POS pos, String derivation, BaseFormSet form) boolean
LookupIndexWordOperation.execute
(POS pos, String lemma, BaseFormSet baseForms) boolean
Operation.execute
(POS pos, String lemma, BaseFormSet baseForms) Execute the operation.boolean
RemovePrepPhrasesOperation.execute
(POS pos, String lemma, BaseFormSet baseForm) boolean
TokenizerOperation.execute
(POS pos, String lemma, BaseFormSet forms) private boolean
TokenizerOperation.tryAllCombinations
(POS pos, String[] tokens, String delimiter, BaseFormSet forms) private boolean
TokenizerOperation.tryAllCombinations
(POS pos, BaseFormSet[] tokenForms, int startIndex, int endIndex, BaseFormSet forms)