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 void
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)
-