Uses of Class
net.didion.jwnl.dictionary.morph.BaseFormSet
-
Packages that use BaseFormSet Package Description net.didion.jwnl.dictionary.morph -
-
Uses of BaseFormSet in net.didion.jwnl.dictionary.morph
Methods in net.didion.jwnl.dictionary.morph with parameters of type BaseFormSet Modifier and Type Method Description voidBaseFormSet. addAll(BaseFormSet forms)protected booleanAbstractDelegatingOperation. delegate(POS pos, String lemma, BaseFormSet forms, String key)booleanDetachSuffixesOperation. execute(POS pos, String derivation, BaseFormSet forms)booleanLookupExceptionsOperation. execute(POS pos, String derivation, BaseFormSet form)booleanLookupIndexWordOperation. execute(POS pos, String lemma, BaseFormSet baseForms)booleanOperation. execute(POS pos, String lemma, BaseFormSet baseForms)Execute the operation.booleanRemovePrepPhrasesOperation. execute(POS pos, String lemma, BaseFormSet baseForm)booleanTokenizerOperation. execute(POS pos, String lemma, BaseFormSet forms)
-