|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
AffixReader and DictionaryReadermaxWordLength.
PrefixEntry and SuffixEntry.AffixViewer for the affix rules of
rules.
- AffixViewer(String, Collection, Collection) -
Constructor for class net.sf.jhunlang.jmorph.util.app.AffixViewer
-
- AffixViewer(String, Collection, Collection, boolean) -
Constructor for class net.sf.jhunlang.jmorph.util.app.AffixViewer
-
- Analyser - interface net.sf.jhunlang.jmorph.analysis.Analyser.
-
- AnalyserConfig - class net.sf.jhunlang.jmorph.sample.AnalyserConfig.
- AnalyserConfig shows how to configure and instantiate an Analyser.
- AnalyserConfig() -
Constructor for class net.sf.jhunlang.jmorph.sample.AnalyserConfig
-
- AnalyserContext - class net.sf.jhunlang.jmorph.analysis.AnalyserContext.
- AnalyserContext is the context of analysis.
- AnalyserContext() -
Constructor for class net.sf.jhunlang.jmorph.analysis.AnalyserContext
- Create a new AnalyserContext with a new
AnalyserControl specifying
a default AnalyserControl.
- AnalyserContext(AnalyserControl) -
Constructor for class net.sf.jhunlang.jmorph.analysis.AnalyserContext
- Create a new AnalyserContext for
control
- AnalyserContext(AnalyserControl, int, AnalyserContext) -
Constructor for class net.sf.jhunlang.jmorph.analysis.AnalyserContext
-
- AnalyserControl - class net.sf.jhunlang.jmorph.analysis.AnalyserControl.
- AnalyserControl stands for controlling stemming algorithm and caching
words already stemmed.
- AnalyserControl() -
Constructor for class net.sf.jhunlang.jmorph.analysis.AnalyserControl
- Create a AnalyserControl with a default CompoundControl and with the
default depth.
- AnalyserControl(CompoundControl) -
Constructor for class net.sf.jhunlang.jmorph.analysis.AnalyserControl
- Create a AnalyserControl with the given CompoundControl and with the
default depth.
- AnalyserControl(int) -
Constructor for class net.sf.jhunlang.jmorph.analysis.AnalyserControl
- Create a AnalyserControl with a default CompoundControl and with the
given depth.
- AnalyserControl(X) -
Constructor for class net.sf.jhunlang.jmorph.analysis.AnalyserControl
- Create a AnalyserControl with a default CompoundControl, with the
deafult depth and with the given
x.
- AnalyserControl(CompoundControl, int) -
Constructor for class net.sf.jhunlang.jmorph.analysis.AnalyserControl
- Create a AnalyserControl with
compoundControl and
depth.
- AnalyserControl(int, X) -
Constructor for class net.sf.jhunlang.jmorph.analysis.AnalyserControl
- Create a AnalyserControl with a default CompoundControl, with the given
x and with the given depth
- AnalyserControl(CompoundControl, X) -
Constructor for class net.sf.jhunlang.jmorph.analysis.AnalyserControl
- Create a AnalyserControl with
compoundControl and
depth.
- AnalyserControl(CompoundControl, int, X) -
Constructor for class net.sf.jhunlang.jmorph.analysis.AnalyserControl
- Create a AnalyserControl with
compoundControl and
depth
- AnalyserImpl - class net.sf.jhunlang.jmorph.analysis.AnalyserImpl.
- AnalyserImpl implements
stem of Analyser as follows:
check if the dictionary resolves the word
find analyses by suffix rules
find analyses by prefix rules
find analyses by the cross product of crossable rules
find compound and derivation analyses
- AnalyserImpl(Rules, Dictionaries) -
Constructor for class net.sf.jhunlang.jmorph.analysis.AnalyserImpl
- Create a AnalyserImpl instance using the given rules and dictionaries.
- Analysis - interface net.sf.jhunlang.jmorph.analysis.Analysis.
-
- AnalysisConsumer - interface net.sf.jhunlang.jmorph.analysis.consumer.AnalysisConsumer.
-
- AnalysisEntry - class net.sf.jhunlang.jmorph.analysis.AnalysisEntry.
- AnalysisEntry describes either an uninflexed dictionary word or an
inflexion of a dictionary word either by a prefix rule or by a
suffix rule or by a crossable prefix and a crossable suffix rule
- AnalysisEntry(DictEntry) -
Constructor for class net.sf.jhunlang.jmorph.analysis.AnalysisEntry
- Create a new AnalysisEntry for the given dictionary word.
- AnalysisEntry(DictEntry, AffixEntry) -
Constructor for class net.sf.jhunlang.jmorph.analysis.AnalysisEntry
- Create a new AnalysisEntry for the inflexion by
affix of
the dictionary word dict.
- AnalysisEntry(DictEntry, PrefixEntry, SuffixEntry) -
Constructor for class net.sf.jhunlang.jmorph.analysis.AnalysisEntry
- Create a AnalysisEntry for the inflexion by
prefix and
suffix of the dictionary word dict.
- AnyCharacterCondition - class net.sf.jhunlang.jmorph.AnyCharacterCondition.
- AnyCharacterCondition represent a single any character condition.
- AnyCharacterCondition() -
Constructor for class net.sf.jhunlang.jmorph.AnyCharacterCondition
-
- AnyCharacterCondition(boolean) -
Constructor for class net.sf.jhunlang.jmorph.AnyCharacterCondition
-
- a -
Variable in class net.sf.jhunlang.jmorph.util.Comparables
-
- a -
Variable in class net.sf.jhunlang.jmorph.util.Pair
-
- actionPerformed(ActionEvent) -
Method in class net.sf.jhunlang.jmorph.app.Gen
- Perform stemming of the word typed into the input field with
the selected controlling parameters.
- actionPerformed(ActionEvent) -
Method in class net.sf.jhunlang.jmorph.app.Morph
- Perform stemming of the word typed into the input field with
the selected controlling parameters.
- actionPerformed(ActionEvent) -
Method in class net.sf.jhunlang.jmorph.app.Synth
- Synthetize the morph typed into the input field.
- add(AffixEntry) -
Method in class net.sf.jhunlang.jmorph.AffixEntries
- Add
entry to this instance the associated character path
starting at the beginning of entry's append.
- add(AffixEntry, int) -
Method in class net.sf.jhunlang.jmorph.AffixEntries
- Add
entry to this instance the associated character path
starting at the ith position of entry's append.
- add(AffixFlags) -
Method in class net.sf.jhunlang.jmorph.AffixFlags
-
- add(DictEntry) -
Method in class net.sf.jhunlang.jmorph.Dict
- Add the given
DictEntry instance.
- add(ExceptionEntry) -
Method in class net.sf.jhunlang.jmorph.Dict
- Add the given
ExceptionEntry instance the exceptional words.
- add(Object) -
Method in class net.sf.jhunlang.jmorph.Dictionaries
- Add
o to this Dictionaries.
- add(Object) -
Method in class net.sf.jhunlang.jmorph.Hypothetiser
-
- add(Rules, AffixEntry) -
Method in interface net.sf.jhunlang.jmorph.Rules.Controller
-
- add(Affix) -
Method in class net.sf.jhunlang.jmorph.Rules
- Add
affix to this instance.
- add(Affix, AffixEntry) -
Method in class net.sf.jhunlang.jmorph.Rules
-
- add(Affix, Map, AffixEntries) -
Method in class net.sf.jhunlang.jmorph.Rules
- Add affix to
affixMap and add its entries to
entryMap.
- add(Map, AffixEntries, Affix, AffixEntry) -
Method in class net.sf.jhunlang.jmorph.Rules
-
- add(DictEntry) -
Method in class net.sf.jhunlang.jmorph.WordList
- Add the given
DictEntry instance.
- add -
Variable in class net.sf.jhunlang.jmorph.sword.SwordExtension
-
- add(Rules, AffixEntry) -
Method in class net.sf.jhunlang.jmorph.sword.parser.SwordAffixReader
- Return if
rules should add or ignore entry.
- add(Collection) -
Method in class net.sf.jhunlang.jmorph.synth.Generator
-
- add(String) -
Method in class net.sf.jhunlang.jmorph.util.app.TextViewer
-
- add2sub(Rules, AffixEntry) -
Method in interface net.sf.jhunlang.jmorph.Rules.Controller
-
- add2sub(Rules, AffixEntry) -
Method in class net.sf.jhunlang.jmorph.sword.parser.SwordAffixReader
- Return if
entry should be added to the subrules
of rules.
- addAffix(AffixEntry) -
Method in class net.sf.jhunlang.jmorph.synth.Generator
-
- addCase(Parser, Case) -
Method in class net.sf.jhunlang.jmorph.sword.parser.ExtensionParser
-
- addCompound(String, String, AffixFlags, AffixFlags) -
Method in class net.sf.jhunlang.jmorph.analysis.CompoundPOSController
- Create a compound rule for joining words of part-of-speech
left and right.
- addDerivative(Parser, Derivative) -
Method in class net.sf.jhunlang.jmorph.sword.parser.ExtensionParser
-
- addEntry(AffixEntry) -
Method in class net.sf.jhunlang.jmorph.Affix
- Add entry to
entries
- addEntry(Map, DictEntry) -
Method in class net.sf.jhunlang.jmorph.WordList
- Add the given
DictEntry instance to the given map.
- addEntry(LanguageEntry) -
Method in class net.sf.jhunlang.jmorph.name.MultipleEntry
-
- addEntry(String, DictEntry) -
Method in class net.sf.jhunlang.jmorph.util.app.WordViewer
-
- addExtensionLine(String) -
Method in class net.sf.jhunlang.jmorph.factory.Definition
-
- addHomonym(DictEntry) -
Method in class net.sf.jhunlang.jmorph.DictEntry
- Add homonym
h if the addition doesn't result
a cyclic reference via homonyms.
- addHomonyms(String, DictEntry, AnalysisConsumer, boolean) -
Method in class net.sf.jhunlang.jmorph.analysis.Homonyms
-
- addLowerCaseStrip(String) -
Method in class net.sf.jhunlang.jmorph.AffixEntry
- Add
AffixEntry.strip all lowercase to word and return the
resulted string.
- addLowerCaseStrip(String) -
Method in class net.sf.jhunlang.jmorph.PrefixEntry
- Prepend
AffixEntry.lowerCaseStrip to word.
- addLowerCaseStrip(String) -
Method in class net.sf.jhunlang.jmorph.SuffixEntry
- Append
AffixEntry.lowerCaseStrip to word.
- addPostCase(Case) -
Method in class net.sf.jhunlang.jmorph.sword.Derivative
-
- addPreCase(Case) -
Method in class net.sf.jhunlang.jmorph.sword.Derivative
-
- addPrefix(Prefix) -
Method in class net.sf.jhunlang.jmorph.Rules
- Add the entries of the given prefix.
- addStrip(String) -
Method in class net.sf.jhunlang.jmorph.AffixEntry
- Add
AffixEntry.strip to word and return the resulted string.
- addStrip(String) -
Method in class net.sf.jhunlang.jmorph.PrefixEntry
- Prepend
AffixEntry.strip to word.
- addStrip(String) -
Method in class net.sf.jhunlang.jmorph.SuffixEntry
- Append
AffixEntry.strip to word.
- addSuffix(Suffix) -
Method in class net.sf.jhunlang.jmorph.Rules
- Add the entries of the given suffix.
- addY(DictEntry) -
Method in class net.sf.jhunlang.jmorph.Dict
-
- addcase(AffixEntry) -
Method in class net.sf.jhunlang.jmorph.analysis.consumer.AffixConsumer
-
- adef -
Variable in class net.sf.jhunlang.jmorph.factory.Loader
-
- admit(char) -
Method in class net.sf.jhunlang.jmorph.AnyCharacterCondition
-
- admit(char) -
Method in class net.sf.jhunlang.jmorph.CharacterCondition
- Return whether or not the given character satisfies this condition.
- admit(char) -
Method in class net.sf.jhunlang.jmorph.Condition
- Return if the character
c satisfies this condition
- admit(char) -
Method in class net.sf.jhunlang.jmorph.RangeCondition
- Return whether or not the given character satisfies this condition.
- admit(AffixEntry) -
Method in class net.sf.jhunlang.jmorph.sword.SwordAffixFlagFilter
- Return if flag
entry is configured.
- admitCapitalization(String) -
Method in class net.sf.jhunlang.jmorph.DictEntry
- Return if the capitalization of this entry admits
word.
- admitLowerCapitalization(String) -
Method in class net.sf.jhunlang.jmorph.DictEntry
- Return if the capitalization of this entry admits
word with
first character upper case.
- admitStem(CharSequence) -
Method in class net.sf.jhunlang.jmorph.AffixEntry
- Return if
word satisfies AffixEntry.conditions.
- admitStem(CharSequence, BooleanResults) -
Method in class net.sf.jhunlang.jmorph.AffixEntry
- Return if
word satisfies AffixEntry.conditions.
- affix -
Variable in class net.sf.jhunlang.jmorph.analysis.consumer.AffixConsumer
-
- affix -
Variable in class net.sf.jhunlang.jmorph.sword.Case
- The affix morpheme
- affix -
Variable in class net.sf.jhunlang.jmorph.sword.SimpleDerivative
- The affix morpheme
- affix0 -
Variable in class net.sf.jhunlang.jmorph.analysis.AnalysisEntry
- The first applied inflexion if any
- affix1 -
Variable in class net.sf.jhunlang.jmorph.analysis.AnalysisEntry
- The second applied inflexion if any
- affixCache -
Variable in class net.sf.jhunlang.jmorph.analysis.consumer.ConsumerManager
- The affix cache of this context
- affixConsumer -
Variable in class net.sf.jhunlang.jmorph.analysis.consumer.ConsumerManager
-
- affixDone(AffixEntry) -
Method in class net.sf.jhunlang.jmorph.analysis.consumer.AffixConsumer
-
- affixFirst -
Variable in class net.sf.jhunlang.jmorph.analysis.AnalyserContext
- Tells if analyser should try to cut off affix before
compound decomoposition.
- affixFirst() -
Method in class net.sf.jhunlang.jmorph.analysis.AnalyserContext
- Return if analyser should try to cut off affix before compound
compound decomposition.
- affixSame(String, String, AnalyserContext, AffixConsumer) -
Method in class net.sf.jhunlang.jmorph.analysis.AnalyserImpl
-
- affixStem(String, Collection, AnalyserContext) -
Method in class net.sf.jhunlang.jmorph.analysis.AnalyserImpl
- Find analyses of the given word.
- affixStem(String, String, AnalyserContext, AffixConsumer) -
Method in class net.sf.jhunlang.jmorph.analysis.AnalyserImpl
-
- affixes -
Variable in class net.sf.jhunlang.jmorph.AffixEntries
- AffixEntries instances for affix entries with append longer than the
path to this instance, indexed by the character in their append next to
the character this instance stands for.
- affixes -
Variable in class net.sf.jhunlang.jmorph.app.Gen
- Frame for showing affixes.
- al -
Variable in class net.sf.jhunlang.jmorph.AffixEntry
- Length of
AffixEntry.append
- all -
Variable in class net.sf.jhunlang.jmorph.analysis.CompoundAnalyserImpl
- If find all possible decompositions as depth of control tells to
- allowedEndings -
Variable in class net.sf.jhunlang.jmorph.sword.SwordAffixFlagFilter
-
- allowedFlags -
Variable in class net.sf.jhunlang.jmorph.sword.SwordAffixFlagFilter
-
- analyse(String) -
Method in interface net.sf.jhunlang.jmorph.analysis.Analyser
- Return the list of analysises of word found by default context.
- analyse(String, AnalyserContext) -
Method in interface net.sf.jhunlang.jmorph.analysis.Analyser
- Return the list of analyses of word found by
context.
- analyse(String) -
Method in class net.sf.jhunlang.jmorph.analysis.AnalyserImpl
- Return the list of analyses of
word.
- analyse(String, AnalyserContext) -
Method in class net.sf.jhunlang.jmorph.analysis.AnalyserImpl
- Return the list of analyses of the given word.
- analyser -
Variable in class net.sf.jhunlang.jmorph.app.Morph
- The stemmer to use for stemming.
- analyser -
Variable in class net.sf.jhunlang.jmorph.cl.JSpell
-
- analyser -
Variable in class net.sf.jhunlang.jmorph.cl.Morph
-
- analyses -
Variable in class net.sf.jhunlang.jmorph.analysis.consumer.BasicConsumer
-
- analysis -
Variable in class net.sf.jhunlang.jmorph.analysis.IStem
- The analysis of
IStem.word this istem comes from.
- append -
Variable in class net.sf.jhunlang.jmorph.AffixEntry
- The characters to append to stripped stems
- append(String) -
Method in class net.sf.jhunlang.jmorph.AffixEntry
- Return the word by appending
AffixEntry.append word.
- append(String) -
Method in class net.sf.jhunlang.jmorph.PrefixEntry
- Prepend
AffixEntry.append to word.
- append(String) -
Method in class net.sf.jhunlang.jmorph.SuffixEntry
- Append
AffixEntry.append to word.
- assure(int) -
Method in class net.sf.jhunlang.jmorph.AffixEntries
-
def.
defURL.
adef.
- buildDictionaries(Definition[]) -
Method in class net.sf.jhunlang.jmorph.factory.JMorphFactory
- Create and return a Dictionaries for
adef.
- buildLemmatizer(Definition[]) -
Method in class net.sf.jhunlang.jmorph.factory.JMorphFactory
- Create and return a Lemmatizer for
adef.
- buildMorph(Map, Collection) -
Method in class net.sf.jhunlang.jmorph.synth.Synthetizer
- Build the morphological map of affix entries, belonging to the affix in
affixes, into morphMap.
- buildRules(String) -
Method in class net.sf.jhunlang.jmorph.factory.JMorphFactory
- Build and return a Rules instance for the affix rules specified in the
definition file
def.
- buildRules(Definition) -
Method in class net.sf.jhunlang.jmorph.factory.JMorphFactory
- Build and return a Rules instance for the affix rules specified in the
definition
def.
- buildRules(URL) -
Method in class net.sf.jhunlang.jmorph.factory.JMorphFactory
- Build and return a Rules instance for the affix rules specified in the
definition read from
defURL.
- byStrip -
Variable in class net.sf.jhunlang.jmorph.AffixEntries
- Affix entries belonging to this instance hashed by their strip or null.
name with allomorph
affix.
identified tells if a and b
together identify this Comparables.
CompoundAnalyserImpl instance using
stemmer.
CompoundController controls how different words can be
joined to a compound word.left and right as component words.
left and right as component words with the
following properties:
Condition arrays.Condition's.
word.
Case.names.
Set representation of the affix flags
word satisfies AffixEntry.stripConditions.
word satisfies AffixEntry.stripConditions.
word satisfies AffixEntry.stripConditions.
word satisfies AffixEntry.conditions.
word satisfies AffixEntry.conditions.
word satisfies AffixEntry.conditions.
XWordEntry.chunk is not 0.
morph trying all
possible circumflexes.
AffixEntry.conditions
num elements of both prefix and
crossable prefix cache, AffixCache.PL and AffixCache.PCL respectively.
num elements of suffix cache AffixCache.SL.
num elements of both suffix and
crossable suffix cache, AffixCache.SL and AffixCache.SCL respectively.
parser and cut off the comment from
the end of it.
o.
- compound() -
Method in class net.sf.jhunlang.jmorph.CompoundDictEntry
- Return true.
- compound() -
Method in class net.sf.jhunlang.jmorph.DictEntry
- Tells if this entry represents a compound word.
- compound -
Variable in class net.sf.jhunlang.jmorph.Rules
- Compound flag if any.
- compound() -
Method in interface net.sf.jhunlang.jmorph.analysis.Analysis
-
- compound() -
Method in class net.sf.jhunlang.jmorph.analysis.AnalysisEntry
-
- compound(String, String, AnalyserContext, AnalysisConsumer) -
Method in interface net.sf.jhunlang.jmorph.analysis.CompoundAnalyser
- Decompose
word until consumer tells enoguh.
- compound(int) -
Method in class net.sf.jhunlang.jmorph.analysis.CompoundAnalyserImpl.RightConsumer
-
- compound(String, String, AnalyserContext, AnalysisConsumer) -
Method in class net.sf.jhunlang.jmorph.analysis.CompoundAnalyserImpl
-
- compound(CompoundAnalyserImpl.RightConsumer, int) -
Method in class net.sf.jhunlang.jmorph.analysis.CompoundAnalyserImpl
-
- compound(CompoundAnalyserImpl.RightConsumer, int, int) -
Method in class net.sf.jhunlang.jmorph.analysis.CompoundAnalyserImpl
-
- compound(DictEntry, DictEntry) -
Method in interface net.sf.jhunlang.jmorph.analysis.CompoundController
- Return if
left and right together form a legal
compound word.
- compound -
Variable in class net.sf.jhunlang.jmorph.analysis.CompoundFlagController
- Compound flag if any.
- compound(DictEntry, DictEntry) -
Method in class net.sf.jhunlang.jmorph.analysis.CompoundFlagController
- Return if
left and right together form a legal
compound word.
- compound(DictEntry, DictEntry) -
Method in class net.sf.jhunlang.jmorph.analysis.CompoundPOSController
- Return if
left and right together form a legal
compound word.
- compound(String, String) -
Method in class net.sf.jhunlang.jmorph.analysis.CompoundPOSController
-
- compoundAnalyser -
Variable in class net.sf.jhunlang.jmorph.analysis.AnalyserContext
- The compound analyser.
- compoundCache -
Variable in class net.sf.jhunlang.jmorph.analysis.CompoundAnalyserImpl
- Caches for collections of compound decompositions to
at least 2 and at most wordNum components hashed by word and
wordNum being the cache index
- compoundControl -
Variable in class net.sf.jhunlang.jmorph.analysis.AnalyserControl
- The control for decomposition to compound word.
- compoundController -
Variable in class net.sf.jhunlang.jmorph.Rules
- The controller of compound decomposition.
- compoundController -
Variable in class net.sf.jhunlang.jmorph.sword.parser.SwordAffixReader
-
- compoundDepth -
Variable in class net.sf.jhunlang.jmorph.analysis.CompoundAnalyserImpl
- The current depth of compound stem recursion
- compoundEnabled -
Variable in class net.sf.jhunlang.jmorph.analysis.AnalyserContext
-
- compoundFirst -
Variable in class net.sf.jhunlang.jmorph.Rules
- Compound first flag if any.
- compoundFirst -
Variable in class net.sf.jhunlang.jmorph.analysis.CompoundFlagController
- Compound first flag if any.
- compoundInner(DictEntry) -
Method in interface net.sf.jhunlang.jmorph.analysis.CompoundController
- Return if
inner can be an inner component of a compound
word.
- compoundInner(DictEntry) -
Method in class net.sf.jhunlang.jmorph.analysis.CompoundFlagController
- Return if
right can be an inner component of a compound
word.
- compoundInner(DictEntry) -
Method in class net.sf.jhunlang.jmorph.analysis.CompoundPOSController
- Return if
inner can be an inner component of a compound
word.
- compoundInner(String) -
Method in class net.sf.jhunlang.jmorph.analysis.CompoundPOSController
-
- compoundLast -
Variable in class net.sf.jhunlang.jmorph.Rules
- Compound last flag if any.
- compoundLast(DictEntry) -
Method in interface net.sf.jhunlang.jmorph.analysis.CompoundController
- Return if
last can be the last component of a compound
word.
- compoundLast -
Variable in class net.sf.jhunlang.jmorph.analysis.CompoundFlagController
- Compound last flag if any.
- compoundLast(DictEntry) -
Method in class net.sf.jhunlang.jmorph.analysis.CompoundFlagController
- Return if
last can be the last component of a compound
word.
- compoundLast(DictEntry) -
Method in class net.sf.jhunlang.jmorph.analysis.CompoundPOSController
- Return if
last can be the last component of a compound
word.
- compoundLast(String) -
Method in class net.sf.jhunlang.jmorph.analysis.CompoundPOSController
-
- compoundLevel -
Variable in class net.sf.jhunlang.jmorph.analysis.CompoundAnalyserImpl
- The current level of compound stemming
level 0 means no compound on substem
level 1 means compound on left substem (left added to right)
level 2 means all
- compoundMap -
Variable in class net.sf.jhunlang.jmorph.analysis.CompoundPOSController
-
- compoundWord -
Variable in class net.sf.jhunlang.jmorph.Rules
- Compound word flag if any
Words having this flag are compound words.
- computeHashCode() -
Method in class net.sf.jhunlang.jmorph.util.Pair
-
- computed -
Variable in class net.sf.jhunlang.jmorph.util.Pair
-
- conditionResults -
Variable in class net.sf.jhunlang.jmorph.analysis.AnalyserContext
- Cache for
AffixEntry.checkStem(java.lang.CharSequence) results.
- conditions -
Variable in class net.sf.jhunlang.jmorph.AffixEntry
Condition array of this entry without those for strip
- conditions -
Variable in class net.sf.jhunlang.jmorph.Conditions
- The array of encapsulated
Condition instances.
- conditions(Parser) -
Static method in class net.sf.jhunlang.jmorph.parser.AffixReader
- Read the condition part of from the current line of
parser
and return the resulting Condition array.
- conditionsMap -
Variable in class net.sf.jhunlang.jmorph.Rules
-
- conds -
Variable in class net.sf.jhunlang.jmorph.AffixEntry
Conditions of this entry without those for AffixEntry.strip
- conds -
Variable in class net.sf.jhunlang.jmorph.Conditionsmap
- Stores different interned Conditions instances
- condsIndex -
Variable in class net.sf.jhunlang.jmorph.AffixEntry
- Index of
AffixEntry.conds in Conditions
- configureAndRun(String[], int) -
Method in class net.sf.jhunlang.jmorph.cl.Gen
-
- configureAndRun(String[]) -
Method in class net.sf.jhunlang.jmorph.cl.JSpell
-
- configureAndRun(String[]) -
Method in class net.sf.jhunlang.jmorph.cl.Lem
-
- configureAndRun(String[]) -
Method in class net.sf.jhunlang.jmorph.cl.Morph
-
- configureAndRun(String[]) -
Method in class net.sf.jhunlang.jmorph.cl.Synth
-
- consumer -
Variable in class net.sf.jhunlang.jmorph.analysis.CompoundAnalyserImpl.RightConsumer
- The parent consumer of this consumer.
- consumerManager -
Variable in class net.sf.jhunlang.jmorph.analysis.AnalyserContext
- Manager of analysis consumers and affix cache.
- contentString() -
Method in class net.sf.jhunlang.jmorph.Affix
-
- contentString -
Variable in class net.sf.jhunlang.jmorph.AffixEntry
- The String representation of this instance
- contentString() -
Method in class net.sf.jhunlang.jmorph.AffixEntry
- Return the String representation of this entry.
- contentString() -
Method in class net.sf.jhunlang.jmorph.CompoundDictEntry
-
- contentString -
Variable in class net.sf.jhunlang.jmorph.Condition
- The String representing the content of this condition.
- contentString() -
Method in class net.sf.jhunlang.jmorph.Condition
- Return internal
String representation of the content of
this instance.
- contentString -
Variable in class net.sf.jhunlang.jmorph.Conditions
- The String representing the
Condition array of this Conditions.
- contentString() -
Method in class net.sf.jhunlang.jmorph.Conditions
-
- contentString() -
Method in class net.sf.jhunlang.jmorph.Dict
-
- contentString() -
Method in class net.sf.jhunlang.jmorph.DictEntry
- Return the internal
String representation of the content
of this entry.
- contentString() -
Method in class net.sf.jhunlang.jmorph.ExceptionEntry
- Return the internal
String representation of the content
of this instance
- contentString() -
Method in class net.sf.jhunlang.jmorph.WordList
-
- contentString() -
Method in class net.sf.jhunlang.jmorph.XWordEntry
- Return the internal
String representation of the content
of this instance
- contentString() -
Method in class net.sf.jhunlang.jmorph.analysis.AnalysisEntry
- Return internal String representation of this instance.
- contentString() -
Method in class net.sf.jhunlang.jmorph.name.LanguageEntry
-
- contentString() -
Method in class net.sf.jhunlang.jmorph.name.MultipleEntry
-
- contentString() -
Method in class net.sf.jhunlang.jmorph.sword.Case
-
- contentString() -
Method in class net.sf.jhunlang.jmorph.sword.Derivative
-
- contentString() -
Method in class net.sf.jhunlang.jmorph.sword.POSName
-
- contentString() -
Method in class net.sf.jhunlang.jmorph.sword.SimpleDerivative
-
- contentString() -
Method in class net.sf.jhunlang.jmorph.sword.SwordEntry
- Return the internal
String representation of the content
of this instance
- contentString() -
Method in class net.sf.jhunlang.jmorph.util.Pair
-
- context -
Variable in class net.sf.jhunlang.jmorph.app.Morph
- The stemming context.
- context -
Variable in class net.sf.jhunlang.jmorph.cl.Morph
-
- continueStemming(String, DictEntry) -
Method in class net.sf.jhunlang.jmorph.analysis.CompoundAnalyserImpl.RightConsumer.LeftConsumer
-
- continueStemming(String, DictEntry) -
Method in class net.sf.jhunlang.jmorph.analysis.CompoundAnalyserImpl.RightConsumer
-
- continueStemming(String, DictEntry) -
Method in class net.sf.jhunlang.jmorph.analysis.consumer.AffixConsumer
- Collect entries
- continueStemming(String) -
Method in class net.sf.jhunlang.jmorph.analysis.consumer.AffixConsumer
-
- continueStemming(String, DictEntry) -
Method in interface net.sf.jhunlang.jmorph.analysis.consumer.AnalysisConsumer
-
- continueStemming(String, DictEntry) -
Method in class net.sf.jhunlang.jmorph.analysis.consumer.BasicConsumer
- Return if stemming should be continued.
- continueStemming(String, DictEntry) -
Method in class net.sf.jhunlang.jmorph.analysis.consumer.CrossInflexionConsumer
- Return if stemming should be continued.
- continueStemming -
Variable in class net.sf.jhunlang.jmorph.analysis.consumer.DerivationConsumer
-
- continueStemming(String, DictEntry) -
Method in class net.sf.jhunlang.jmorph.analysis.consumer.DerivationConsumer
-
- continueStemming(String) -
Method in class net.sf.jhunlang.jmorph.analysis.consumer.DerivationConsumer
- Called if the same set of stem candidates
- continueStemming(String, DictEntry) -
Method in class net.sf.jhunlang.jmorph.analysis.consumer.DictConsumer
- Return if stemming should be continued.
- continueStemming(String, DictEntry) -
Method in class net.sf.jhunlang.jmorph.analysis.consumer.InflexionConsumer
- Parent is null.
- continueStemming(String) -
Method in class net.sf.jhunlang.jmorph.analysis.consumer.InflexionConsumer
- Called if the same set of stem candidates
- control -
Variable in class net.sf.jhunlang.jmorph.analysis.AnalyserContext
- The control of this context.
- control -
Variable in class net.sf.jhunlang.jmorph.app.Morph
- The control used for stemming.
- controller -
Variable in class net.sf.jhunlang.jmorph.Rules
- The controller of where to add affix entries
- controller -
Variable in class net.sf.jhunlang.jmorph.analysis.CompoundAnalyserImpl
- The compound controller used for checking the legality of decomposition and
for creating compound entries
- count -
Variable in class net.sf.jhunlang.jmorph.cl.Cl
-
- count -
Variable in class net.sf.jhunlang.jmorph.util.app.WordViewer
-
- createAnalyser(Rules, Dictionaries) -
Method in class net.sf.jhunlang.jmorph.factory.JMorphFactory
- Create and return an Analyser for
rules and
dicts.
- createCompound(Rules, DictEntry, DictEntry) -
Method in interface net.sf.jhunlang.jmorph.analysis.CompoundController
- Return the
CompoundDictEntry instance representing the composition
of left and right.
- createCompound(Rules, DictEntry, DictEntry) -
Method in class net.sf.jhunlang.jmorph.analysis.CompoundFlagController
-
- createCompound(Rules, DictEntry, DictEntry) -
Method in class net.sf.jhunlang.jmorph.analysis.CompoundPOSController
- Adjust flags of the composition of
left and
right.
- createCompoundController(String) -
Method in class net.sf.jhunlang.jmorph.sword.parser.SwordAffixReader
- Create and return
CompoundPOSController
for file
- createContext() -
Method in class net.sf.jhunlang.jmorph.analysis.AnalyserImpl
-
- createDefinition(String, String, Class) -
Method in class net.sf.jhunlang.jmorph.sample.AnalyserConfig
- Create and return a
Definition for the specified file understood
by an instance of classname.
- createEntry(Rules, int, Condition[], String, String) -
Method in class net.sf.jhunlang.jmorph.Affix
- Create a new AffixEntry with the given parameters.
- createEntry(Rules, int, Condition[], String, String) -
Method in class net.sf.jhunlang.jmorph.Prefix
- Create and return a new PrefixEntry with the given parameters
- createEntry(Rules, int, Condition[], String, String) -
Method in class net.sf.jhunlang.jmorph.Suffix
- Create and return a new SuffixEntry with the given parameters
- createListPane(String, Map) -
Method in class net.sf.jhunlang.jmorph.app.Synth
-
- createMorphViewer(String, Collection) -
Method in class net.sf.jhunlang.jmorph.util.app.AffixViewer
- Create viewer showing
affixes by their morphological
description.
- createRules() -
Method in class net.sf.jhunlang.jmorph.parser.AffixReader
-
- createRules() -
Method in class net.sf.jhunlang.jmorph.sword.parser.SwordAffixReader
-
- createViewer(String, Collection) -
Method in class net.sf.jhunlang.jmorph.util.app.AffixViewer
- Create viewer for
affixes with title
- createWordList(LineNumberReader) -
Method in class net.sf.jhunlang.jmorph.parser.DictionaryReader
- Create and return a
WordList for words read from
reader.
- createWordList() -
Method in class net.sf.jhunlang.jmorph.parser.DictionaryReader
- Create and return a
WordList.
- createWordList(LineNumberReader) -
Method in class net.sf.jhunlang.jmorph.parser.ListReader
-
- createWordList() -
Method in class net.sf.jhunlang.jmorph.sword.parser.EnglishReader
- Create and return a
SwordDict instance for the dictionary words.
- createWordList() -
Method in class net.sf.jhunlang.jmorph.sword.parser.SwordReader
- Create and return a
SwordDict instance for the dictionary words.
- crossConsumer -
Variable in class net.sf.jhunlang.jmorph.analysis.consumer.ConsumerManager
-
- crossConsumer -
Variable in class net.sf.jhunlang.jmorph.analysis.consumer.InflexionConsumerManager
-
- crossStem(Collection, AnalyserContext) -
Method in class net.sf.jhunlang.jmorph.analysis.AnalyserImpl
- Find 'cross' analyses using the partitions for prefix and suffix and
the rules in prefix and suffix cache of
context respectively.
- crossable -
Variable in class net.sf.jhunlang.jmorph.Affix
- If the rules can be crossed
- crossable() -
Method in class net.sf.jhunlang.jmorph.Affix
- Return if the entries of this affix can be crossed
- crossable -
Variable in class net.sf.jhunlang.jmorph.AffixEntry
- If this entry can be crossed
- crossable() -
Method in class net.sf.jhunlang.jmorph.AffixEntry
- Return if this entry can be crossed.
word.
word with root.
word with flags specified by
flagCharacters.
word with flags.
- DictEntry(String, DictEntry, AffixFlags) -
Constructor for class net.sf.jhunlang.jmorph.DictEntry
- Create a DictEntry for
word with flags
and with root.
- DictEntryExtension - interface net.sf.jhunlang.jmorph.DictEntryExtension.
-
- Dictionaries - class net.sf.jhunlang.jmorph.Dictionaries.
-
- Dictionaries() -
Constructor for class net.sf.jhunlang.jmorph.Dictionaries
- Create a new Dictionaries.
- Dictionaries(WordList) -
Constructor for class net.sf.jhunlang.jmorph.Dictionaries
- Create a new Dictionaries and add code>wl
.
- DictionaryReader - class net.sf.jhunlang.jmorph.parser.DictionaryReader.
- DictionaryReader stands for reading the hunspell dictionary file and
building a Dict instance storing words.
- DictionaryReader() -
Constructor for class net.sf.jhunlang.jmorph.parser.DictionaryReader
-
- DummyEntry - class net.sf.jhunlang.jmorph.DummyEntry.
-
- DummyEntry(String) -
Constructor for class net.sf.jhunlang.jmorph.DummyEntry
-
- defaultContext -
Variable in class net.sf.jhunlang.jmorph.analysis.AnalyserImpl
- Convenience constant for the default analysis control
- definition -
Variable in class net.sf.jhunlang.jmorph.parser.AbstractReader
- The definition of this reader.
- depth -
Variable in class net.sf.jhunlang.jmorph.analysis.AnalyserControl
- The depth of analysis.
- depth -
Variable in class net.sf.jhunlang.jmorph.analysis.consumer.BasicConsumer
- The configured depth of analysis
- depth -
Variable in class net.sf.jhunlang.jmorph.app.Morph
- Combobox for selecting the depth of analysis.
- derivative -
Variable in class net.sf.jhunlang.jmorph.sword.Derivative
-
- derivative(String) -
Static method in class net.sf.jhunlang.jmorph.sword.parser.EnglishReader
- Return if
morph is a derivative i.e.
- derivative(String, String, String) -
Method in class net.sf.jhunlang.jmorph.sword.parser.ExtensionParser
- Create and return a
Derivative if explanation
matches derivatives.
- derivative(Parser, Collection, String) -
Method in class net.sf.jhunlang.jmorph.sword.parser.SwordExtensionParser
- Create and return a
Derivative if explanation
matches derivatives.
- derivative(String) -
Static method in class net.sf.jhunlang.jmorph.sword.parser.SwordReader
- Return if
morph is a derivative i.e.
- derivatives -
Variable in class net.sf.jhunlang.jmorph.morph.Morphs
-
- derivatives -
Static variable in class net.sf.jhunlang.jmorph.sword.SimpleDerivative
- The map of SimpleDerivative instances by their
SimpleDerivative.affix, SimpleDerivative.type and SimpleDerivative.pos.
- derivatives -
Variable in class net.sf.jhunlang.jmorph.sword.SwordExtension
-
- derivatives -
Static variable in class net.sf.jhunlang.jmorph.sword.parser.EnglishReader
- The collection of string s marking derivatives; an affix rule with
morphological description of x_Y_z is a derivative if Y is in this
collection.
- derivatives -
Variable in class net.sf.jhunlang.jmorph.sword.parser.ExtensionParser
-
- derivatives -
Variable in class net.sf.jhunlang.jmorph.sword.parser.SwordAffixReader
-
- derivatives -
Static variable in class net.sf.jhunlang.jmorph.sword.parser.SwordReader
- The collection of string s marking derivatives; an affix rule with
morphological description of x_Y_z is a derivative if Y is in this
collection.
- derivatorString() -
Method in class net.sf.jhunlang.jmorph.DictEntry
-
- derivatorString() -
Method in interface net.sf.jhunlang.jmorph.DictEntryExtension
-
- derivatorString() -
Method in class net.sf.jhunlang.jmorph.parser.FakeExtension
-
- derivatorString() -
Method in class net.sf.jhunlang.jmorph.sword.SwordExtension
-
- derive(String, DictEntry) -
Method in class net.sf.jhunlang.jmorph.AffixEntry
- Create and return a
DictEntry instance for derivation of
word by this entry.
- derive(AffixEntry, String, DictEntry) -
Method in interface net.sf.jhunlang.jmorph.AffixEntryExtension
-
- derive(AffixEntry, String, DictEntry) -
Method in class net.sf.jhunlang.jmorph.parser.FakeExtension
-
- derive(AffixEntry, String, DictEntry) -
Method in class net.sf.jhunlang.jmorph.sword.SwordAffixExtension
- Create and return the derivation of
root by the deriver
entry.
- derive(Collection, String, boolean) -
Method in class net.sf.jhunlang.jmorph.synth.Synthetizer
- Return derivations of from
entries by morph.
- derive(Collection, DictEntry, Map, boolean) -
Method in class net.sf.jhunlang.jmorph.synth.Synthetizer
-
- derived() -
Method in class net.sf.jhunlang.jmorph.DictEntry
- Tells if this entry represents a derived word.
- derived() -
Method in interface net.sf.jhunlang.jmorph.analysis.Analysis
-
- derived() -
Method in class net.sf.jhunlang.jmorph.analysis.AnalysisEntry
-
- derived() -
Method in class net.sf.jhunlang.jmorph.sword.SwordEntry
- Tells if this entry represents a derived word.
- deriver -
Variable in class net.sf.jhunlang.jmorph.sword.SwordEntry
- The deriver of this word if it is derived.
- dic -
Variable in class net.sf.jhunlang.jmorph.factory.Loader
-
- dict -
Variable in class net.sf.jhunlang.jmorph.analysis.AnalysisEntry
- The dictionary entry
- dictConsumer -
Variable in class net.sf.jhunlang.jmorph.analysis.consumer.ConsumerManager
-
- dictConsumer -
Variable in class net.sf.jhunlang.jmorph.analysis.consumer.InflexionConsumerManager
-
- dictEntry(String, DictEntry, AnalysisConsumer, boolean) -
Method in class net.sf.jhunlang.jmorph.analysis.Homonyms
-
- dictEntry(Collection, String, DictEntry, boolean) -
Method in class net.sf.jhunlang.jmorph.synth.Synthetizer
-
- dictionaries -
Variable in class net.sf.jhunlang.jmorph.synth.Generator
- The dictionaires
- dictionaries -
Variable in class net.sf.jhunlang.jmorph.synth.Synthetizer
-
- dictionary -
Variable in class net.sf.jhunlang.jmorph.analysis.Homonyms
- The dictionaries
- dictionaryDerivatorString() -
Method in class net.sf.jhunlang.jmorph.DictEntry
- Return the derivator string showing how this entry is derived
from the its dictionary root.
- dictionaryWord() -
Method in class net.sf.jhunlang.jmorph.CompoundDictEntry
- Tells if this entry has been read from an input dictionary.
- dictionaryWord() -
Method in class net.sf.jhunlang.jmorph.DictEntry
- Tells if this entry has been read from the dictionary.
- dictionaryWord() -
Method in class net.sf.jhunlang.jmorph.sword.SwordEntry
- Tells if this entry represents a dictionary word.
- dicts -
Variable in class net.sf.jhunlang.jmorph.WordList
- The
Dictionaries instances this WordList belongs to.
- dicts -
Variable in class net.sf.jhunlang.jmorph.parser.ListReader
-
- disabled -
Variable in class net.sf.jhunlang.jmorph.analysis.CompoundControl
- Tells if compound decomposition is enabled at all.
- doAnalysis(String, AnalyserContext, boolean, AnalysisConsumer) -
Method in class net.sf.jhunlang.jmorph.analysis.AnalyserImpl
-
- doAnalysis(String, String, AnalyserContext, boolean, AnalysisConsumer) -
Method in class net.sf.jhunlang.jmorph.analysis.AnalyserImpl
- Perform analysis and return the list of analyses found.
- doCompound(String, String, AnalyserContext, AnalysisConsumer) -
Method in class net.sf.jhunlang.jmorph.analysis.CompoundAnalyserImpl
-
- done() -
Method in class net.sf.jhunlang.jmorph.Affix
- Should be called when all entries have been added.
- done() -
Method in class net.sf.jhunlang.jmorph.Rules
-
- done() -
Method in class net.sf.jhunlang.jmorph.analysis.CompoundAnalyserImpl.RightConsumer.LeftConsumer
-
- done() -
Method in class net.sf.jhunlang.jmorph.analysis.CompoundAnalyserImpl.RightConsumer
-
- done() -
Method in class net.sf.jhunlang.jmorph.analysis.consumer.AffixConsumer
-
- done() -
Method in interface net.sf.jhunlang.jmorph.analysis.consumer.AnalysisConsumer
-
- done() -
Method in class net.sf.jhunlang.jmorph.analysis.consumer.BasicConsumer
-
- done() -
Method in class net.sf.jhunlang.jmorph.analysis.consumer.DictConsumer
-
- done() -
Method in class net.sf.jhunlang.jmorph.parser.AffixReader
-
- done(WordList) -
Method in class net.sf.jhunlang.jmorph.parser.ListReader
- Calls
WordList.sync() of wl.
- done(WordList) -
Method in class net.sf.jhunlang.jmorph.sword.parser.EnglishReader
-
- done() -
Method in class net.sf.jhunlang.jmorph.sword.parser.SwordAffixReader
-
- done(WordList) -
Method in class net.sf.jhunlang.jmorph.sword.parser.SwordReader
-
- dontCheckCompound -
Variable in class net.sf.jhunlang.jmorph.analysis.CompoundAnalyserImpl
- Tells check legality of decompositions
- drop() -
Method in class net.sf.jhunlang.jmorph.util.BoundedHashtable
-
- drop() -
Method in class net.sf.jhunlang.jmorph.util.CacheHashtable
-
- dropLimit -
Variable in class net.sf.jhunlang.jmorph.util.BoundedHashtable
-
XWordEntry instances..solution of an
exceptional word.
Affix.done() converts this
collection into Affix.entries
ExceptionEntry solving the word of the given entry if
it is an exceptional word that is if the given entry is an
XWordEntry instance.
WordList.words
ExceptionEntry instances solving exceptional words.
AffixEntryExtension and
DictEntryExtension.String representation of the affix flags
word.
DictEntry associated with given root word or null.
DictEntry associated with word or
null.
DictEntry.word
ConsumerManager.setSuffix(boolean).
Generator.getRules().
Analysis describing how IStem.word has been
analysed.
null if this instance has no associated affix entries.
DictEntry.capitalization of the word of this entry.
name with zero morpheme.
name with allomorph
affix.
XWordEntry.chunk
Condition instances wrapped by this instance.
Conditions instance wrapping
conditions.
DictEntry.word.
DictEntry.word.
AffixEntry instances belonging
to this affix rule
pos.
morph
or null.
AffixEntry.extension of this entry.
String representation of the affix flags
String representation of the affix flags
AffixEntry.flags of this entry.
DictEntry.flags
Affix.
index of this instance.
DictEntry.inflexion.
c in this
instance or null.
DictEntry.inflexion.
null if
type if IStem.NONE.
Affix of this entry.
Rules.parentRules.
DictEntry.word of the absolute root returned by
DictEntry.getRelativeRootEntry().
root as
their root entry.
DictEntry.root of this entry or null.
affix,
type and pos.
AffixEntry.strip.
Rules.subRules.
DictEntry.word of this entry.
Generator.getDictionaries().
AffixEntry.flags contains flag.
AffixFlags.flagmap contains flag
DictEntry.flags contains flag
DictEntry.flags contains the flag of entry.
Rules.parentRules is not null.
Rules.subRules is not null.
word analysed as described
in analysis.
word.
Conditionsmap.getConditions(Condition[])
AffixEntry.strip from and
appending AffixEntry.append to word.
affix to the
DictEntry.word of this entry.
prefix and
suffix to the DictEntry.word of this entry.
affix to the
DictEntry.word of this entry.
prefix and
suffix to the DictEntry.word of this entry.
entries by prefix and
suffix.
entry by affix rules in aMap and
bMap.
root.
String representation of the affix flags
morph is a derivator mark.
context.
AnalyserImpl.istem(java.lang.String, AnalyserContext) with
the default context.
AnalyserImpl.istem(java.lang.String, int, AnalyserContext)
with the default context AnalyserImpl.istemContext.
AnalyserImpl.istem(java.lang.String, int, AnalyserContext)
with offset 0.
word and return an IStem instance
representing the result as ispell does in its '-a' mode.
String representation of the content
of this entry.
String representation of the content
of this entry.
String representation of the content
of this instance
AffixEntry.append
NameEntry instances
Conditions.index of the Conditions created next.
Condition is negated
parser or the
AffixConstants.EMPTY String if the token represents NULL.
Set (using sort of Arrays maybe better).
parser and
return the resulting Affix instance.
parser
and return the resulting array of AffixEntry instances.
parser if it contains a
AffixConstants.COMPOUND definition.
FakeExtension for the remainder of the current line and
add it to entry as extension.
parser
and set the resulted EnglishAffixExtensionParser as the
AffixEntry.getExtension() of entry.
parser
and set the resulted SwordAffixExtensionParser as the
AffixEntry.getExtension() of entry.
NameEntry for the last word of the
line.
DictEntry built from line.
SwordEntry built from line.
SwordEntry built from line.
line and write the result to p.
subRules as
add and add2sub of controller
tell to.
AffixEntry.conditions.
lowerCaseWord
reader>.
- read(BufferedReader) -
Method in class net.sf.jhunlang.jmorph.parser.AffixReader
- Read affix definitions from the given reader and build rules.
- read(BufferedReader) -
Method in class net.sf.jhunlang.jmorph.parser.ListReader
- Read word definitions from the given reader and store them into the
dictionary.
- read(URL, String) -
Method in class net.sf.jhunlang.jmorph.sword.SwordAffixFlagFilter
-
- readDef(URL) -
Method in class net.sf.jhunlang.jmorph.factory.JMorphFactory
- Read definitions from
defURL and return the array of them.
- readDef(BufferedReader, URL) -
Method in class net.sf.jhunlang.jmorph.factory.JMorphFactory
- Read definitions from reader and return the array of them.
- readDerivatives(String) -
Method in class net.sf.jhunlang.jmorph.sword.parser.SwordAffixReader
- Read derivatives from
file and add them to
SwordAffixReader.derivatives.
- reader -
Variable in class net.sf.jhunlang.jmorph.factory.Definition
-
- recursionLevel -
Variable in class net.sf.jhunlang.jmorph.analysis.AnalyserContext
- The sub context level of this context
- regexp -
Variable in class net.sf.jhunlang.jmorph.util.app.Searcher
-
- remainder() -
Method in class net.sf.jhunlang.jmorph.parser.Parser
- Return remainder of line.
- remainder(StringTokenizer) -
Static method in class net.sf.jhunlang.jmorph.parser.Parser
- Return remainder of
st.
- remove(AffixFlags) -
Method in class net.sf.jhunlang.jmorph.AffixFlags
-
- remove(char) -
Method in class net.sf.jhunlang.jmorph.AffixFlags
-
- remove(Pattern) -
Method in class net.sf.jhunlang.jmorph.AffixFlags
-
- remove(String) -
Method in class net.sf.jhunlang.jmorph.WordList
- Remove and return the
DictEntry instance belonging to
word if any.
- remove(int) -
Method in class net.sf.jhunlang.jmorph.util.CacheHashtable
-
- remove(Object) -
Method in class net.sf.jhunlang.jmorph.util.CacheHashtable
-
- replaceSamples(String, String, String, String) -
Static method in class net.sf.jhunlang.jmorph.util.app.AffixSample
- Build dictionary from
dfile and replace sample words of
sfile with the affix flags associated with it in the
dictionary.
- result(int) -
Method in class net.sf.jhunlang.jmorph.util.BooleanResults
-
- results -
Variable in class net.sf.jhunlang.jmorph.util.BooleanResults
-
- reverse(String) -
Method in class net.sf.jhunlang.jmorph.AffixEntry
- Return the word by stripping
AffixEntry.append from and
appending AffixEntry.strip to word.
- reverse(String) -
Method in class net.sf.jhunlang.jmorph.PrefixEntry
- Return the word by stripping
PrefixEntry.append(java.lang.String) from and
appending PrefixEntry.strip(java.lang.String) to word.
- reverse(String) -
Method in class net.sf.jhunlang.jmorph.SuffixEntry
- Return the word by stripping
SuffixEntry.append(java.lang.String) from and
appending SuffixEntry.strip(java.lang.String) to word.
- reverseRoots -
Variable in class net.sf.jhunlang.jmorph.WordList
- Map of
pairs.
- right -
Variable in class net.sf.jhunlang.jmorph.CompoundDictEntry
-
- right -
Variable in class net.sf.jhunlang.jmorph.analysis.CompoundAnalyserImpl.RightConsumer.LeftConsumer
-
- rightCollector -
Variable in class net.sf.jhunlang.jmorph.analysis.CompoundAnalyserImpl.RightConsumer
-
- rightContext -
Variable in class net.sf.jhunlang.jmorph.analysis.AnalyserContext
- The context for compound right.
- rightContext -
Variable in class net.sf.jhunlang.jmorph.analysis.CompoundAnalyserImpl.RightConsumer
- The context used for stemming the right component
- rightDone -
Variable in class net.sf.jhunlang.jmorph.analysis.CompoundAnalyserImpl.RightConsumer
-
- rightIndex -
Variable in class net.sf.jhunlang.jmorph.analysis.CompoundAnalyserImpl.RightConsumer
-
- root -
Variable in class net.sf.jhunlang.jmorph.DictEntry
- The root of this entry.
- root -
Variable in class net.sf.jhunlang.jmorph.analysis.AnalyserContext
- The root context of this analyser context.
- rooted -
Variable in class net.sf.jhunlang.jmorph.sword.SwordDict
- DictEntry's having root words.
- round -
Variable in class net.sf.jhunlang.jmorph.util.BooleanResults
-
- rounds -
Variable in class net.sf.jhunlang.jmorph.util.BooleanResults
-
- rules -
Variable in class net.sf.jhunlang.jmorph.analysis.AnalyserContext
- The rules.
- rules -
Variable in class net.sf.jhunlang.jmorph.analysis.AnalyserImpl
- Affix and prefix rules
- rules -
Variable in class net.sf.jhunlang.jmorph.analysis.CompoundAnalyserImpl
- The rules of stemmer
- rules -
Variable in class net.sf.jhunlang.jmorph.factory.Loader
-
- rules -
Variable in class net.sf.jhunlang.jmorph.parser.AffixReader
- The rules read form the affix file.
- rules -
Variable in class net.sf.jhunlang.jmorph.synth.Generator
-
- rules -
Variable in class net.sf.jhunlang.jmorph.synth.Synthetizer
-
- run(BufferedReader, PrintWriter) -
Method in class net.sf.jhunlang.jmorph.cl.Cl
- Read words from
reader, one per line and call process them
by calling Cl.process(String, PrintWriter).
- run() -
Method in class net.sf.jhunlang.jmorph.cl.Cl
- Create reader and writer for
Cl.run(BufferedReader, PrintWriter).
affix,
type and pos.
word with flags
specified in flagCharacters.
word with flags
specified in flagCharacters with inflexion.
word with flags
specified in flagCharacters with inflexion.
root by
deriverSwordEntryExtension - class net.sf.jhunlang.jmorph.sword.SwordEntryExtension.-
- SwordEntryExtension() -
Constructor for class net.sf.jhunlang.jmorph.sword.SwordEntryExtension
-
- SwordEntryExtension(List, POSName) -
Constructor for class net.sf.jhunlang.jmorph.sword.SwordEntryExtension
-
- SwordEntryExtension(SwordExtension) -
Constructor for class net.sf.jhunlang.jmorph.sword.SwordEntryExtension
-
- SwordEntryExtension(List) -
Constructor for class net.sf.jhunlang.jmorph.sword.SwordEntryExtension
-
- SwordEntryExtensionParser - class net.sf.jhunlang.jmorph.sword.parser.SwordEntryExtensionParser.
-
- SwordEntryExtensionParser(SwordEntryExtension) -
Constructor for class net.sf.jhunlang.jmorph.sword.parser.SwordEntryExtensionParser
-
- SwordExtension - class net.sf.jhunlang.jmorph.sword.SwordExtension.
-
- SwordExtension() -
Constructor for class net.sf.jhunlang.jmorph.sword.SwordExtension
-
- SwordExtension(List) -
Constructor for class net.sf.jhunlang.jmorph.sword.SwordExtension
-
- SwordExtension(SwordExtension) -
Constructor for class net.sf.jhunlang.jmorph.sword.SwordExtension
-
- SwordExtensionParser - class net.sf.jhunlang.jmorph.sword.parser.SwordExtensionParser.
-
- SwordExtensionParser(SwordExtension) -
Constructor for class net.sf.jhunlang.jmorph.sword.parser.SwordExtensionParser
-
- SwordReader - class net.sf.jhunlang.jmorph.sword.parser.SwordReader.
- SwordReader stands for reading the szoszablya dictionary file and building a
SwordDict instance storing words.
- SwordReader() -
Constructor for class net.sf.jhunlang.jmorph.sword.parser.SwordReader
-
- Synth - class net.sf.jhunlang.jmorph.app.Synth.
- Synth is an application providing a simple user interface
for morphological synthesis.
- Synth(Synthetizer) -
Constructor for class net.sf.jhunlang.jmorph.app.Synth
- Create and initialize the main window for synthetizing with the
specified synthetizer.
- Synth - class net.sf.jhunlang.jmorph.cl.Synth.
-
- Synth() -
Constructor for class net.sf.jhunlang.jmorph.cl.Synth
-
- Synthetizer - class net.sf.jhunlang.jmorph.synth.Synthetizer.
- "I could keep my anxiety and curiosity from eating the heart out of me
for forty-eight hours, I should then find out for certain whether this
boy was telling me the truth or not.
- Synthetizer(Rules, Dictionaries) -
Constructor for class net.sf.jhunlang.jmorph.synth.Synthetizer
- Create and initialize a Synthetizer for synthetizing with the
specified
rules and dictionaries.
- same() -
Method in class net.sf.jhunlang.jmorph.AffixEntry
- Return if inflexing with this affix gives back the word itself i.e.
- search(int) -
Method in class net.sf.jhunlang.jmorph.util.app.Searcher
-
- search -
Variable in class net.sf.jhunlang.jmorph.util.app.TextViewer
-
- searchField -
Variable in class net.sf.jhunlang.jmorph.util.app.Searcher
-
- searchPane -
Variable in class net.sf.jhunlang.jmorph.util.app.AffixViewer
-
- searchPane -
Variable in class net.sf.jhunlang.jmorph.util.app.TextViewer
-
- set(int, boolean) -
Method in class net.sf.jhunlang.jmorph.util.BooleanResults
-
- setAdd(boolean) -
Method in class net.sf.jhunlang.jmorph.sword.SwordExtension
-
- setAffix(AffixEntry, boolean) -
Method in class net.sf.jhunlang.jmorph.analysis.consumer.AffixConsumer
-
- setAffixEntry0(AffixEntry) -
Method in class net.sf.jhunlang.jmorph.analysis.AnalysisEntry
- Set
AnalysisEntry.affix0
- setAffixes(PrefixEntry, SuffixEntry) -
Method in class net.sf.jhunlang.jmorph.analysis.consumer.CrossInflexionConsumer
-
- setCapacity(int) -
Method in class net.sf.jhunlang.jmorph.util.BoundedHashtable
-
- setCompound(char) -
Method in class net.sf.jhunlang.jmorph.Rules
- Set compound flag.
- setCompoundController(CompoundController) -
Method in class net.sf.jhunlang.jmorph.Rules
- Set compound controller.
- setCompoundFile(Definition, String) -
Method in class net.sf.jhunlang.jmorph.sample.AnalyserConfig
- Set the file enlisting allowed pos pairs in compound words
on
def.
- setCompoundFirst(char) -
Method in class net.sf.jhunlang.jmorph.Rules
- Set compound first flag.
- setCompoundLast(char) -
Method in class net.sf.jhunlang.jmorph.Rules
- Set compound last flag.
- setCompoundWord(int, char) -
Method in class net.sf.jhunlang.jmorph.Rules
- Set compound word flag and minimum length of compund word tag.
- setDefinition(Definition) -
Method in class net.sf.jhunlang.jmorph.parser.AbstractReader
-
- setDepth(int) -
Method in class net.sf.jhunlang.jmorph.analysis.consumer.BasicConsumer
-
- setDerivativeFile(Definition, String) -
Method in class net.sf.jhunlang.jmorph.sample.AnalyserConfig
- Set the file enlisting the derivatives on
def.
- setDictionaries(Dictionaries) -
Method in class net.sf.jhunlang.jmorph.WordList
-
- setDictionaries(Dictionaries) -
Method in class net.sf.jhunlang.jmorph.parser.ListReader
-
- setEnabled(boolean) -
Method in class net.sf.jhunlang.jmorph.analysis.CompoundControl
- Enable or disable compound decomposition
- setExtension(AffixEntryExtension) -
Method in class net.sf.jhunlang.jmorph.AffixEntry
-
- setFlagEntry(DictEntry) -
Method in class net.sf.jhunlang.jmorph.ExceptionEntry
-
- setFlagfilterFile(Definition, String) -
Method in class net.sf.jhunlang.jmorph.sample.AnalyserConfig
- Set the file specifying the flag filters on
def.
- setFlags(char[]) -
Method in class net.sf.jhunlang.jmorph.AffixEntry
- Set the
AffixEntry.flags of this entry.
- setFlags(Rules) -
Method in class net.sf.jhunlang.jmorph.analysis.CompoundFlagController
-
- setHomonyms(boolean) -
Method in class net.sf.jhunlang.jmorph.analysis.AnalyserContext
-
- setIgnoreCase(boolean) -
Method in class net.sf.jhunlang.jmorph.AffixEntry
-
- setIndex(int) -
Method in class net.sf.jhunlang.jmorph.Conditions
-
- setInflexion(DictEntryExtension) -
Method in class net.sf.jhunlang.jmorph.DictEntry
- Set
DictEntry.inflexion.
- setLevel(int) -
Method in class net.sf.jhunlang.jmorph.analysis.AnalyserContext
- Set and return current stemming level.
- setLevel(int) -
Method in interface net.sf.jhunlang.jmorph.analysis.CompoundAnalyser
-
- setLevel(int) -
Method in class net.sf.jhunlang.jmorph.analysis.CompoundAnalyserImpl
- Set
CompoundAnalyserImpl.compoundLevel to the given value.
- setLevel(int) -
Method in class net.sf.jhunlang.jmorph.analysis.consumer.BasicConsumer
-
- setLevel(int) -
Method in class net.sf.jhunlang.jmorph.analysis.consumer.ConsumerManager
-
- setLevel(int) -
Method in class net.sf.jhunlang.jmorph.analysis.consumer.InflexionConsumerManager
-
- setLine(String) -
Method in class net.sf.jhunlang.jmorph.parser.Parser
- Set current line, increment line number and create tokenizer
for the line.
- setLine(String, int) -
Method in class net.sf.jhunlang.jmorph.parser.Parser
- Set current line and line number and create tokenizer
for the line.
- setList(JList) -
Method in class net.sf.jhunlang.jmorph.util.app.Searcher
-
- setMin(int) -
Method in class net.sf.jhunlang.jmorph.analysis.CompoundControl
- Set minimum length of component words
- setPOS(String) -
Method in class net.sf.jhunlang.jmorph.lemma.Lemma
-
- setPOSName(POSName) -
Method in class net.sf.jhunlang.jmorph.sword.SwordEntryExtension
-
- setParent(AnalysisConsumer) -
Method in class net.sf.jhunlang.jmorph.analysis.consumer.ConsumerManager
-
- setParentConsumer(AnalysisConsumer) -
Method in interface net.sf.jhunlang.jmorph.analysis.consumer.AnalysisConsumer
-
- setParentConsumer(AnalysisConsumer) -
Method in class net.sf.jhunlang.jmorph.analysis.consumer.BasicConsumer
-
- setParentConsumer(AnalysisConsumer) -
Method in class net.sf.jhunlang.jmorph.analysis.consumer.ConsumerManager
- Set parent consumer.
- setParentConsumer(AnalysisConsumer) -
Method in class net.sf.jhunlang.jmorph.analysis.consumer.InflexionConsumerManager
-
- setPos(POSName) -
Method in class net.sf.jhunlang.jmorph.sword.SwordEntryExtension
-
- setRecursionDepth(Definition, int) -
Method in class net.sf.jhunlang.jmorph.sample.AnalyserConfig
- Set the depth of the derivation recursion on
def.
- setRoot(DictEntry) -
Method in class net.sf.jhunlang.jmorph.DictEntry
- Set the root of this word if setting doesn't result a cyclic reference
via roots.
- setRoot(SwordEntry, String) -
Method in class net.sf.jhunlang.jmorph.sword.SwordDict
- Record
entry as having root root.
- setShortestPrefixFirst(boolean) -
Method in class net.sf.jhunlang.jmorph.analysis.AnalyserContext
-
- setShortestSuffixFirst(boolean) -
Method in class net.sf.jhunlang.jmorph.analysis.AnalyserContext
-
- setStems(Collection) -
Method in interface net.sf.jhunlang.jmorph.analysis.consumer.AnalysisConsumer
-
- setStems(Collection) -
Method in class net.sf.jhunlang.jmorph.analysis.consumer.BasicConsumer
-
- setSubManager(ConsumerManager) -
Method in class net.sf.jhunlang.jmorph.analysis.consumer.ConsumerManager
-
- setSuffix(boolean) -
Method in class net.sf.jhunlang.jmorph.analysis.AffixCache
- Set caches to those for prefix or suffix depending on
b.
- setSuffix(boolean) -
Method in class net.sf.jhunlang.jmorph.analysis.AnalyserContext
- Set
suffixb and set suffix to
b on consumerManager appropriately.
AffixEntries.affixes.
AffixEntry.strip.
AffixEntry.append
AffixEntry.strip from word.
PrefixEntry.strip(java.lang.String) from the given word.
SuffixEntry.strip(java.lang.String) from the given word.
Condition array of this entry for AffixEntry.strip
rooted.
word by
the morphological markers enlisted in m.
morphMap to
affix entry arrays.
Condition reflecting
the runtime type (class) of the instance.
DictEntry instances associated to root words.
ExceptionEntry instances.
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||