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 BaseFormSetDefaultMorphologicalProcessor.LookupInfo._baseFormsMethods in net.didion.jwnl.dictionary.morph that return BaseFormSetMethods in net.didion.jwnl.dictionary.morph with parameters of type BaseFormSetModifier and TypeMethodDescriptionvoidBaseFormSet.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) private booleanTokenizerOperation.tryAllCombinations(POS pos, String[] tokens, String delimiter, BaseFormSet forms) private booleanTokenizerOperation.tryAllCombinations(POS pos, BaseFormSet[] tokenForms, int startIndex, int endIndex, BaseFormSet forms)