A B C D E F G H I J L M N O P R S T U V W X Y Z

A

ALL - Static variable in class net.sf.jhunlang.jmorph.synth.Generator
 
ALL_CAPITALIZED - Static variable in class net.sf.jhunlang.jmorph.DictEntry
Capitalization constant for all letters capital.
ALL_COMPOUNDS - Static variable in class net.sf.jhunlang.jmorph.analysis.AnalyserControl
Convenience constant for 'analyse until all compound analyses even if analyses found earlier'
ALL_CROSSES - Static variable in class net.sf.jhunlang.jmorph.analysis.AnalyserControl
Convenience constant for 'analyse until all crossed inflexions even if stems found earlier'
ALL_LOWER - Static variable in class net.sf.jhunlang.jmorph.DictEntry
Capitalization constant for all letters lower case.
ALL_PREFIXES - Static variable in class net.sf.jhunlang.jmorph.analysis.AnalyserControl
Convenience constant for 'analyse until all prefix inflexions even if analyses found earlier'
ALL_STEMS - Static variable in class net.sf.jhunlang.jmorph.analysis.AnalyserControl
Convenience constant for 'analyse until all analysis without inflexion is found'
ALL_SUFFIXES - Static variable in class net.sf.jhunlang.jmorph.analysis.AnalyserControl
Convenience constant for 'analyse until all suffix inflexions even if analyses found earlier'
AbstractReader - class net.sf.jhunlang.jmorph.parser.AbstractReader.
AbstractReader implements the common part of AffixReader and DictionaryReader
AbstractReader() - Constructor for class net.sf.jhunlang.jmorph.parser.AbstractReader
 
Affix - class net.sf.jhunlang.jmorph.Affix.
The common base class of Prefix and Suffix.
Affix(char, boolean) - Constructor for class net.sf.jhunlang.jmorph.Affix
Create a new Affix instance with the given parameters
AffixCache - class net.sf.jhunlang.jmorph.analysis.AffixCache.
AffixCache provides cache for splits and checked affixes of words.
AffixCache(int) - Constructor for class net.sf.jhunlang.jmorph.analysis.AffixCache
Create a new AffixCache with maxWordLength.
AffixConstants - interface net.sf.jhunlang.jmorph.parser.AffixConstants.
 
AffixConsumer - class net.sf.jhunlang.jmorph.analysis.consumer.AffixConsumer.
AnalysisConsumer implementation for root context
AffixConsumer(X) - Constructor for class net.sf.jhunlang.jmorph.analysis.consumer.AffixConsumer
 
AffixEntries - class net.sf.jhunlang.jmorph.AffixEntries.
AffixEntries stands for storing affix entry instances so that finding them by their append be fast and easy.
AffixEntries() - Constructor for class net.sf.jhunlang.jmorph.AffixEntries
Create an affix entries instance for empty append string.
AffixEntry - class net.sf.jhunlang.jmorph.AffixEntry.
The common base class of PrefixEntry and SuffixEntry.
AffixEntry(Rules, Affix, int, Condition[], String, String) - Constructor for class net.sf.jhunlang.jmorph.AffixEntry
Create a new AffixEntry instance with the given parameters.
AffixEntryExtension - interface net.sf.jhunlang.jmorph.AffixEntryExtension.
 
AffixFlags - class net.sf.jhunlang.jmorph.AffixFlags.
AdffixFlags instance encapsulate testable strings of affix flag characters
AffixFlags(String) - Constructor for class net.sf.jhunlang.jmorph.AffixFlags
 
AffixReader - class net.sf.jhunlang.jmorph.parser.AffixReader.
AffixReader stands for reading the affix definition file and building a Rules instance storing the rules.
AffixReader() - Constructor for class net.sf.jhunlang.jmorph.parser.AffixReader
 
AffixSample - class net.sf.jhunlang.jmorph.util.app.AffixSample.
Given a dictionary file and an input file, AffixSample replaces the sample words of the input with the affix flags found in the dictionary.
AffixSample() - Constructor for class net.sf.jhunlang.jmorph.util.app.AffixSample
 
AffixViewer - class net.sf.jhunlang.jmorph.util.app.AffixViewer.
AffixViewer is an application showing affix rules.
AffixViewer(String, Rules) - Constructor for class net.sf.jhunlang.jmorph.util.app.AffixViewer
 
AffixViewer(String, Rules, boolean) - Constructor for class net.sf.jhunlang.jmorph.util.app.AffixViewer
Create an 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
 

B

BOTH - Static variable in class net.sf.jhunlang.jmorph.analysis.CompoundControl
Convenience constant for the hint 'decompose via both the longest and shortest component words'
BasicConsumer - class net.sf.jhunlang.jmorph.analysis.consumer.BasicConsumer.
 
BasicConsumer() - Constructor for class net.sf.jhunlang.jmorph.analysis.consumer.BasicConsumer
 
BooleanResults - class net.sf.jhunlang.jmorph.util.BooleanResults.
 
BooleanResults(int) - Constructor for class net.sf.jhunlang.jmorph.util.BooleanResults
 
BoundedHashtable - class net.sf.jhunlang.jmorph.util.BoundedHashtable.
 
BoundedHashtable(int, int) - Constructor for class net.sf.jhunlang.jmorph.util.BoundedHashtable
 
b - Variable in class net.sf.jhunlang.jmorph.util.Comparables
 
b - Variable in class net.sf.jhunlang.jmorph.util.Pair
 
base - Variable in class net.sf.jhunlang.jmorph.analysis.AnalyserContext
The base context.
baseUrl - Variable in class net.sf.jhunlang.jmorph.factory.Definition
 
build(String) - Method in class net.sf.jhunlang.jmorph.factory.JMorphFactory
Build and return an Analyser for the affix rules and dictionaries specified in the definition file def.
build(URL) - Method in class net.sf.jhunlang.jmorph.factory.JMorphFactory
Build and return an Analyser for the affix rules and dictionaries specified in the definition read from defURL.
build(Definition[]) - Method in class net.sf.jhunlang.jmorph.factory.JMorphFactory
Create and return an Analyser instance for 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.

C

CAPITALIZED - Static variable in class net.sf.jhunlang.jmorph.DictEntry
Capitalization constant for first letter capital.
CAPS - Static variable in class net.sf.jhunlang.jmorph.DictEntry
Printable names for capitalization types.
CASE_END - Static variable in class net.sf.jhunlang.jmorph.sword.parser.SwordExtensionParser
 
CASE_START - Static variable in class net.sf.jhunlang.jmorph.sword.parser.SwordExtensionParser
 
CHUNK_FLAG - Static variable in interface net.sf.jhunlang.jmorph.parser.DictConstants
Convenience constant for the huspell-specified flag heading the number of bytes to cut off from the end of exceptional words
COMMENT - Static variable in class net.sf.jhunlang.jmorph.factory.JMorphFactory
 
COMMENT - Static variable in interface net.sf.jhunlang.jmorph.parser.AffixConstants
Convenience constant for the comment character
COMPOUND - Static variable in class net.sf.jhunlang.jmorph.analysis.IStem
Convenience constant for the ispell-defined stem type '-'.
COMPOUND - Static variable in interface net.sf.jhunlang.jmorph.parser.AffixConstants
The COMPOUND keyword prefix
COMPOUNDFIRST - Static variable in interface net.sf.jhunlang.jmorph.parser.AffixConstants
The COMPOUNDFIRST flag keyword
COMPOUNDFLAG - Static variable in interface net.sf.jhunlang.jmorph.parser.AffixConstants
The COMPOUNDFLAG keyword
COMPOUNDLAST - Static variable in interface net.sf.jhunlang.jmorph.parser.AffixConstants
The COMPOUNDLAST flag keyword
COMPOUNDMIN - Static variable in interface net.sf.jhunlang.jmorph.parser.AffixConstants
The COMPOUNDMIN keyword
COMPOUNDSYLLABLE - Static variable in interface net.sf.jhunlang.jmorph.parser.AffixConstants
The COMPOUNDSYLLABLE keyword
COMPOUNDWORD - Static variable in interface net.sf.jhunlang.jmorph.parser.AffixConstants
The COMPOUNDWORD keyword
COMPOUND_CONTROLLER - Static variable in class net.sf.jhunlang.jmorph.sword.parser.SwordAffixReader
 
COMPOUND_LEVEL_ALL - Static variable in interface net.sf.jhunlang.jmorph.analysis.CompoundAnalyser
Constant for decompose on all possible way
COMPOUND_LEVEL_LEFT - Static variable in interface net.sf.jhunlang.jmorph.analysis.CompoundAnalyser
Constant for add components from left only
COMPOUND_LEVEL_TOP - Static variable in interface net.sf.jhunlang.jmorph.analysis.CompoundAnalyser
Constant for no compound on substem
CONTAIN - Static variable in class net.sf.jhunlang.jmorph.sword.SwordAffixFlagFilter
 
CROSS - Static variable in interface net.sf.jhunlang.jmorph.parser.AffixConstants
Convenience constant for the characters defining crossable
CROSS_PREFIX_START - Static variable in class net.sf.jhunlang.jmorph.analysis.AnalyserImpl
Convenience constant for where to start cross prefix
CROSS_SUFFIX_START - Static variable in class net.sf.jhunlang.jmorph.analysis.AnalyserImpl
Convenience constant for where to start cross suffix
Cache - class net.sf.jhunlang.jmorph.analysis.Cache.
 
Cache() - Constructor for class net.sf.jhunlang.jmorph.analysis.Cache
 
Cache(int, int) - Constructor for class net.sf.jhunlang.jmorph.analysis.Cache
 
CacheHashtable - class net.sf.jhunlang.jmorph.util.CacheHashtable.
 
CacheHashtable() - Constructor for class net.sf.jhunlang.jmorph.util.CacheHashtable
 
Case - class net.sf.jhunlang.jmorph.morph.Case.
 
Case(String) - Constructor for class net.sf.jhunlang.jmorph.morph.Case
 
Case - class net.sf.jhunlang.jmorph.sword.Case.
Case instances represent prefix and affix categories.
Case(String, String, boolean) - Constructor for class net.sf.jhunlang.jmorph.sword.Case
Create a Case instance for name with allomorph affix.
CharacterCondition - class net.sf.jhunlang.jmorph.CharacterCondition.
CharacterCondition instances store single character conditions.
CharacterCondition(char) - Constructor for class net.sf.jhunlang.jmorph.CharacterCondition
Create a new CharacterCondition with the given character.
CharacterCondition(char, boolean) - Constructor for class net.sf.jhunlang.jmorph.CharacterCondition
Create a new CharacterCondition with the given character.
Cl - class net.sf.jhunlang.jmorph.cl.Cl.
 
Cl() - Constructor for class net.sf.jhunlang.jmorph.cl.Cl
 
Comparables - class net.sf.jhunlang.jmorph.util.Comparables.
 
Comparables(Comparable, Comparable, boolean) - Constructor for class net.sf.jhunlang.jmorph.util.Comparables
identified tells if a and b together identify this Comparables.
Comparables(Comparable, long, boolean) - Constructor for class net.sf.jhunlang.jmorph.util.Comparables
 
Comparables(Comparable, int, boolean) - Constructor for class net.sf.jhunlang.jmorph.util.Comparables
 
Comparables(long, long, boolean) - Constructor for class net.sf.jhunlang.jmorph.util.Comparables
 
Comparables(long, int, boolean) - Constructor for class net.sf.jhunlang.jmorph.util.Comparables
 
CompoundAnalyser - interface net.sf.jhunlang.jmorph.analysis.CompoundAnalyser.
Interface of the compound stemmer algorithm
CompoundAnalyserImpl - class net.sf.jhunlang.jmorph.analysis.CompoundAnalyserImpl.
TODO do not split numbers (i.e.
CompoundAnalyserImpl(Analyser) - Constructor for class net.sf.jhunlang.jmorph.analysis.CompoundAnalyserImpl
Create a new CompoundAnalyserImpl instance using stemmer.
CompoundAnalyserImpl.RightConsumer - class net.sf.jhunlang.jmorph.analysis.CompoundAnalyserImpl.RightConsumer.
 
CompoundAnalyserImpl.RightConsumer(String, String, AnalyserContext, AnalysisConsumer) - Constructor for class net.sf.jhunlang.jmorph.analysis.CompoundAnalyserImpl.RightConsumer
 
CompoundAnalyserImpl.RightConsumer.LeftConsumer - class net.sf.jhunlang.jmorph.analysis.CompoundAnalyserImpl.RightConsumer.LeftConsumer.
 
CompoundAnalyserImpl.RightConsumer.LeftConsumer() - Constructor for class net.sf.jhunlang.jmorph.analysis.CompoundAnalyserImpl.RightConsumer.LeftConsumer
 
CompoundControl - class net.sf.jhunlang.jmorph.analysis.CompoundControl.
CompoundControl stands for controlling the way of decomposing words to compound words in stemming.
CompoundControl() - Constructor for class net.sf.jhunlang.jmorph.analysis.CompoundControl
Create a CompoundControl with default controlling parameters.
CompoundControl(int) - Constructor for class net.sf.jhunlang.jmorph.analysis.CompoundControl
Create a CompoundControl with the given hint.
CompoundControl(int, int) - Constructor for class net.sf.jhunlang.jmorph.analysis.CompoundControl
Create a CompoundControl with the given minimum component length and maximum component number and with the default hint.
CompoundControl(int, int, int) - Constructor for class net.sf.jhunlang.jmorph.analysis.CompoundControl
Create a CompoundControl with the given minimum component length, the given maximum component number and with the given hint.
CompoundController - interface net.sf.jhunlang.jmorph.analysis.CompoundController.
CompoundController controls how different words can be joined to a compound word.
CompoundDictEntry - class net.sf.jhunlang.jmorph.CompoundDictEntry.
 
CompoundDictEntry(Rules, DictEntry, DictEntry, AffixFlags, AffixFlags) - Constructor for class net.sf.jhunlang.jmorph.CompoundDictEntry
Create a CompoundDictEntry representing the compound word consisting of left and right as component words.
CompoundDictEntry(Rules, DictEntry, DictEntry) - Constructor for class net.sf.jhunlang.jmorph.CompoundDictEntry
Create a CompoundDictEntry representing the compound word consisting of left and right as component words with the following properties:
CompoundFlagController - class net.sf.jhunlang.jmorph.analysis.CompoundFlagController.
 
CompoundFlagController() - Constructor for class net.sf.jhunlang.jmorph.analysis.CompoundFlagController
 
CompoundFlagController(Rules) - Constructor for class net.sf.jhunlang.jmorph.analysis.CompoundFlagController
 
CompoundPOSController - class net.sf.jhunlang.jmorph.analysis.CompoundPOSController.
 
CompoundPOSController() - Constructor for class net.sf.jhunlang.jmorph.analysis.CompoundPOSController
 
Condition - class net.sf.jhunlang.jmorph.Condition.
Condition instances store affix rule conditions.
Condition(boolean) - Constructor for class net.sf.jhunlang.jmorph.Condition
Create a new Condition with given 'negated' state.
Conditions - class net.sf.jhunlang.jmorph.Conditions.
Conditions instances encapsulate Condition arrays.
Conditions(Condition[]) - Constructor for class net.sf.jhunlang.jmorph.Conditions
Create a Conditions instance wrapping the given array of Condition's.
Conditionsmap - class net.sf.jhunlang.jmorph.Conditionsmap.
 
Conditionsmap() - Constructor for class net.sf.jhunlang.jmorph.Conditionsmap
 
ConsumerManager - class net.sf.jhunlang.jmorph.analysis.consumer.ConsumerManager.
 
ConsumerManager(AnalyserControl) - Constructor for class net.sf.jhunlang.jmorph.analysis.consumer.ConsumerManager
 
ConsumerManager() - Constructor for class net.sf.jhunlang.jmorph.analysis.consumer.ConsumerManager
 
CrossInflexionConsumer - class net.sf.jhunlang.jmorph.analysis.consumer.CrossInflexionConsumer.
 
CrossInflexionConsumer(X) - Constructor for class net.sf.jhunlang.jmorph.analysis.consumer.CrossInflexionConsumer
 
cache() - Method in class net.sf.jhunlang.jmorph.analysis.consumer.DerivationConsumer
 
cache - Variable in class net.sf.jhunlang.jmorph.app.Morph
 
capacity - Variable in class net.sf.jhunlang.jmorph.util.BoundedHashtable
 
capitalization - Variable in class net.sf.jhunlang.jmorph.DictEntry
The capitalization of the word.
capitalization(String) - Static method in class net.sf.jhunlang.jmorph.DictEntry
Return the capitalization type of word.
cas - Variable in class net.sf.jhunlang.jmorph.sword.SwordExtension
 
caseEnding - Variable in class net.sf.jhunlang.jmorph.AffixEntry
 
caseEnding - Variable in class net.sf.jhunlang.jmorph.sword.SwordExtension
 
cases - Variable in class net.sf.jhunlang.jmorph.analysis.consumer.AffixConsumer
 
cases - Variable in class net.sf.jhunlang.jmorph.morph.Morphs
 
cases - Static variable in class net.sf.jhunlang.jmorph.sword.Case
The map of Case instances by their Case.names.
cases - Variable in class net.sf.jhunlang.jmorph.sword.SwordExtension
 
cases - Variable in class net.sf.jhunlang.jmorph.sword.parser.ExtensionParser
 
character - Variable in class net.sf.jhunlang.jmorph.CharacterCondition
The character of the condition.
character(char) - Method in class net.sf.jhunlang.jmorph.parser.Parser
Return the single character of the next token of the current line if it is the given value.
character() - Method in class net.sf.jhunlang.jmorph.parser.Parser
Return the single character of the next token of the current line.
charset - Variable in class net.sf.jhunlang.jmorph.AffixFlags
The ordered Set representation of the affix flags
check4Inflexion(CharSequence) - Method in class net.sf.jhunlang.jmorph.AffixEntry
Return if word satisfies AffixEntry.stripConditions.
check4Inflexion(CharSequence) - Method in class net.sf.jhunlang.jmorph.PrefixEntry
Return if word satisfies AffixEntry.stripConditions.
check4Inflexion(CharSequence) - Method in class net.sf.jhunlang.jmorph.SuffixEntry
Return if word satisfies AffixEntry.stripConditions.
checkStem(CharSequence) - Method in class net.sf.jhunlang.jmorph.AffixEntry
Return if word satisfies AffixEntry.conditions.
checkStem(CharSequence) - Method in class net.sf.jhunlang.jmorph.PrefixEntry
Return if word satisfies AffixEntry.conditions.
checkStem(CharSequence) - Method in class net.sf.jhunlang.jmorph.SuffixEntry
Return if word satisfies AffixEntry.conditions.
chunk - Variable in class net.sf.jhunlang.jmorph.XWordEntry
The number of characters to cut off from end of the word
chunked() - Method in class net.sf.jhunlang.jmorph.XWordEntry
Return if XWordEntry.chunk is not 0.
circumHack(Collection, Synthetizer.Morph, boolean) - Method in class net.sf.jhunlang.jmorph.synth.Synthetizer
Return the collection of synthesis by morph trying all possible circumflexes.
cl - Variable in class net.sf.jhunlang.jmorph.AffixEntry
Length of AffixEntry.conditions
clear() - Method in class net.sf.jhunlang.jmorph.analysis.Cache
 
clear() - Method in class net.sf.jhunlang.jmorph.util.CacheHashtable
 
clearCases() - Method in class net.sf.jhunlang.jmorph.analysis.consumer.AffixConsumer
 
clearEntries(String) - Method in class net.sf.jhunlang.jmorph.analysis.consumer.AffixConsumer
 
clearPrefixCaches(int) - Method in class net.sf.jhunlang.jmorph.analysis.AffixCache
Clear the first num elements of both prefix and crossable prefix cache, AffixCache.PL and AffixCache.PCL respectively.
clearSuffixCache(int) - Method in class net.sf.jhunlang.jmorph.analysis.AffixCache
Clear the first num elements of suffix cache AffixCache.SL.
clearSuffixCaches(int) - Method in class net.sf.jhunlang.jmorph.analysis.AffixCache
Clear the first num elements of both suffix and crossable suffix cache, AffixCache.SL and AffixCache.SCL respectively.
clone() - Method in class net.sf.jhunlang.jmorph.util.BoundedHashtable
 
clone() - Method in class net.sf.jhunlang.jmorph.util.CacheHashtable
 
collectPrefixFlags(Collection) - Method in class net.sf.jhunlang.jmorph.Rules
 
collectSuffixFlags(Collection) - Method in class net.sf.jhunlang.jmorph.Rules
 
collector - Variable in class net.sf.jhunlang.jmorph.analysis.CompoundAnalyserImpl.RightConsumer
 
comment(Parser) - Method in class net.sf.jhunlang.jmorph.parser.AffixReader
Trim current line of parser and cut off the comment from the end of it.
compareTo(Object) - Method in class net.sf.jhunlang.jmorph.util.Comparables
Compare this object with 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.

D

DEFAULT_DEPTH - Static variable in class net.sf.jhunlang.jmorph.analysis.AnalyserControl
The default depth.
DEFAULT_DISABLED - Static variable in class net.sf.jhunlang.jmorph.analysis.CompoundControl
The default disabled value is false
DEFAULT_ENCODING - Static variable in class net.sf.jhunlang.jmorph.cl.Cl
Define ISO-8859-2 as the default character encoding used for reading and writing the standard input and output respectively.
DEFAULT_ENCODING - Static variable in class net.sf.jhunlang.jmorph.parser.AbstractReader
The default encoding for the test.
DEFAULT_HINT - Static variable in class net.sf.jhunlang.jmorph.analysis.CompoundControl
The default hint value is SHORTEST
DEFAULT_MAX - Static variable in class net.sf.jhunlang.jmorph.analysis.CompoundControl
The default 'maximum number of component words' is 3
DEFAULT_MIN - Static variable in class net.sf.jhunlang.jmorph.analysis.CompoundControl
The default 'minimum length of component words' is 3
DEFAULT_X - Static variable in class net.sf.jhunlang.jmorph.analysis.AnalyserControl
The default x is 'flag and case'.
DEF_URL - Static variable in class net.sf.jhunlang.jmorph.factory.Loader
 
DEPTH - Static variable in class net.sf.jhunlang.jmorph.cl.Morph
 
DEPTHS - Static variable in class net.sf.jhunlang.jmorph.analysis.AnalyserControl
String representation of legal depth values
DERIVATION - Static variable in class net.sf.jhunlang.jmorph.synth.Generator
 
DERS - Static variable in class net.sf.jhunlang.jmorph.sword.parser.SwordAffixReader
 
DISABLED - Static variable in class net.sf.jhunlang.jmorph.analysis.CompoundControl
System property for the default disabled.
DONT_CHECK - Static variable in interface net.sf.jhunlang.jmorph.analysis.CompoundAnalyser
System property telling if check legality of decompositions.
Definition - class net.sf.jhunlang.jmorph.factory.Definition.
 
Definition(URL, String, AbstractReader) - Constructor for class net.sf.jhunlang.jmorph.factory.Definition
 
Definition(URL, URL, String, AbstractReader) - Constructor for class net.sf.jhunlang.jmorph.factory.Definition
 
Der - class net.sf.jhunlang.jmorph.app.Der.
 
Der() - Constructor for class net.sf.jhunlang.jmorph.app.Der
 
Der - class net.sf.jhunlang.jmorph.cl.Der.
 
Der() - Constructor for class net.sf.jhunlang.jmorph.cl.Der
 
DerivationConsumer - class net.sf.jhunlang.jmorph.analysis.consumer.DerivationConsumer.
 
DerivationConsumer(X) - Constructor for class net.sf.jhunlang.jmorph.analysis.consumer.DerivationConsumer
 
Derivative - class net.sf.jhunlang.jmorph.morph.Derivative.
 
Derivative(String, POS, POS) - Constructor for class net.sf.jhunlang.jmorph.morph.Derivative
 
Derivative - class net.sf.jhunlang.jmorph.sword.Derivative.
Derivative represent case-derivative-case affix categories.
Derivative(SimpleDerivative) - Constructor for class net.sf.jhunlang.jmorph.sword.Derivative
 
Dict - class net.sf.jhunlang.jmorph.Dict.
Dict represents hunspell dictionaries.
Dict() - Constructor for class net.sf.jhunlang.jmorph.Dict
Create a new Dict instance
DictConstants - interface net.sf.jhunlang.jmorph.parser.DictConstants.
 
DictConsumer - class net.sf.jhunlang.jmorph.analysis.consumer.DictConsumer.
AnalysisConsumer implementation for root context
DictConsumer() - Constructor for class net.sf.jhunlang.jmorph.analysis.consumer.DictConsumer
 
DictEntry - class net.sf.jhunlang.jmorph.DictEntry.
DictEntry instances represent the dictionary definitions.
DictEntry(String) - Constructor for class net.sf.jhunlang.jmorph.DictEntry
Create a DictEntry for the word.
DictEntry(String, DictEntry) - Constructor for class net.sf.jhunlang.jmorph.DictEntry
Create a DictEntry for the word with root.
DictEntry(String, char[]) - Constructor for class net.sf.jhunlang.jmorph.DictEntry
Create a DictEntry for word with flags specified by flagCharacters.
DictEntry(String, AffixFlags) - Constructor for class net.sf.jhunlang.jmorph.DictEntry
Create a DictEntry for 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
 

E

EMPTY - Static variable in interface net.sf.jhunlang.jmorph.parser.AffixConstants
Convenience constant for empty String
ENCODING - Static variable in class net.sf.jhunlang.jmorph.cl.Cl
Property name for setting the character encoding used for reading and writing the standard input and output respectively.
END - Static variable in class net.sf.jhunlang.jmorph.sword.parser.EnglishExtensionParser
 
END - Static variable in class net.sf.jhunlang.jmorph.sword.parser.SwordExtensionParser
 
ENDINGS - Static variable in class net.sf.jhunlang.jmorph.sword.SwordAffixFlagFilter
 
EQU - Static variable in class net.sf.jhunlang.jmorph.sword.SwordAffixFlagFilter
 
EXCEPTIONAL_STRIP - Static variable in interface net.sf.jhunlang.jmorph.parser.DictConstants
Convenience constant for the optional start of exceptional words.
EXCEPTION_START - Static variable in interface net.sf.jhunlang.jmorph.parser.DictConstants
Convenience constant for the huspell-specified start of exception words
EXT - Static variable in class net.sf.jhunlang.jmorph.factory.JMorphFactory
 
EnglishAffixExtensionParser - class net.sf.jhunlang.jmorph.sword.parser.EnglishAffixExtensionParser.
EnglishAffixExtensionParser stands for parsing hunlex-specific affix extension data.
EnglishAffixExtensionParser(SwordAffixExtension) - Constructor for class net.sf.jhunlang.jmorph.sword.parser.EnglishAffixExtensionParser
 
EnglishAffixReader - class net.sf.jhunlang.jmorph.sword.parser.EnglishAffixReader.
EnglishAffixReader stands for reading the hunlex-specific extension of AffixEntry's.
EnglishAffixReader() - Constructor for class net.sf.jhunlang.jmorph.sword.parser.EnglishAffixReader
 
EnglishEntryExtensionParser - class net.sf.jhunlang.jmorph.sword.parser.EnglishEntryExtensionParser.
 
EnglishEntryExtensionParser(SwordEntryExtension) - Constructor for class net.sf.jhunlang.jmorph.sword.parser.EnglishEntryExtensionParser
 
EnglishExtensionParser - class net.sf.jhunlang.jmorph.sword.parser.EnglishExtensionParser.
 
EnglishExtensionParser(SwordExtension) - Constructor for class net.sf.jhunlang.jmorph.sword.parser.EnglishExtensionParser
 
EnglishReader - class net.sf.jhunlang.jmorph.sword.parser.EnglishReader.
SwordReader stands for reading the szoszablya dictionary file and building a SwordDict instance storing words.
EnglishReader() - Constructor for class net.sf.jhunlang.jmorph.sword.parser.EnglishReader
 
ExceptionEntry - class net.sf.jhunlang.jmorph.ExceptionEntry.
ExceptionEntry instances represent the dictionary definitions of exceptional solutions resolving exceptional words stored in XWordEntry instances..
ExceptionEntry(String, String) - Constructor for class net.sf.jhunlang.jmorph.ExceptionEntry
Create an ExceptionEntry with the solution of an exceptional word.
ExtensionParser - class net.sf.jhunlang.jmorph.sword.parser.ExtensionParser.
 
ExtensionParser(SwordExtension) - Constructor for class net.sf.jhunlang.jmorph.sword.parser.ExtensionParser
 
elements() - Method in class net.sf.jhunlang.jmorph.util.CacheHashtable
 
empty - Static variable in class net.sf.jhunlang.jmorph.AffixFlags
Convenience constant for the empty flags.
empty - Static variable in class net.sf.jhunlang.jmorph.sword.Case
Convenience constant for the empty Case.
empty - Static variable in class net.sf.jhunlang.jmorph.sword.POSName
 
enabled() - Method in class net.sf.jhunlang.jmorph.analysis.CompoundControl
Tells if compound decomposition is enabled at all
encoding - Variable in class net.sf.jhunlang.jmorph.cl.Cl
The character encoding used for reading and writing the standard input and output respectively.
encoding - Variable in class net.sf.jhunlang.jmorph.factory.Definition
 
ensureDefaultContext() - Method in class net.sf.jhunlang.jmorph.analysis.AnalyserImpl
 
ensureIstemContext() - Method in class net.sf.jhunlang.jmorph.analysis.AnalyserImpl
 
entries - Variable in class net.sf.jhunlang.jmorph.Affix
The inflexion rules
entries - Variable in class net.sf.jhunlang.jmorph.analysis.consumer.AffixConsumer
 
entries - Variable in class net.sf.jhunlang.jmorph.name.MultipleEntry
 
entries - Variable in class net.sf.jhunlang.jmorph.util.CacheHashtable
 
entryList - Variable in class net.sf.jhunlang.jmorph.Affix
Temporary collection of entries; Affix.done() converts this collection into Affix.entries
equals(Object) - Method in class net.sf.jhunlang.jmorph.Condition
Return if this instance is equal to the given object.
equals(Object) - Method in class net.sf.jhunlang.jmorph.Conditions
Return if this instance is equal to the given object.
equals(Object) - Method in class net.sf.jhunlang.jmorph.lemma.Lemma
Returns true iif the other object is a Lemma with the same word and POS.
equals(Object) - Method in class net.sf.jhunlang.jmorph.util.Comparables
 
equals(Object) - Method in class net.sf.jhunlang.jmorph.util.Pair
 
error(String) - Method in class net.sf.jhunlang.jmorph.parser.Parser
Create and return a ParseException with the given message extended to reflect the current line number.
error(String, Throwable) - Method in class net.sf.jhunlang.jmorph.parser.Parser
Create and return a ParseException with the given cause and with given message extended to reflect the current line number.
error(String, String[]) - Method in class net.sf.jhunlang.jmorph.parser.Parser
Create and return a ParseException with the given message extended to reflect the given values and the current line number.
error(URL, LineNumberReader, String) - Method in class net.sf.jhunlang.jmorph.sword.SwordAffixFlagFilter
 
exception(DictEntry) - Method in class net.sf.jhunlang.jmorph.Dict
Return the ExceptionEntry solving the word of the given entry if it is an exceptional word that is if the given entry is an XWordEntry instance.
exceptionSize() - Method in class net.sf.jhunlang.jmorph.Dict
Return the number of exceptional solution words.
exceptionalSize() - Method in class net.sf.jhunlang.jmorph.Dict
Return the number of exceptional root words
exceptionals - Variable in class net.sf.jhunlang.jmorph.Dict
Number of exceptional words in WordList.words
exceptions - Variable in class net.sf.jhunlang.jmorph.Dict
Stores ExceptionEntry instances solving exceptional words.
ext - Variable in class net.sf.jhunlang.jmorph.sword.parser.EnglishEntryExtensionParser
 
ext - Variable in class net.sf.jhunlang.jmorph.sword.parser.SwordAffixExtensionParser
 
ext - Variable in class net.sf.jhunlang.jmorph.sword.parser.SwordEntryExtensionParser
 
extension - Variable in class net.sf.jhunlang.jmorph.AffixEntry
Stores future extension data (like description).
extension - Variable in class net.sf.jhunlang.jmorph.factory.Definition
 

F

FIRST_COMPOUND - Static variable in class net.sf.jhunlang.jmorph.analysis.AnalyserControl
Convenience constant for 'analyse until the first compound even if analyses found earlier'
FIRST_CROSS - Static variable in class net.sf.jhunlang.jmorph.analysis.AnalyserControl
Convenience constant for 'analyse until the first crossed inflexion even if analyses found earlier'
FIRST_PREFIX - Static variable in class net.sf.jhunlang.jmorph.analysis.AnalyserControl
Convenience constant for 'analyse until the first prefix inflexion even if analyses found earlier'
FIRST_STEM - Static variable in class net.sf.jhunlang.jmorph.analysis.AnalyserControl
Convenience constant for 'analyse until the first analysis found'
FIRST_SUFFIX - Static variable in class net.sf.jhunlang.jmorph.analysis.AnalyserControl
Convenience constant for 'analyse until the first suffix inflexion even if analyses found earlier'
FLAGS - Static variable in interface net.sf.jhunlang.jmorph.parser.AffixConstants
Convenience constant for the character-strings starting a rule
FLAGS - Static variable in class net.sf.jhunlang.jmorph.sword.SwordAffixFlagFilter
 
FLAGS - Static variable in class net.sf.jhunlang.jmorph.sword.parser.SwordAffixReader
 
FORBIDDEN_FLAG - Static variable in interface net.sf.jhunlang.jmorph.parser.DictConstants
 
FOUND - Static variable in class net.sf.jhunlang.jmorph.analysis.IStem
Convenience constant for the ispell-defined stem type '*'.
FUNNY_CAPITALIZED - Static variable in class net.sf.jhunlang.jmorph.DictEntry
Capitalization constant for funny capitalization.
FakeExtension - class net.sf.jhunlang.jmorph.parser.FakeExtension.
Common 'fake' implementation of AffixEntryExtension and DictEntryExtension.
FakeExtension(String) - Constructor for class net.sf.jhunlang.jmorph.parser.FakeExtension
 
find - Variable in class net.sf.jhunlang.jmorph.util.app.Searcher
 
first() - Method in class net.sf.jhunlang.jmorph.util.CacheHashtable
 
flag - Variable in class net.sf.jhunlang.jmorph.AffixEntry
Flag of parent
flag - Static variable in class net.sf.jhunlang.jmorph.analysis.AnalyserControl
 
flagAndCaseString - Variable in class net.sf.jhunlang.jmorph.AffixEntry
 
flagEntry - Variable in class net.sf.jhunlang.jmorph.ExceptionEntry
The entry for flags
flagFilter - Variable in class net.sf.jhunlang.jmorph.sword.parser.SwordAffixReader
 
flagmap - Variable in class net.sf.jhunlang.jmorph.AffixFlags
Bitmap of the affix flags
flagndcase - Static variable in class net.sf.jhunlang.jmorph.analysis.AnalyserControl
 
flags - Variable in class net.sf.jhunlang.jmorph.AffixEntry
Stores crossable/derivation affix flags
flags - Static variable in class net.sf.jhunlang.jmorph.AffixFlags
Stores different interned AffixFlag instances
flags - Variable in class net.sf.jhunlang.jmorph.DictEntry
The affix flags admitted by this entry.
flagstring - Variable in class net.sf.jhunlang.jmorph.AffixFlags
The String representation of the affix flags
follow(Rules, Analyser) - Method in class net.sf.jhunlang.jmorph.analysis.AnalyserContext
 
follow(Rules) - Method in class net.sf.jhunlang.jmorph.analysis.AnalyserContext
 
follow(Rules, AnalyserContext, int) - Method in class net.sf.jhunlang.jmorph.analysis.AnalyserContext
 
forbiddenEndings - Variable in class net.sf.jhunlang.jmorph.sword.SwordAffixFlagFilter
 
forbiddenFlags - Variable in class net.sf.jhunlang.jmorph.sword.SwordAffixFlagFilter
 
freezeLevel(int) - Method in interface net.sf.jhunlang.jmorph.analysis.consumer.AnalysisConsumer
 
freezeLevel(int) - Method in class net.sf.jhunlang.jmorph.analysis.consumer.BasicConsumer
 
frozen - Variable in class net.sf.jhunlang.jmorph.analysis.consumer.BasicConsumer
 

G

GENERATE_NUMBERS - Static variable in class net.sf.jhunlang.jmorph.Dictionaries
 
Gen - class net.sf.jhunlang.jmorph.app.Gen.
Generator is an application providing a simple user interface for derivation.
Gen() - Constructor for class net.sf.jhunlang.jmorph.app.Gen
 
Gen(String) - Constructor for class net.sf.jhunlang.jmorph.app.Gen
 
Gen - class net.sf.jhunlang.jmorph.cl.Gen.
 
Gen() - Constructor for class net.sf.jhunlang.jmorph.cl.Gen
 
Generator - class net.sf.jhunlang.jmorph.synth.Generator.
 
Generator(Rules, Dictionaries, int) - Constructor for class net.sf.jhunlang.jmorph.synth.Generator
 
genList - Variable in class net.sf.jhunlang.jmorph.app.Gen
The list of derived words
genModel - Variable in class net.sf.jhunlang.jmorph.app.Gen
The model of the list of derived words
genScroll - Variable in class net.sf.jhunlang.jmorph.app.Gen
Scroll for deriveList
generate - Variable in class net.sf.jhunlang.jmorph.app.Gen
Button to start generate.
generate(String) - Method in class net.sf.jhunlang.jmorph.synth.Generator
Create and return the map of (#link AnalysisEntry}'s representing the generations of word.
generate(DictEntry, Map) - Method in class net.sf.jhunlang.jmorph.synth.Generator
 
generateAll(DictEntry, Map) - Method in class net.sf.jhunlang.jmorph.synth.Generator
 
generateHomonyms(DictEntry, Map) - Method in class net.sf.jhunlang.jmorph.synth.Generator
 
generateNumber - Variable in class net.sf.jhunlang.jmorph.Dictionaries
 
generator - Variable in class net.sf.jhunlang.jmorph.app.Gen
The generator
generator - Variable in class net.sf.jhunlang.jmorph.cl.Gen
 
get(String) - Method in class net.sf.jhunlang.jmorph.Dictionaries
Return the DictEntry associated with given root word or null.
get(String) - Method in class net.sf.jhunlang.jmorph.Hypothetiser
 
get(String) - Method in class net.sf.jhunlang.jmorph.WordList
Return the DictEntry associated with word or null.
get(String, String) - Method in class net.sf.jhunlang.jmorph.WordList
 
get(Object) - Method in class net.sf.jhunlang.jmorph.util.CacheHashtable
 
getA() - Method in class net.sf.jhunlang.jmorph.util.Comparables
 
getA() - Method in class net.sf.jhunlang.jmorph.util.Pair
 
getAbsoluteRootEntry() - Method in class net.sf.jhunlang.jmorph.DictEntry
Return the absolute root of this entry, the one at the bottom of the derivational chain.
getAbsoluteRootWord() - Method in class net.sf.jhunlang.jmorph.DictEntry
Return the absolute root of this entry, the one at the bottom of the derivational chain.
getAbsoluteRootWord() - Method in class net.sf.jhunlang.jmorph.ExceptionEntry
Return the solution of DictEntry.word
getAbsoluteRootWord() - Method in class net.sf.jhunlang.jmorph.XWordEntry
 
getAbsoluteRootWord() - Method in interface net.sf.jhunlang.jmorph.analysis.Analysis
 
getAbsoluteRootWord() - Method in class net.sf.jhunlang.jmorph.analysis.AnalysisEntry
Return the 'absolute stem' of this entry.
getAccumulatedFlags() - Method in class net.sf.jhunlang.jmorph.DictEntry
Accumulated flags stands for synthetizing multiple derivations using the affix rules of hunmorph RC1-2.
getAccumulatedFlags() - Method in class net.sf.jhunlang.jmorph.sword.SwordEntry
 
getAffix(Character) - Method in class net.sf.jhunlang.jmorph.Rules
 
getAffix() - Method in class net.sf.jhunlang.jmorph.analysis.consumer.AffixConsumer
 
getAffix() - Method in class net.sf.jhunlang.jmorph.sword.Case
Return the allomorph of this Case instance.
getAffix() - Method in class net.sf.jhunlang.jmorph.sword.SimpleDerivative
Return the morpheme of this SimpleDerivative instance.
getAffixCache() - Method in class net.sf.jhunlang.jmorph.analysis.consumer.ConsumerManager
Return the current affix cache as set by ConsumerManager.setSuffix(boolean).
getAffixConsumer() - Method in class net.sf.jhunlang.jmorph.analysis.consumer.ConsumerManager
 
getAffixEntries() - Method in class net.sf.jhunlang.jmorph.analysis.AnalyserContext
 
getAffixEntry0() - Method in class net.sf.jhunlang.jmorph.analysis.AnalysisEntry
Return the first inflexion rule if any
getAffixEntry1() - Method in class net.sf.jhunlang.jmorph.analysis.AnalysisEntry
Return the second inflexion rule if any.
getAffixFlags(char[]) - Static method in class net.sf.jhunlang.jmorph.AffixFlags
 
getAffixFlags(String) - Static method in class net.sf.jhunlang.jmorph.AffixFlags
 
getAffixIdentifier(AffixEntry) - Method in interface net.sf.jhunlang.jmorph.analysis.consumer.X
 
getAffixes() - Method in class net.sf.jhunlang.jmorph.app.Gen
Return viewer for Generator.getRules().
getAllCases() - Method in class net.sf.jhunlang.jmorph.sword.SwordExtension
 
getAnalysis() - Method in class net.sf.jhunlang.jmorph.analysis.IStem
Return the Analysis describing how IStem.word has been analysed.
getAppend() - Method in class net.sf.jhunlang.jmorph.AffixEntry
Return the string this entry appends/prepends to stems.
getAppendCharAt(int) - Method in class net.sf.jhunlang.jmorph.AffixEntry
 
getAppendCharAt(int) - Method in class net.sf.jhunlang.jmorph.PrefixEntry
 
getAppendCharAt(int) - Method in class net.sf.jhunlang.jmorph.SuffixEntry
 
getB() - Method in class net.sf.jhunlang.jmorph.util.Comparables
 
getB() - Method in class net.sf.jhunlang.jmorph.util.Pair
 
getBase() - Method in class net.sf.jhunlang.jmorph.analysis.AnalyserContext
 
getBaseURL() - Method in class net.sf.jhunlang.jmorph.factory.Definition
 
getByStrip() - Method in class net.sf.jhunlang.jmorph.AffixEntries
Return the map of affix entries hashed by their strip or null if this instance has no associated affix entries.
getCache() - Method in class net.sf.jhunlang.jmorph.analysis.AffixCache
Return the cache for satisfied prefix or suffix rules
getCapitalization() - Method in class net.sf.jhunlang.jmorph.DictEntry
Return DictEntry.capitalization of the word of this entry.
getCase() - Method in class net.sf.jhunlang.jmorph.AffixEntry
 
getCase() - Method in interface net.sf.jhunlang.jmorph.DictEntryExtension
 
getCase(String) - Method in class net.sf.jhunlang.jmorph.morph.Morphs
 
getCase() - Method in class net.sf.jhunlang.jmorph.parser.FakeExtension
 
getCase(String) - Static method in class net.sf.jhunlang.jmorph.sword.Case
Return a Case instance for name with zero morpheme.
getCase(String, String) - Static method in class net.sf.jhunlang.jmorph.sword.Case
Return a Case instance for name with allomorph affix.
getCase() - Method in class net.sf.jhunlang.jmorph.sword.SwordExtension
 
getCaseEnding() - Method in class net.sf.jhunlang.jmorph.AffixEntry
 
getCaseEnding() - Method in class net.sf.jhunlang.jmorph.DictEntry
Return the case ending string of this entry.
getCaseEnding() - Method in interface net.sf.jhunlang.jmorph.DictEntryExtension
 
getCaseEnding() - Method in interface net.sf.jhunlang.jmorph.analysis.Analysis
 
getCaseEnding() - Method in class net.sf.jhunlang.jmorph.analysis.AnalysisEntry
 
getCaseEnding() - Method in class net.sf.jhunlang.jmorph.parser.FakeExtension
 
getCaseEnding() - Method in class net.sf.jhunlang.jmorph.sword.SwordEntry
 
getCaseEnding() - Method in class net.sf.jhunlang.jmorph.sword.SwordExtension
 
getCaseIterator() - Static method in class net.sf.jhunlang.jmorph.sword.Case
Return an iterator for all the Case instances created so far.
getCases() - Method in class net.sf.jhunlang.jmorph.analysis.consumer.AffixConsumer
 
getCases() - Method in class net.sf.jhunlang.jmorph.morph.Morphs
 
getCases() - Method in class net.sf.jhunlang.jmorph.sword.SwordExtension
 
getCharacter() - Method in class net.sf.jhunlang.jmorph.CharacterCondition
Return the condition character
getChunk() - Method in class net.sf.jhunlang.jmorph.XWordEntry
Return XWordEntry.chunk
getClassNameString() - Method in class net.sf.jhunlang.jmorph.AffixEntry
 
getClassNameString() - Method in class net.sf.jhunlang.jmorph.PrefixEntry
 
getClassNameString() - Method in class net.sf.jhunlang.jmorph.SuffixEntry
 
getClassNameString() - Method in class net.sf.jhunlang.jmorph.analysis.AnalysisEntry
 
getCollection(Object) - Method in class net.sf.jhunlang.jmorph.analysis.Cache
 
getCompound() - Method in class net.sf.jhunlang.jmorph.Rules
Return the compound flag.
getCompoundAnalyser() - Method in class net.sf.jhunlang.jmorph.analysis.AnalyserContext
 
getCompoundControl() - Method in class net.sf.jhunlang.jmorph.analysis.AnalyserControl
Return the compound control.
getCompoundController() - Method in class net.sf.jhunlang.jmorph.Rules
 
getCompoundFirst() - Method in class net.sf.jhunlang.jmorph.Rules
Return compound first flag.
getCompoundLast() - Method in class net.sf.jhunlang.jmorph.Rules
Return compound last flag.
getCompoundWord() - Method in class net.sf.jhunlang.jmorph.Rules
Return compound word flag.
getConditionResults() - Method in class net.sf.jhunlang.jmorph.analysis.AnalyserContext
 
getConditions() - Method in class net.sf.jhunlang.jmorph.Conditions
Return the array of Condition instances wrapped by this instance.
getConditions(Condition[]) - Method in class net.sf.jhunlang.jmorph.Conditionsmap
Return the Conditions instance wrapping conditions.
getConditionsMap() - Method in class net.sf.jhunlang.jmorph.Rules
 
getConsumerManager() - Method in class net.sf.jhunlang.jmorph.analysis.AnalyserContext
 
getControl() - Method in class net.sf.jhunlang.jmorph.analysis.AnalyserContext
Return the control of this context.
getCrossConsumer() - Method in class net.sf.jhunlang.jmorph.analysis.consumer.ConsumerManager
 
getCrossConsumer() - Method in class net.sf.jhunlang.jmorph.analysis.consumer.InflexionConsumerManager
 
getCrossableCache() - Method in class net.sf.jhunlang.jmorph.analysis.AffixCache
Return the cache for satisfied crossable prefix or suffix rules
getCrossablePrefixCache() - Method in class net.sf.jhunlang.jmorph.analysis.AffixCache
Return the cache for crossable satisfied prefix rules.
getCrossableSuffixCache() - Method in class net.sf.jhunlang.jmorph.analysis.AffixCache
Return the cache for crossable satisfied suffix rules.
getDefaultEcoding() - Static method in class net.sf.jhunlang.jmorph.cl.Cl
 
getDefaultUrl() - Static method in class net.sf.jhunlang.jmorph.factory.Loader
 
getDefinition() - Method in class net.sf.jhunlang.jmorph.parser.AbstractReader
 
getDepth() - Method in class net.sf.jhunlang.jmorph.analysis.AnalyserControl
Return the depth of stemming.
getDerivative(String) - Method in class net.sf.jhunlang.jmorph.morph.Morphs
 
getDerivative() - Method in class net.sf.jhunlang.jmorph.sword.Derivative
 
getDerivatives() - Method in class net.sf.jhunlang.jmorph.morph.Morphs
 
getDerivatives() - Method in class net.sf.jhunlang.jmorph.sword.SwordExtension
 
getDic() - Method in class net.sf.jhunlang.jmorph.factory.Loader
 
getDictConsumer() - Method in class net.sf.jhunlang.jmorph.analysis.consumer.ConsumerManager
 
getDictConsumer() - Method in class net.sf.jhunlang.jmorph.analysis.consumer.InflexionConsumerManager
 
getDictEntry() - Method in interface net.sf.jhunlang.jmorph.analysis.Analysis
 
getDictEntry() - Method in class net.sf.jhunlang.jmorph.analysis.AnalysisEntry
 
getDictionaries() - Method in class net.sf.jhunlang.jmorph.WordList
 
getDictionaries() - Method in interface net.sf.jhunlang.jmorph.analysis.Analyser
Return the dictionary used by this analyser.
getDictionaries() - Method in class net.sf.jhunlang.jmorph.analysis.AnalyserImpl
Return the dictionary used by this instance
getDictionaries() - Method in class net.sf.jhunlang.jmorph.parser.ListReader
 
getDictionaries() - Method in class net.sf.jhunlang.jmorph.synth.Generator
 
getDictionaryRootEntry() - Method in class net.sf.jhunlang.jmorph.DictEntry
Return the dictionary stem of DictEntry.word.
getDictionaryRootWord() - Method in class net.sf.jhunlang.jmorph.DictEntry
Return the dictionary stem of DictEntry.word.
getDictionaryRootWord() - Method in interface net.sf.jhunlang.jmorph.analysis.Analysis
 
getDictionaryRootWord() - Method in class net.sf.jhunlang.jmorph.analysis.AnalysisEntry
Return the 'dictionary stem' of this entry.
getEncoding() - Method in class net.sf.jhunlang.jmorph.cl.Cl
 
getEntries() - Method in class net.sf.jhunlang.jmorph.Affix
Return the array of AffixEntry instances belonging to this affix rule
getEntries() - Method in class net.sf.jhunlang.jmorph.name.MultipleEntry
 
getEntries(String, String, boolean) - Method in class net.sf.jhunlang.jmorph.synth.Synthetizer
Return collection of dictionary entries for word with part of speech pos.
getEntryMap(String) - Method in class net.sf.jhunlang.jmorph.synth.Synthetizer
Return the map associated with morph or null.
getExtension() - Method in class net.sf.jhunlang.jmorph.AffixEntry
Return the AffixEntry.extension of this entry.
getExtensionLines() - Method in class net.sf.jhunlang.jmorph.factory.Definition
 
getFileURL(String) - Method in class net.sf.jhunlang.jmorph.factory.Definition
 
getFind() - Method in class net.sf.jhunlang.jmorph.util.app.Searcher
 
getFlag() - Method in class net.sf.jhunlang.jmorph.Affix
Return the name character of this affix as byte flag
getFlag() - Method in class net.sf.jhunlang.jmorph.AffixEntry
Return the flag (the caracter identifier) of this entry.
getFlagAndCaseString() - Method in class net.sf.jhunlang.jmorph.AffixEntry
 
getFlagString() - Method in class net.sf.jhunlang.jmorph.AffixFlags
Return the String representation of the affix flags
getFlagString() - Method in class net.sf.jhunlang.jmorph.DictEntry
Return the String representation of the affix flags
getFlags() - Method in class net.sf.jhunlang.jmorph.AffixEntry
Return AffixEntry.flags of this entry.
getFlags() - Method in class net.sf.jhunlang.jmorph.DictEntry
Return DictEntry.flags
getHint() - Method in class net.sf.jhunlang.jmorph.analysis.CompoundControl
Return hint
getHomonyms() - Method in class net.sf.jhunlang.jmorph.DictEntry
Return collection of homonyms.
getIndex() - Method in class net.sf.jhunlang.jmorph.AffixEntry
Return the index of this entry in its parent Affix.
getIndex() - Method in class net.sf.jhunlang.jmorph.Conditions
Return the index of this instance.
getInflexedWord() - Method in interface net.sf.jhunlang.jmorph.analysis.Analysis
 
getInflexedWord() - Method in class net.sf.jhunlang.jmorph.analysis.AnalysisEntry
Return the inflexed word.
getInflexion() - Method in class net.sf.jhunlang.jmorph.DictEntry
Return DictEntry.inflexion.
getLanguage() - Method in class net.sf.jhunlang.jmorph.name.LanguageEntry
 
getLeft() - Method in class net.sf.jhunlang.jmorph.CompoundDictEntry
 
getLeftContext() - Method in class net.sf.jhunlang.jmorph.analysis.AnalyserContext
Return the left context for compound stemming if any.
getLeftMost() - Method in class net.sf.jhunlang.jmorph.CompoundDictEntry
 
getLevel() - Method in class net.sf.jhunlang.jmorph.analysis.AnalyserContext
Return the current stemming level.
getLevel() - Method in interface net.sf.jhunlang.jmorph.analysis.CompoundAnalyser
 
getLevel() - Method in class net.sf.jhunlang.jmorph.analysis.CompoundAnalyserImpl
 
getLine() - Method in class net.sf.jhunlang.jmorph.parser.Parser
Return current line.
getLineNumber() - Method in class net.sf.jhunlang.jmorph.parser.Parser
Return current line number.
getList() - Method in class net.sf.jhunlang.jmorph.util.app.Searcher
 
getListModel() - Method in class net.sf.jhunlang.jmorph.util.app.Searcher
 
getLowerCasePrefixSplit() - Method in class net.sf.jhunlang.jmorph.analysis.AffixCache
 
getLowerCaseSplit() - Method in class net.sf.jhunlang.jmorph.analysis.AffixCache
Return the lower case prefix or suffix splits
getLowerCaseSuffixSplit() - Method in class net.sf.jhunlang.jmorph.analysis.AffixCache
 
getLowerCaseWord() - Method in class net.sf.jhunlang.jmorph.analysis.AffixCache
 
getMap(char) - Method in class net.sf.jhunlang.jmorph.AffixEntries
Return the AffixEntries instance associated with c in this instance or null.
getMax() - Method in class net.sf.jhunlang.jmorph.analysis.CompoundControl
Return maximum number of component words
getMin() - Method in class net.sf.jhunlang.jmorph.analysis.CompoundControl
Return minimum length of component words
getMinWord() - Method in class net.sf.jhunlang.jmorph.Rules
Return minimum length of compund word tags.
getName() - Method in class net.sf.jhunlang.jmorph.Affix
Return the name character of this affix
getName() - Method in class net.sf.jhunlang.jmorph.morph.Morph
 
getName() - Method in class net.sf.jhunlang.jmorph.sword.Case
Return the name of this Case instance.
getName() - Method in class net.sf.jhunlang.jmorph.sword.POSName
 
getNext() - Method in class net.sf.jhunlang.jmorph.util.app.Searcher
 
getOffset() - Method in class net.sf.jhunlang.jmorph.analysis.IStem
Return the offset of the original word in the input line.
getOriginal() - Method in class net.sf.jhunlang.jmorph.name.LanguageEntry
 
getPOS() - Method in class net.sf.jhunlang.jmorph.DictEntry
Return the part-of-speech string of this entry as told by DictEntry.inflexion.
getPOS() - Method in interface net.sf.jhunlang.jmorph.DictEntryExtension
 
getPOS() - Method in class net.sf.jhunlang.jmorph.DummyEntry
 
getPOS() - Method in class net.sf.jhunlang.jmorph.NumberEntry
 
getPOS() - Method in interface net.sf.jhunlang.jmorph.analysis.Analysis
 
getPOS() - Method in class net.sf.jhunlang.jmorph.analysis.AnalysisEntry
 
getPOS() - Method in class net.sf.jhunlang.jmorph.analysis.IStem
Return the part of speech of word or null if type if IStem.NONE.
getPOS() - Method in class net.sf.jhunlang.jmorph.lemma.Lemma
 
getPOS(String) - Method in class net.sf.jhunlang.jmorph.morph.Morphs
 
getPOS() - Method in class net.sf.jhunlang.jmorph.name.NameEntry
 
getPOS() - Method in class net.sf.jhunlang.jmorph.parser.FakeExtension
 
getPOS() - Method in class net.sf.jhunlang.jmorph.sword.SwordExtension
 
getPOSName(String) - Static method in class net.sf.jhunlang.jmorph.sword.POSName
 
getPOSName() - Method in class net.sf.jhunlang.jmorph.sword.SimpleDerivative
Return the resulting part-of-speech of this SimpleDerivative instance.
getPOSName() - Method in class net.sf.jhunlang.jmorph.sword.SwordEntry
 
getPOSName() - Method in class net.sf.jhunlang.jmorph.sword.SwordEntryExtension
 
getPOSName() - Method in class net.sf.jhunlang.jmorph.sword.SwordExtension
 
getPOSNameIterator() - Static method in class net.sf.jhunlang.jmorph.sword.POSName
 
getPOSes() - Method in class net.sf.jhunlang.jmorph.morph.Morphs
 
getParent() - Method in class net.sf.jhunlang.jmorph.AffixEntry
Return the parent Affix of this entry.
getParent() - Method in interface net.sf.jhunlang.jmorph.analysis.consumer.AnalysisConsumer
 
getParent() - Method in class net.sf.jhunlang.jmorph.analysis.consumer.BasicConsumer
 
getParentConsumer() - Method in class net.sf.jhunlang.jmorph.analysis.consumer.ConsumerManager
 
getParentRules() - Method in class net.sf.jhunlang.jmorph.Rules
Return Rules.parentRules.
getPostCase() - Method in class net.sf.jhunlang.jmorph.sword.Derivative
 
getPostCases() - Method in class net.sf.jhunlang.jmorph.sword.Derivative
 
getPreCases() - Method in class net.sf.jhunlang.jmorph.sword.Derivative
 
getPrefix(Character) - Method in class net.sf.jhunlang.jmorph.Rules
 
getPrefixCache() - Method in class net.sf.jhunlang.jmorph.analysis.AffixCache
Return the cache for satisfied prefix rules.
getPrefixEntries() - Method in class net.sf.jhunlang.jmorph.Rules
Return the map of prefix entries.
getPrefixEntries() - Method in class net.sf.jhunlang.jmorph.analysis.AnalyserContext
 
getPrefixEntry() - Method in interface net.sf.jhunlang.jmorph.analysis.Analysis
 
getPrefixEntry() - Method in class net.sf.jhunlang.jmorph.analysis.AnalysisEntry
 
getPrefixMorph() - Method in class net.sf.jhunlang.jmorph.synth.Synthetizer
 
getPrefixPattern() - Method in class net.sf.jhunlang.jmorph.Rules
 
getPrefixSplit() - Method in class net.sf.jhunlang.jmorph.analysis.AffixCache
Return the prefix splits
getPrefixes() - Method in class net.sf.jhunlang.jmorph.Rules
Return the collection of prefixes.
getRange() - Method in class net.sf.jhunlang.jmorph.RangeCondition
Return the condition character range
getReader() - Method in class net.sf.jhunlang.jmorph.factory.Definition
 
getRecursionLevel() - Method in class net.sf.jhunlang.jmorph.analysis.AnalyserContext
 
getRegexp() - Method in class net.sf.jhunlang.jmorph.util.app.Searcher
 
getRelativeRootEntry() - Method in class net.sf.jhunlang.jmorph.DictEntry
Return the relative root, the root at the end of derivational chain of this entry.
getRelativeRootWord() - Method in class net.sf.jhunlang.jmorph.CompoundDictEntry
 
getRelativeRootWord() - Method in class net.sf.jhunlang.jmorph.DictEntry
Return the DictEntry.word of the absolute root returned by DictEntry.getRelativeRootEntry().
getRelativeRootWord() - Method in interface net.sf.jhunlang.jmorph.analysis.Analysis
 
getRelativeRootWord() - Method in class net.sf.jhunlang.jmorph.analysis.AnalysisEntry
Return the 'relative stem' of this entry.
getReverseRoots(DictEntry) - Method in class net.sf.jhunlang.jmorph.Dictionaries
Return the collection of dictionary entries having root as their root entry.
getReverseRoots(DictEntry) - Method in class net.sf.jhunlang.jmorph.WordList
 
getRight() - Method in class net.sf.jhunlang.jmorph.CompoundDictEntry
 
getRightContext() - Method in class net.sf.jhunlang.jmorph.analysis.AnalyserContext
Return the right context for compound stemming if any.
getRightMost() - Method in class net.sf.jhunlang.jmorph.CompoundDictEntry
 
getRoot() - Method in class net.sf.jhunlang.jmorph.analysis.AnalyserContext
 
getRootEntry() - Method in class net.sf.jhunlang.jmorph.DictEntry
Return the DictEntry.root of this entry or null.
getRootWord() - Method in class net.sf.jhunlang.jmorph.DictEntry
Return the root word of this entry regardless if the root is inflexed.
getRules() - Method in interface net.sf.jhunlang.jmorph.analysis.Analyser
Return the rules used by this analyser.
getRules() - Method in class net.sf.jhunlang.jmorph.analysis.AnalyserImpl
Return the rules used by this instance
getRules() - Method in class net.sf.jhunlang.jmorph.factory.Loader
 
getRules() - Method in class net.sf.jhunlang.jmorph.parser.AffixReader
Return the affix rules
getRules() - Method in class net.sf.jhunlang.jmorph.synth.Generator
 
getSearchField() - Method in class net.sf.jhunlang.jmorph.util.app.Searcher
 
getSimpleDerivative(String, String, String) - Static method in class net.sf.jhunlang.jmorph.sword.SimpleDerivative
Return a SimpleDerivative instance for affix, type and pos.
getSimpleDerivativeIterator() - Static method in class net.sf.jhunlang.jmorph.sword.SimpleDerivative
Return an iterator for all the SimpleDerivative instances created so far.
getSourcePOS() - Method in class net.sf.jhunlang.jmorph.morph.Derivative
 
getSplit() - Method in class net.sf.jhunlang.jmorph.analysis.AffixCache
Return the prefix or suffix splits
getStems() - Method in interface net.sf.jhunlang.jmorph.analysis.consumer.AnalysisConsumer
 
getStems() - Method in class net.sf.jhunlang.jmorph.analysis.consumer.BasicConsumer
 
getStrip() - Method in class net.sf.jhunlang.jmorph.AffixEntry
Return the string this entry strips off from stems before appending.
getStripLength() - Method in class net.sf.jhunlang.jmorph.AffixEntry
Return the length of AffixEntry.strip.
getSubContext() - Method in class net.sf.jhunlang.jmorph.analysis.AnalyserContext
Return the subcontext if any.
getSubManager() - Method in class net.sf.jhunlang.jmorph.analysis.consumer.ConsumerManager
 
getSubRules() - Method in class net.sf.jhunlang.jmorph.Rules
Return Rules.subRules.
getSuffix(Character) - Method in class net.sf.jhunlang.jmorph.Rules
 
getSuffixCache() - Method in class net.sf.jhunlang.jmorph.analysis.AffixCache
Return the cache for satisfied suffix rules.
getSuffixEntries() - Method in class net.sf.jhunlang.jmorph.Rules
Return the map of suffix entries.
getSuffixEntries() - Method in class net.sf.jhunlang.jmorph.analysis.AnalyserContext
 
getSuffixEntry() - Method in interface net.sf.jhunlang.jmorph.analysis.Analysis
 
getSuffixEntry() - Method in class net.sf.jhunlang.jmorph.analysis.AnalysisEntry
 
getSuffixGenerators() - Method in class net.sf.jhunlang.jmorph.synth.Generator
 
getSuffixMorph() - Method in class net.sf.jhunlang.jmorph.synth.Synthetizer
 
getSuffixPattern() - Method in class net.sf.jhunlang.jmorph.Rules
 
getSuffixSplit() - Method in class net.sf.jhunlang.jmorph.analysis.AffixCache
Return the suffix splits
getSuffixes() - Method in class net.sf.jhunlang.jmorph.Rules
Return the collection of suffixes.
getTargetPOS() - Method in class net.sf.jhunlang.jmorph.morph.Derivative
 
getType() - Method in class net.sf.jhunlang.jmorph.analysis.IStem
Return the stem type.
getType() - Method in class net.sf.jhunlang.jmorph.sword.SimpleDerivative
Return the type of this SimpleDerivative instance.
getURL() - Method in class net.sf.jhunlang.jmorph.factory.Definition
 
getWord() - Method in class net.sf.jhunlang.jmorph.DictEntry
Return DictEntry.word of this entry.
getWord() - Method in class net.sf.jhunlang.jmorph.analysis.AffixCache
 
getWord() - Method in class net.sf.jhunlang.jmorph.analysis.IStem
Return the original word.
getWord() - Method in class net.sf.jhunlang.jmorph.lemma.Lemma
 
getWords() - Method in class net.sf.jhunlang.jmorph.WordList
Return the map of words stored in this instance.
getWords() - Method in class net.sf.jhunlang.jmorph.app.Gen
Return viewer for Generator.getDictionaries().
getWords() - Method in class net.sf.jhunlang.jmorph.app.Morph
 
getX() - Method in class net.sf.jhunlang.jmorph.analysis.AnalyserControl
 
go - Variable in class net.sf.jhunlang.jmorph.util.app.TextViewer
 
goButton - Variable in class net.sf.jhunlang.jmorph.util.app.TextViewer
 

H

HINT - Static variable in class net.sf.jhunlang.jmorph.analysis.CompoundControl
System property for the default hint of compound stemming.
HINTS - Static variable in class net.sf.jhunlang.jmorph.analysis.CompoundControl
String representations for the legal hint values
Homonyms - class net.sf.jhunlang.jmorph.analysis.Homonyms.
Homonyms is a utility class for Analyser implementations to add DictEntry's along with their homonyms to stem collections.
Homonyms() - Constructor for class net.sf.jhunlang.jmorph.analysis.Homonyms
 
Hypothetiser - class net.sf.jhunlang.jmorph.Hypothetiser.
 
Hypothetiser() - Constructor for class net.sf.jhunlang.jmorph.Hypothetiser
 
hack(Collection, Synthetizer.Morph, int, int, boolean) - Method in class net.sf.jhunlang.jmorph.synth.Synthetizer
 
hasFlag(int) - Method in class net.sf.jhunlang.jmorph.AffixEntry
Return if AffixEntry.flags contains flag.
hasFlag(int) - Method in class net.sf.jhunlang.jmorph.AffixFlags
Return if AffixFlags.flagmap contains flag
hasFlag(int) - Method in class net.sf.jhunlang.jmorph.DictEntry
Return if DictEntry.flags contains flag
hasFlag(AffixEntry) - Method in class net.sf.jhunlang.jmorph.DictEntry
Return if DictEntry.flags contains the flag of entry.
hasFlag(int) - Method in class net.sf.jhunlang.jmorph.DummyEntry
 
hasFlag(int) - Method in class net.sf.jhunlang.jmorph.ExceptionEntry
 
hasFlag(int) - Method in class net.sf.jhunlang.jmorph.name.NameEntry
 
hasFlag(AffixEntry) - Method in class net.sf.jhunlang.jmorph.sword.SwordEntry
 
hasParentRules() - Method in class net.sf.jhunlang.jmorph.Rules
Return if Rules.parentRules is not null.
hasSubRules() - Method in class net.sf.jhunlang.jmorph.Rules
Return if Rules.subRules is not null.
hasSuffixFlag(int) - Method in interface net.sf.jhunlang.jmorph.analysis.consumer.AnalysisConsumer
 
hasSuffixFlag(int) - Method in class net.sf.jhunlang.jmorph.analysis.consumer.BasicConsumer
 
hasSuffixFlag(int) - Method in class net.sf.jhunlang.jmorph.analysis.consumer.DerivationConsumer
 
hash - Variable in class net.sf.jhunlang.jmorph.Conditions
The hash code of this instance computed by the constructor.
hash - Variable in class net.sf.jhunlang.jmorph.util.Pair
 
hashCode() - Method in class net.sf.jhunlang.jmorph.Condition
Return the hash code of this instance
hashCode() - Method in class net.sf.jhunlang.jmorph.Conditions
Return the hash code computed by the constructor.
hashCode() - Method in class net.sf.jhunlang.jmorph.lemma.Lemma
 
hashCode - Variable in class net.sf.jhunlang.jmorph.util.Comparables
 
hashCode() - Method in class net.sf.jhunlang.jmorph.util.Comparables
 
hashCode() - Method in class net.sf.jhunlang.jmorph.util.Pair
 
hcount - Variable in class net.sf.jhunlang.jmorph.util.app.WordViewer
 
hint - Variable in class net.sf.jhunlang.jmorph.analysis.CompoundControl
If decomposition recurse via the shortest/longest/both splits.
homonyms - Variable in class net.sf.jhunlang.jmorph.DictEntry
The homonyms of this word.
homonyms - Variable in class net.sf.jhunlang.jmorph.analysis.AnalyserContext
Tells if analyser should do dictionary lookup.
homonyms() - Method in class net.sf.jhunlang.jmorph.analysis.AnalyserContext
 
homonyms(String, String, AnalyserContext, AnalysisConsumer) - Method in class net.sf.jhunlang.jmorph.analysis.Homonyms
 
homonyms(String, String, AnalyserContext, AnalysisConsumer, boolean) - Method in class net.sf.jhunlang.jmorph.analysis.Homonyms
 

I

IGNORE_CASE - Static variable in class net.sf.jhunlang.jmorph.sword.parser.SwordAffixReader
Constant for the 'ignore case' prefix flag.
INFLEXED - Static variable in class net.sf.jhunlang.jmorph.analysis.IStem
Convenience constant for the ispell-defined stem type '+'.
INFLEXION - Static variable in class net.sf.jhunlang.jmorph.synth.Generator
 
INPUT - Static variable in class net.sf.jhunlang.jmorph.cl.Cl
Property name for the input file.
INT_SIZE - Static variable in class net.sf.jhunlang.jmorph.RangeCondition
Convenience constant for the bitsize of int
IStem - class net.sf.jhunlang.jmorph.analysis.IStem.
Generate ispell-like stemming output.
IStem(String, Analysis) - Constructor for class net.sf.jhunlang.jmorph.analysis.IStem
Create a new IStem instance for word analysed as described in analysis.
IStem(String, int) - Constructor for class net.sf.jhunlang.jmorph.analysis.IStem
Create a new IStem instance for unstemmed word.
Infl - class net.sf.jhunlang.jmorph.app.Infl.
 
Infl() - Constructor for class net.sf.jhunlang.jmorph.app.Infl
 
Infl - class net.sf.jhunlang.jmorph.cl.Infl.
 
Infl() - Constructor for class net.sf.jhunlang.jmorph.cl.Infl
 
Inflexion - class net.sf.jhunlang.jmorph.morph.Inflexion.
 
Inflexion(String) - Constructor for class net.sf.jhunlang.jmorph.morph.Inflexion
 
InflexionConsumer - class net.sf.jhunlang.jmorph.analysis.consumer.InflexionConsumer.
 
InflexionConsumer(X) - Constructor for class net.sf.jhunlang.jmorph.analysis.consumer.InflexionConsumer
 
InflexionConsumerManager - class net.sf.jhunlang.jmorph.analysis.consumer.InflexionConsumerManager.
 
InflexionConsumerManager(AnalyserControl) - Constructor for class net.sf.jhunlang.jmorph.analysis.consumer.InflexionConsumerManager
 
identified - Variable in class net.sf.jhunlang.jmorph.util.Comparables
 
ignoreCase - Variable in class net.sf.jhunlang.jmorph.AffixEntry
 
ignoreCase() - Method in class net.sf.jhunlang.jmorph.AffixEntry
 
ignoreCase() - Method in interface net.sf.jhunlang.jmorph.analysis.consumer.AnalysisConsumer
 
ignoreCase() - Method in class net.sf.jhunlang.jmorph.analysis.consumer.BasicConsumer
 
ignoreCase() - Method in class net.sf.jhunlang.jmorph.analysis.consumer.DerivationConsumer
 
ijs - Variable in class net.sf.jhunlang.jmorph.Dict
Stores forbidden words ending with i or j - they are the candidates for resolving words in ys.
index - Variable in class net.sf.jhunlang.jmorph.AffixEntry
Index of this entry at parent
index - Variable in class net.sf.jhunlang.jmorph.Conditions
The identifier index of this condition instance set by Conditionsmap.getConditions(Condition[])
inflex(String) - Method in class net.sf.jhunlang.jmorph.AffixEntry
Return the word by stripping AffixEntry.strip from and appending AffixEntry.append to word.
inflex(AffixEntry) - Method in class net.sf.jhunlang.jmorph.DictEntry
Return the inflexed word resulted by applying affix to the DictEntry.word of this entry.
inflex(PrefixEntry, SuffixEntry) - Method in class net.sf.jhunlang.jmorph.DictEntry
Return the inflexed word resulted by applying prefix and suffix to the DictEntry.word of this entry.
inflex(AffixEntry) - Method in class net.sf.jhunlang.jmorph.NumberEntry
Return the inflexed word resulted by applying affix to the DictEntry.word of this entry.
inflex(PrefixEntry, SuffixEntry) - Method in class net.sf.jhunlang.jmorph.NumberEntry
Return the inflexed word resulted by applying prefix and suffix to the DictEntry.word of this entry.
inflex(Collection, Synthetizer.Morph) - Method in class net.sf.jhunlang.jmorph.synth.Synthetizer
Return inflexions of entries by prefix and suffix.
inflex(DictEntry, Map, Map, Collection) - Method in class net.sf.jhunlang.jmorph.synth.Synthetizer
Inflex entry by affix rules in aMap and bMap.
inflexed() - Method in class net.sf.jhunlang.jmorph.DictEntry
Return if this entry is an inflexed form of root.
inflexed() - Method in interface net.sf.jhunlang.jmorph.analysis.Analysis
 
inflexed() - Method in class net.sf.jhunlang.jmorph.analysis.AnalysisEntry
Return if this entry represents an inflexed word.
inflexion - Variable in class net.sf.jhunlang.jmorph.DictEntry
The inflexion of this word.
inflexionString() - Method in class net.sf.jhunlang.jmorph.DictEntry
 
inflexionString() - Method in interface net.sf.jhunlang.jmorph.DictEntryExtension
 
inflexionString() - Method in class net.sf.jhunlang.jmorph.parser.FakeExtension
 
inflexionString() - Method in class net.sf.jhunlang.jmorph.sword.SwordExtension
 
info() - Static method in class net.sf.jhunlang.jmorph.AffixEntries
 
innerSet - Variable in class net.sf.jhunlang.jmorph.analysis.CompoundPOSController
 
integer() - Method in class net.sf.jhunlang.jmorph.parser.Parser
Return the integer value of the next token of the current line.
intern - Variable in class net.sf.jhunlang.jmorph.AffixFlags
The ordered String representation of the affix flags
intern() - Method in class net.sf.jhunlang.jmorph.AffixFlags
Arrange the flag characters in alphabetical order and return the resulting String (using sort of Arrays maybe better).
isDerivator() - Method in interface net.sf.jhunlang.jmorph.DictEntryExtension
 
isDerivator() - Method in class net.sf.jhunlang.jmorph.parser.FakeExtension
 
isDerivator() - Method in class net.sf.jhunlang.jmorph.sword.SwordExtension
 
isDerivator(String) - Method in class net.sf.jhunlang.jmorph.synth.Synthetizer
Return if morph is a derivator mark.
isInflexion() - Method in interface net.sf.jhunlang.jmorph.DictEntryExtension
 
isInflexion() - Method in class net.sf.jhunlang.jmorph.parser.FakeExtension
 
isInflexion() - Method in class net.sf.jhunlang.jmorph.sword.SwordExtension
 
istem(String, int) - Method in interface net.sf.jhunlang.jmorph.analysis.Analyser
Return ispell-like stemming output found by the default context.
istem(String, int, AnalyserContext) - Method in interface net.sf.jhunlang.jmorph.analysis.Analyser
Return ispell-like stemming output found by context.
istem(String) - Method in class net.sf.jhunlang.jmorph.analysis.AnalyserImpl
Call AnalyserImpl.istem(java.lang.String, AnalyserContext) with the default context.
istem(String, int) - Method in class net.sf.jhunlang.jmorph.analysis.AnalyserImpl
Call AnalyserImpl.istem(java.lang.String, int, AnalyserContext) with the default context AnalyserImpl.istemContext.
istem(String, AnalyserContext) - Method in class net.sf.jhunlang.jmorph.analysis.AnalyserImpl
Call AnalyserImpl.istem(java.lang.String, int, AnalyserContext) with offset 0.
istem(String, int, AnalyserContext) - Method in class net.sf.jhunlang.jmorph.analysis.AnalyserImpl
Analyse word and return an IStem instance representing the result as ispell does in its '-a' mode.
istem - Variable in class net.sf.jhunlang.jmorph.app.Morph
If call istem on stemmer.
istemContext - Variable in class net.sf.jhunlang.jmorph.analysis.AnalyserImpl
Convenience constant for the ispell-like analysis control

J

JMorphFactory - class net.sf.jhunlang.jmorph.factory.JMorphFactory.
Read affix and dictionaries and build Analyser.
JMorphFactory() - Constructor for class net.sf.jhunlang.jmorph.factory.JMorphFactory
Create JMorphFactory.
JSpell - class net.sf.jhunlang.jmorph.cl.JSpell.
JSpell is an application producing ispell-like output for text files.
JSpell() - Constructor for class net.sf.jhunlang.jmorph.cl.JSpell
 

L

LONGEST - Static variable in class net.sf.jhunlang.jmorph.analysis.CompoundControl
Convenience constant for the hint 'decompose via the longest component words first'
LanguageEntry - class net.sf.jhunlang.jmorph.name.LanguageEntry.
 
LanguageEntry(String, char[], MultipleEntry, String) - Constructor for class net.sf.jhunlang.jmorph.name.LanguageEntry
 
Lem - class net.sf.jhunlang.jmorph.cl.Lem.
Simple command line wrapper around the Lemmatizer class.
Lem() - Constructor for class net.sf.jhunlang.jmorph.cl.Lem
 
Lemma - class net.sf.jhunlang.jmorph.lemma.Lemma.
Sima bean becsomagolni a lemmatizer kimenetet
Lemma(String, String) - Constructor for class net.sf.jhunlang.jmorph.lemma.Lemma
 
Lemmatizer - interface net.sf.jhunlang.jmorph.lemma.Lemmatizer.
A Jmorphot leegyszerusito komponens, ami lemmatizerkent mukodik.
LemmatizerImpl - class net.sf.jhunlang.jmorph.lemma.LemmatizerImpl.
 
LemmatizerImpl(Analyser) - Constructor for class net.sf.jhunlang.jmorph.lemma.LemmatizerImpl
 
ListReader - class net.sf.jhunlang.jmorph.parser.ListReader.
DictionaryReader stands for reading the dictionary file and building a Dict instance storing words.
ListReader() - Constructor for class net.sf.jhunlang.jmorph.parser.ListReader
 
Loader - class net.sf.jhunlang.jmorph.factory.Loader.
 
Loader() - Constructor for class net.sf.jhunlang.jmorph.factory.Loader
 
language - Variable in class net.sf.jhunlang.jmorph.name.LanguageEntry
 
last - Variable in class net.sf.jhunlang.jmorph.analysis.CompoundAnalyserImpl.RightConsumer
Tells if right component is in the last position
last() - Method in class net.sf.jhunlang.jmorph.util.CacheHashtable
 
lastSet - Variable in class net.sf.jhunlang.jmorph.analysis.CompoundPOSController
 
lazy - Variable in class net.sf.jhunlang.jmorph.analysis.consumer.AffixConsumer
 
left - Variable in class net.sf.jhunlang.jmorph.CompoundDictEntry
 
leftCollector - Variable in class net.sf.jhunlang.jmorph.analysis.CompoundAnalyserImpl.RightConsumer.LeftConsumer
 
leftConsumer - Variable in class net.sf.jhunlang.jmorph.analysis.CompoundAnalyserImpl.RightConsumer
The consumer for decomposition to left + right
leftContext - Variable in class net.sf.jhunlang.jmorph.analysis.AnalyserContext
The context for compound left.
leftContext - Variable in class net.sf.jhunlang.jmorph.analysis.CompoundAnalyserImpl.RightConsumer
The context used for stemming the left component
leftDone - Variable in class net.sf.jhunlang.jmorph.analysis.CompoundAnalyserImpl.RightConsumer.LeftConsumer
 
leftIndex - Variable in class net.sf.jhunlang.jmorph.analysis.CompoundAnalyserImpl.RightConsumer
 
lemmatize(String, boolean) - Method in interface net.sf.jhunlang.jmorph.lemma.Lemmatizer
 
lemmatize(String, boolean) - Method in class net.sf.jhunlang.jmorph.lemma.LemmatizerImpl
 
lemmatizer - Variable in class net.sf.jhunlang.jmorph.cl.Lem
 
length() - Method in class net.sf.jhunlang.jmorph.CompoundDictEntry
Return the sum of the length of left and right component.
length() - Method in class net.sf.jhunlang.jmorph.DictEntry
Return the number of components of this entry.
level - Variable in class net.sf.jhunlang.jmorph.analysis.AnalyserContext
The current level of analyse on this context.
level - Variable in class net.sf.jhunlang.jmorph.analysis.consumer.BasicConsumer
The current stemming level
lid - Variable in class net.sf.jhunlang.jmorph.util.Comparables
 
line - Variable in class net.sf.jhunlang.jmorph.parser.Parser
The line currently being parsed
lineDone() - Method in class net.sf.jhunlang.jmorph.parser.Parser
Test if line has been parsed totally.
lineField - Variable in class net.sf.jhunlang.jmorph.util.app.TextViewer
 
lineNumber - Variable in class net.sf.jhunlang.jmorph.parser.Parser
The current line number.
list - Variable in class net.sf.jhunlang.jmorph.util.app.Searcher
 
list - Variable in class net.sf.jhunlang.jmorph.util.app.TextViewer
 
listModel - Variable in class net.sf.jhunlang.jmorph.util.app.Searcher
 
listModel - Variable in class net.sf.jhunlang.jmorph.util.app.TextViewer
 
listScroll - Variable in class net.sf.jhunlang.jmorph.util.app.TextViewer
 
load(String[], int) - Static method in class net.sf.jhunlang.jmorph.app.Gen
 
load(String[]) - Method in class net.sf.jhunlang.jmorph.factory.Loader
 
loadDictionaries(String[]) - Method in class net.sf.jhunlang.jmorph.factory.Loader
 
loadRules(String[]) - Method in class net.sf.jhunlang.jmorph.factory.Loader
 
longContentString() - Method in class net.sf.jhunlang.jmorph.Affix
 
longContentString() - Method in class net.sf.jhunlang.jmorph.AffixEntry
Return the String representation of this entry.
longContentString() - Method in class net.sf.jhunlang.jmorph.CompoundDictEntry
Return the internal String representation of the content of this entry.
longContentString() - Method in class net.sf.jhunlang.jmorph.DictEntry
Return the internal String representation of the content of this entry.
longContentString() - Method in class net.sf.jhunlang.jmorph.analysis.AnalysisEntry
 
longContentString() - Method in class net.sf.jhunlang.jmorph.sword.SwordEntry
Return the internal String representation of the content of this instance
lowerCaseSplits - Variable in class net.sf.jhunlang.jmorph.analysis.AffixCache
The splits of the lowercase word currently stemmed for suffix and prefix check respecively
lowerCaseStrip - Variable in class net.sf.jhunlang.jmorph.AffixEntry
The characters to strip from a stem before adding AffixEntry.append
lowerCaseWord - Variable in class net.sf.jhunlang.jmorph.analysis.AffixCache
The current word all lowercase.
lowerCaseWord - Variable in class net.sf.jhunlang.jmorph.analysis.CompoundAnalyserImpl.RightConsumer
The all lowercase version of word
lowers - Variable in class net.sf.jhunlang.jmorph.synth.Synthetizer
 

M

MAX - Static variable in class net.sf.jhunlang.jmorph.analysis.CompoundControl
System property for the default maximum number of component words.
MAX_HINT - Static variable in class net.sf.jhunlang.jmorph.analysis.CompoundControl
Maximum value for 'hint'
MAX_MAX - Static variable in class net.sf.jhunlang.jmorph.analysis.CompoundControl
Maximum value for 'maximum number of component words in a compound word'
MAX_MIN - Static variable in class net.sf.jhunlang.jmorph.analysis.CompoundControl
Maximum value for 'minimum length of component words'
MAX_WORD_LENGTH - Static variable in class net.sf.jhunlang.jmorph.analysis.AnalyserContext
Convenience constant for the maximum allowed word length.
MIN - Static variable in class net.sf.jhunlang.jmorph.analysis.CompoundControl
System property for the default minimum length of component words.
Morph - class net.sf.jhunlang.jmorph.app.Morph.
Morph is an application providing a simple user interface for stemming.
Morph(Analyser) - Constructor for class net.sf.jhunlang.jmorph.app.Morph
Create and initialize the main window for analysing with the specified analyser.
Morph - class net.sf.jhunlang.jmorph.cl.Morph.
 
Morph() - Constructor for class net.sf.jhunlang.jmorph.cl.Morph
 
Morph - class net.sf.jhunlang.jmorph.morph.Morph.
 
Morph(String) - Constructor for class net.sf.jhunlang.jmorph.morph.Morph
 
Morphs - class net.sf.jhunlang.jmorph.morph.Morphs.
 
Morphs() - Constructor for class net.sf.jhunlang.jmorph.morph.Morphs
 
MultipleEntry - class net.sf.jhunlang.jmorph.name.MultipleEntry.
 
MultipleEntry(String, char[]) - Constructor for class net.sf.jhunlang.jmorph.name.MultipleEntry
 
MultipleEntry(String) - Constructor for class net.sf.jhunlang.jmorph.name.MultipleEntry
 
main(String[]) - Static method in class net.sf.jhunlang.jmorph.app.Der
 
main(String[]) - Static method in class net.sf.jhunlang.jmorph.app.Gen
Starts the application.
main(String[]) - Static method in class net.sf.jhunlang.jmorph.app.Infl
 
main(String[]) - Static method in class net.sf.jhunlang.jmorph.app.Morph
Starts the application.
main(String[]) - Static method in class net.sf.jhunlang.jmorph.app.Synth
Starts the application.
main(String[]) - Static method in class net.sf.jhunlang.jmorph.cl.Der
 
main(String[]) - Static method in class net.sf.jhunlang.jmorph.cl.Gen
Start reading words separated by newlines from the standard input and write their generations to the standard output.
main(String[]) - Static method in class net.sf.jhunlang.jmorph.cl.Infl
 
main(String[]) - Static method in class net.sf.jhunlang.jmorph.cl.JSpell
Start reading words separated by newlines from the standard input and write their analyses to the standard output.
main(String[]) - Static method in class net.sf.jhunlang.jmorph.cl.Lem
Start reading words separated by newlines from the standard input and write their lemmas to the standard output.
main(String[]) - Static method in class net.sf.jhunlang.jmorph.cl.Morph
Start reading words separated by newlines from the standard input and write their analyses to the standard output.
main(String[]) - Static method in class net.sf.jhunlang.jmorph.cl.Synth
 
main(String[]) - Static method in class net.sf.jhunlang.jmorph.parser.AffixReader
Basic test of AffixReader.
main(String[]) - Static method in class net.sf.jhunlang.jmorph.parser.DictionaryReader
Basic test of DictionaryReader.
main(String[]) - Static method in class net.sf.jhunlang.jmorph.sample.AnalyserConfig
The source of main for those who cannot get it from cvs:
main(String[]) - Static method in class net.sf.jhunlang.jmorph.sword.parser.EnglishAffixReader
Basic test of EglishAffixReader.
main(String[]) - Static method in class net.sf.jhunlang.jmorph.sword.parser.SwordAffixReader
Basic test of SwordAffixReader.
main(String[]) - Static method in class net.sf.jhunlang.jmorph.util.app.AffixSample
Replaces sample words in the sample file and writes the result to the standard output.
main(String[]) - Static method in class net.sf.jhunlang.jmorph.util.app.AffixViewer
Starts the application.
main(String[]) - Static method in class net.sf.jhunlang.jmorph.util.app.TextViewer
 
main(String[]) - Static method in class net.sf.jhunlang.jmorph.util.app.WordViewer
Starts the application.
max - Variable in class net.sf.jhunlang.jmorph.analysis.CompoundControl
The maximum number of component words in compound words
max - Variable in class net.sf.jhunlang.jmorph.app.Morph
Spin for setting the maximum number of component words.
maxMax - Static variable in class net.sf.jhunlang.jmorph.RangeCondition
Counts maximum character occurring in RangeConditions
maxWord - Variable in class net.sf.jhunlang.jmorph.analysis.CompoundAnalyserImpl
Maximum number of components as configured in compound control
maxWordLength - Variable in class net.sf.jhunlang.jmorph.analysis.AffixCache
Maximum length of word this cache can handle.
min - Variable in class net.sf.jhunlang.jmorph.analysis.CompoundControl
The minimum length of a component word in compound words
min - Variable in class net.sf.jhunlang.jmorph.app.Morph
Spin for setting the minimum length of component words.
minWord - Variable in class net.sf.jhunlang.jmorph.Rules
The minimum length of compund word tags.
minWord - Variable in class net.sf.jhunlang.jmorph.analysis.CompoundAnalyserImpl
Minimum length of components as configured in compound control
morph - Variable in class net.sf.jhunlang.jmorph.app.Synth
Input field for the morph to synthetize.
morph(Map, AffixEntry) - Method in class net.sf.jhunlang.jmorph.util.app.AffixViewer
 
morphString() - Method in class net.sf.jhunlang.jmorph.AffixEntry
 
morphString() - Method in class net.sf.jhunlang.jmorph.DictEntry
 
morphString() - Method in interface net.sf.jhunlang.jmorph.DictEntryExtension
 
morphString() - Method in interface net.sf.jhunlang.jmorph.analysis.Analysis
 
morphString() - Method in class net.sf.jhunlang.jmorph.analysis.AnalysisEntry
 
morphString - Variable in class net.sf.jhunlang.jmorph.parser.FakeExtension
 
morphString() - Method in class net.sf.jhunlang.jmorph.parser.FakeExtension
 
morphString() - Method in class net.sf.jhunlang.jmorph.sword.Case
 
morphString() - Method in class net.sf.jhunlang.jmorph.sword.Derivative
 
morphString() - Method in class net.sf.jhunlang.jmorph.sword.SimpleDerivative
 
morphString() - Method in class net.sf.jhunlang.jmorph.sword.SwordExtension
 

N

NAME_POS - Static variable in class net.sf.jhunlang.jmorph.name.NameEntry
The part-of-speech of NameEntry instances
NEG_COND - Static variable in interface net.sf.jhunlang.jmorph.parser.AffixConstants
Convenience constant for the character negating a condition
NO - Static variable in interface net.sf.jhunlang.jmorph.parser.AffixConstants
Convenience constant for the character defining 'not crossable'
NOCOND - Static variable in interface net.sf.jhunlang.jmorph.parser.AffixConstants
Convenience constant for the character defining 'no condition'
NONE - Static variable in class net.sf.jhunlang.jmorph.analysis.IStem
Convenience constant for the ispell-defined stem type '#'.
NONE - Variable in class net.sf.jhunlang.jmorph.cl.Gen
 
NONE - Variable in class net.sf.jhunlang.jmorph.cl.Morph
 
NOT - Static variable in class net.sf.jhunlang.jmorph.AnyCharacterCondition
 
NOT - Static variable in class net.sf.jhunlang.jmorph.sword.SwordAffixFlagFilter
 
NO_FLAGS - Static variable in class net.sf.jhunlang.jmorph.parser.DictionaryReader
Empty flag characters
NO_HOMONYM - Static variable in class net.sf.jhunlang.jmorph.DictEntry
Constant for the empty homonyms collection.
NULL - Static variable in interface net.sf.jhunlang.jmorph.parser.AffixConstants
Convenience constant for the character defining 'no strip' and 'no append'
NameEntry - class net.sf.jhunlang.jmorph.name.NameEntry.
NameEntry instances represent names
NameEntry(String, char[]) - Constructor for class net.sf.jhunlang.jmorph.name.NameEntry
 
NameEntry(String) - Constructor for class net.sf.jhunlang.jmorph.name.NameEntry
 
NameReader - class net.sf.jhunlang.jmorph.name.NameReader.
NameReader stands for reading namelist files.
NameReader() - Constructor for class net.sf.jhunlang.jmorph.name.NameReader
 
Node - class net.sf.jhunlang.jmorph.morph.Node.
 
Node() - Constructor for class net.sf.jhunlang.jmorph.morph.Node
 
NumberEntry - class net.sf.jhunlang.jmorph.NumberEntry.
 
NumberEntry(String) - Constructor for class net.sf.jhunlang.jmorph.NumberEntry
 
name - Variable in class net.sf.jhunlang.jmorph.Affix
The name or flag of the affix
name - Variable in class net.sf.jhunlang.jmorph.morph.Morph
 
name - Variable in class net.sf.jhunlang.jmorph.sword.Case
The morpheme (allomorph) of this Case.
name - Variable in class net.sf.jhunlang.jmorph.sword.POSName
 
net.sf.jhunlang.jmorph - package net.sf.jhunlang.jmorph
 
net.sf.jhunlang.jmorph.analysis - package net.sf.jhunlang.jmorph.analysis
 
net.sf.jhunlang.jmorph.analysis.consumer - package net.sf.jhunlang.jmorph.analysis.consumer
 
net.sf.jhunlang.jmorph.app - package net.sf.jhunlang.jmorph.app
 
net.sf.jhunlang.jmorph.cl - package net.sf.jhunlang.jmorph.cl
 
net.sf.jhunlang.jmorph.factory - package net.sf.jhunlang.jmorph.factory
 
net.sf.jhunlang.jmorph.lemma - package net.sf.jhunlang.jmorph.lemma
 
net.sf.jhunlang.jmorph.morph - package net.sf.jhunlang.jmorph.morph
 
net.sf.jhunlang.jmorph.name - package net.sf.jhunlang.jmorph.name
 
net.sf.jhunlang.jmorph.parser - package net.sf.jhunlang.jmorph.parser
 
net.sf.jhunlang.jmorph.sample - package net.sf.jhunlang.jmorph.sample
 
net.sf.jhunlang.jmorph.sword - package net.sf.jhunlang.jmorph.sword
 
net.sf.jhunlang.jmorph.sword.parser - package net.sf.jhunlang.jmorph.sword.parser
 
net.sf.jhunlang.jmorph.synth - package net.sf.jhunlang.jmorph.synth
 
net.sf.jhunlang.jmorph.util - package net.sf.jhunlang.jmorph.util
 
net.sf.jhunlang.jmorph.util.app - package net.sf.jhunlang.jmorph.util.app
 
next - Variable in class net.sf.jhunlang.jmorph.util.app.Searcher
 
next() - Method in class net.sf.jhunlang.jmorph.util.app.Searcher
 
nextIndex - Variable in class net.sf.jhunlang.jmorph.Conditionsmap
The Conditions.index of the Conditions created next.
nextIndex - Variable in class net.sf.jhunlang.jmorph.util.app.Searcher
 
nextIterator - Variable in class net.sf.jhunlang.jmorph.util.app.Searcher
 
nextRound() - Method in class net.sf.jhunlang.jmorph.util.BooleanResults
 
not - Variable in class net.sf.jhunlang.jmorph.Condition
If this condition is negated
not() - Method in class net.sf.jhunlang.jmorph.Condition
Return if this Condition is negated
nullstring(Parser) - Method in class net.sf.jhunlang.jmorph.parser.AffixReader
Return the next token of the current line of parser or the AffixConstants.EMPTY String if the token represents NULL.
numEntries() - Method in class net.sf.jhunlang.jmorph.Rules
Return number of entries
numPrefixEntries() - Method in class net.sf.jhunlang.jmorph.Rules
Return number of prefix entries
numSuffixEntries() - Method in class net.sf.jhunlang.jmorph.Rules
Return number of suffix entries

O

ONLYROOT_FLAG - Static variable in interface net.sf.jhunlang.jmorph.parser.DictConstants
 
OUTPUT - Static variable in class net.sf.jhunlang.jmorph.cl.Cl
Property name for the output file.
offset - Variable in class net.sf.jhunlang.jmorph.analysis.IStem
The ispell-offset of the word.
order() - Method in class net.sf.jhunlang.jmorph.AffixFlags
Arrange the flag characters in alphabetical order and return the resulting Set (using sort of Arrays maybe better).
original - Variable in class net.sf.jhunlang.jmorph.name.LanguageEntry
 

P

PCL - Variable in class net.sf.jhunlang.jmorph.analysis.AffixCache
Cache for satisfied crossable prefix rules
PL - Variable in class net.sf.jhunlang.jmorph.analysis.AffixCache
Cache for satisfied prefix rules
PLUS - Static variable in class net.sf.jhunlang.jmorph.sword.parser.SwordExtensionParser
 
POS - Variable in class net.sf.jhunlang.jmorph.lemma.Lemma
 
POS - class net.sf.jhunlang.jmorph.morph.POS.
 
POS(String) - Constructor for class net.sf.jhunlang.jmorph.morph.POS
 
POSName - class net.sf.jhunlang.jmorph.sword.POSName.
POSName instances represent part of speech categories.
POSName(String) - Constructor for class net.sf.jhunlang.jmorph.sword.POSName
 
PREFIX - Static variable in interface net.sf.jhunlang.jmorph.parser.AffixConstants
Convenience constant for the character-string starting a prefix rule
Pair - class net.sf.jhunlang.jmorph.util.Pair.
 
Pair(Object, Object) - Constructor for class net.sf.jhunlang.jmorph.util.Pair
 
ParseException - exception net.sf.jhunlang.jmorph.parser.ParseException.
Exception thrown while parsing the affix and dictionary files.
ParseException() - Constructor for class net.sf.jhunlang.jmorph.parser.ParseException
Create a ParseException instance with no message.
ParseException(String) - Constructor for class net.sf.jhunlang.jmorph.parser.ParseException
Create a ParseException instance with the given message.
ParseException(String, Throwable) - Constructor for class net.sf.jhunlang.jmorph.parser.ParseException
Create a ParseException instance with the given cause and with the given message.
Parser - class net.sf.jhunlang.jmorph.parser.Parser.
Parser defines and implements utility methods for AffixReader.
Parser() - Constructor for class net.sf.jhunlang.jmorph.parser.Parser
 
Prefix - class net.sf.jhunlang.jmorph.Prefix.
Prefix instances store groups of prefix inflexion rules.
Prefix(char, boolean, int) - Constructor for class net.sf.jhunlang.jmorph.Prefix
Create a new Prefix instance with the given parameters.
PrefixEntry - class net.sf.jhunlang.jmorph.PrefixEntry.
PrefixEntry instances store prefix inflexion rules.
PrefixEntry(Rules, Prefix, int, Condition[], String, String) - Constructor for class net.sf.jhunlang.jmorph.PrefixEntry
Create a new PrefixEntry instance with the given parameters.
parent - Variable in class net.sf.jhunlang.jmorph.AffixEntry
Parent of this entry
parent - Variable in class net.sf.jhunlang.jmorph.analysis.consumer.BasicConsumer
The parent consumer.
parentConsumer - Variable in class net.sf.jhunlang.jmorph.analysis.consumer.ConsumerManager
 
parentRules - Variable in class net.sf.jhunlang.jmorph.Rules
The parent rules if any
parseAffix(Parser) - Method in class net.sf.jhunlang.jmorph.parser.AffixReader
Read an affix definition from the current line of parser and return the resulting Affix instance.
parseAffixEntry(Parser, Affix, int) - Method in class net.sf.jhunlang.jmorph.parser.AffixReader
Read affix entry definitions from the current line of parser and return the resulting array of AffixEntry instances.
parseCompound(Parser) - Method in class net.sf.jhunlang.jmorph.parser.AffixReader
Parse current line of parser if it contains a AffixConstants.COMPOUND definition.
parseDescription(Parser, Collection) - Method in class net.sf.jhunlang.jmorph.sword.parser.EnglishAffixExtensionParser
Parse affix description and return if it is legal.
parseDescription(Parser, Collection) - Method in class net.sf.jhunlang.jmorph.sword.parser.EnglishEntryExtensionParser
Parse the description of a dictionary word.
parseDescription(Parser, Collection) - Method in class net.sf.jhunlang.jmorph.sword.parser.SwordAffixExtensionParser
Parse affix description and return if it is legal.
parseDescription(Parser, Collection) - Method in class net.sf.jhunlang.jmorph.sword.parser.SwordEntryExtensionParser
Parse description of a dictionary word.
parseExtension(Parser, AffixEntry) - Method in class net.sf.jhunlang.jmorph.parser.AffixReader
Create a FakeExtension for the remainder of the current line and add it to entry as extension.
parseExtension(Parser, AffixEntry) - Method in class net.sf.jhunlang.jmorph.sword.parser.EnglishAffixReader
Parse the extension read from the current line of parser and set the resulted EnglishAffixExtensionParser as the AffixEntry.getExtension() of entry.
parseExtension(Parser, AffixEntry) - Method in class net.sf.jhunlang.jmorph.sword.parser.SwordAffixReader
Parse the extension read from the current line of parser and set the resulted SwordAffixExtensionParser as the AffixEntry.getExtension() of entry.
parseLine(WordList, LineNumberReader, String) - Method in class net.sf.jhunlang.jmorph.name.NameReader
 
parseLine(WordList, LineNumberReader, String) - Method in class net.sf.jhunlang.jmorph.name.SimpleNameReader
Create and return a NameEntry for the last word of the line.
parseLine(WordList, LineNumberReader, String) - Method in class net.sf.jhunlang.jmorph.parser.DictionaryReader
Return DictEntry built from line.
parseLine(WordList, LineNumberReader, String) - Method in class net.sf.jhunlang.jmorph.parser.ListReader
 
parseLine(WordList, LineNumberReader, String) - Method in class net.sf.jhunlang.jmorph.sword.parser.EnglishReader
Return SwordEntry built from line.
parseLine(WordList, LineNumberReader, String) - Method in class net.sf.jhunlang.jmorph.sword.parser.SwordReader
Return SwordEntry built from line.
parser - Variable in class net.sf.jhunlang.jmorph.parser.ListReader
 
plus(Parser, Collection, String, int) - Method in class net.sf.jhunlang.jmorph.sword.parser.SwordExtensionParser
 
pmaxWord - Variable in class net.sf.jhunlang.jmorph.app.Morph
 
pminWord - Variable in class net.sf.jhunlang.jmorph.app.Morph
 
pos - Variable in class net.sf.jhunlang.jmorph.sword.SimpleDerivative
The part-of-speech resulted when applying this derivative
pos - Variable in class net.sf.jhunlang.jmorph.sword.SwordEntryExtension
 
posNames - Static variable in class net.sf.jhunlang.jmorph.sword.POSName
 
poss - Variable in class net.sf.jhunlang.jmorph.morph.Morphs
 
postCase - Variable in class net.sf.jhunlang.jmorph.sword.Derivative
 
postCases - Variable in class net.sf.jhunlang.jmorph.sword.Derivative
 
preCases - Variable in class net.sf.jhunlang.jmorph.sword.Derivative
 
prefixCount - Variable in class net.sf.jhunlang.jmorph.Rules
Number of PrefixEntry's
prefixEntries - Variable in class net.sf.jhunlang.jmorph.Rules
Map for PrefixEntry instances
prefixMorph - Variable in class net.sf.jhunlang.jmorph.synth.Synthetizer
 
prefixMorph - Variable in class net.sf.jhunlang.jmorph.util.app.AffixViewer
The morph viewer for prefixes
prefixPattern - Variable in class net.sf.jhunlang.jmorph.Rules
Pattern for prefix flags to remove from flags of a new compound word
prefixes - Variable in class net.sf.jhunlang.jmorph.Rules
Collection of Prefix instances
prefixes - Variable in class net.sf.jhunlang.jmorph.util.app.AffixViewer
The viewer for prefixes
preverb(String, String) - Method in class net.sf.jhunlang.jmorph.sword.parser.SwordExtensionParser
 
process(String, PrintWriter) - Method in class net.sf.jhunlang.jmorph.cl.Cl
Process line and write the result to p.
process(String, PrintWriter) - Method in class net.sf.jhunlang.jmorph.cl.Gen
 
process(String, PrintWriter) - Method in class net.sf.jhunlang.jmorph.cl.JSpell
 
process(String, PrintWriter) - Method in class net.sf.jhunlang.jmorph.cl.Lem
 
process(String, PrintWriter) - Method in class net.sf.jhunlang.jmorph.cl.Morph
 
process(String, PrintWriter) - Method in class net.sf.jhunlang.jmorph.cl.Synth
 
pu - Variable in class net.sf.jhunlang.jmorph.app.Morph
 
put(Map, AnalysisEntry) - Method in class net.sf.jhunlang.jmorph.synth.Generator
 
put(Object, Object) - Method in class net.sf.jhunlang.jmorph.util.CacheHashtable
 
putCollection(Object, Collection) - Method in class net.sf.jhunlang.jmorph.analysis.Cache
 
putIJ(String, DictEntry) - Method in class net.sf.jhunlang.jmorph.Dict
 
px - Variable in class net.sf.jhunlang.jmorph.app.Morph
 

R

RANGE_END - Static variable in interface net.sf.jhunlang.jmorph.parser.AffixConstants
Convenience constant for the character ending a range condition
RANGE_START - Static variable in interface net.sf.jhunlang.jmorph.parser.AffixConstants
Convenience constant for the character starting a range condition
REC - Static variable in class net.sf.jhunlang.jmorph.sword.parser.SwordAffixReader
 
RangeCondition - class net.sf.jhunlang.jmorph.RangeCondition.
RangeCondition instances store character range conditions.
RangeCondition(char[]) - Constructor for class net.sf.jhunlang.jmorph.RangeCondition
Create a new RangeCondition with the given character range.
RangeCondition(char[], boolean) - Constructor for class net.sf.jhunlang.jmorph.RangeCondition
Create a new RangeCondition with the given character range.
Rules - class net.sf.jhunlang.jmorph.Rules.
Rules stores AffixEntry instances as it is appropriate for the different Analyser implementations.
Rules() - Constructor for class net.sf.jhunlang.jmorph.Rules
Create a new Rules instance
Rules(Rules, Rules.Controller) - Constructor for class net.sf.jhunlang.jmorph.Rules
Create a new Rules instance passing affixes to subRules as add and add2sub of controller tell to.
Rules.Controller - interface net.sf.jhunlang.jmorph.Rules.Controller.
 
range - Variable in class net.sf.jhunlang.jmorph.RangeCondition
The character range
rawConditionLength() - Method in class net.sf.jhunlang.jmorph.AffixEntry
Return length of AffixEntry.conditions.
rawGet(String) - Method in class net.sf.jhunlang.jmorph.Dictionaries
 
rawGet(String) - Method in class net.sf.jhunlang.jmorph.Hypothetiser
 
rawGet(String) - Method in class net.sf.jhunlang.jmorph.WordList
Return the object associated with lowerCaseWord
read() - Method in class net.sf.jhunlang.jmorph.factory.Definition
 
read(String[]) - Method in class net.sf.jhunlang.jmorph.factory.Loader
 
read(URL, String) - Method in class net.sf.jhunlang.jmorph.parser.AbstractReader
Read from the given inputstream using the given character encoding.
read(String, String) - Method in class net.sf.jhunlang.jmorph.parser.AbstractReader
Read from the given file using the given character encoding.
read(InputStream, String) - Method in class net.sf.jhunlang.jmorph.parser.AbstractReader
Read from inputstream using the given character encoding.
read(BufferedReader) - Method in class net.sf.jhunlang.jmorph.parser.AbstractReader
Read and parse content from 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).

S

SCL - Variable in class net.sf.jhunlang.jmorph.analysis.AffixCache
Cache for satisfied crossable suffix rules
SEP - Static variable in class net.sf.jhunlang.jmorph.sword.parser.SwordExtensionParser
 
SEPARATOR - Variable in class net.sf.jhunlang.jmorph.name.NameReader
 
SEPARATOR - Static variable in class net.sf.jhunlang.jmorph.parser.DictionaryReader
The separator between the word and the flags in the definition
SHORTEST - Static variable in class net.sf.jhunlang.jmorph.analysis.CompoundControl
Convenience constant for the hint 'decompose via the shortest component words first'
SL - Variable in class net.sf.jhunlang.jmorph.analysis.AffixCache
Cache for satisfied suffix rules
START - Static variable in class net.sf.jhunlang.jmorph.sword.SwordAffixFlagFilter
 
START - Static variable in class net.sf.jhunlang.jmorph.sword.parser.EnglishExtensionParser
 
START - Static variable in class net.sf.jhunlang.jmorph.sword.parser.SwordExtensionParser
 
SUFFIX - Static variable in interface net.sf.jhunlang.jmorph.parser.AffixConstants
Convenience constant for the character-string starting a suffix rule
Searcher - class net.sf.jhunlang.jmorph.util.app.Searcher.
 
Searcher() - Constructor for class net.sf.jhunlang.jmorph.util.app.Searcher
 
SimpleDerivative - class net.sf.jhunlang.jmorph.sword.SimpleDerivative.
SimpleDerivative represent derivative categories.
SimpleDerivative(String, String, POSName) - Constructor for class net.sf.jhunlang.jmorph.sword.SimpleDerivative
Cretae a SimpleDerivative instance for affix, type and pos.
SimpleNameReader - class net.sf.jhunlang.jmorph.name.SimpleNameReader.
SimpleNameReader stands for reading simple namelist files.
SimpleNameReader() - Constructor for class net.sf.jhunlang.jmorph.name.SimpleNameReader
 
Suffix - class net.sf.jhunlang.jmorph.Suffix.
Suffix instances store groups of suffix inflexion rules.
Suffix(char, boolean, int) - Constructor for class net.sf.jhunlang.jmorph.Suffix
Create a new Suffix instance with the given parameters.
SuffixEntry - class net.sf.jhunlang.jmorph.SuffixEntry.
SuffixEntry instances store suffix inflexion rules.
SuffixEntry(Rules, Suffix, int, Condition[], String, String) - Constructor for class net.sf.jhunlang.jmorph.SuffixEntry
Create a new SuffixEntry instance with the given parameters.
SwordAffixExtension - class net.sf.jhunlang.jmorph.sword.SwordAffixExtension.
SwordAffixExtensionParser stores szoszablya-specific extension data (called morphological description) for affixes.
SwordAffixExtension() - Constructor for class net.sf.jhunlang.jmorph.sword.SwordAffixExtension
 
SwordAffixExtensionParser - class net.sf.jhunlang.jmorph.sword.parser.SwordAffixExtensionParser.
SwordAffixExtensionParser stands for parsing szoszablya-specific extension data.
SwordAffixExtensionParser(SwordAffixExtension) - Constructor for class net.sf.jhunlang.jmorph.sword.parser.SwordAffixExtensionParser
 
SwordAffixFlagFilter - class net.sf.jhunlang.jmorph.sword.SwordAffixFlagFilter.
 
SwordAffixFlagFilter() - Constructor for class net.sf.jhunlang.jmorph.sword.SwordAffixFlagFilter
 
SwordAffixReader - class net.sf.jhunlang.jmorph.sword.parser.SwordAffixReader.
SwordAffixReader stands for reading the szoszablya-specific extension of AffixEntry's.
SwordAffixReader() - Constructor for class net.sf.jhunlang.jmorph.sword.parser.SwordAffixReader
 
SwordDict - class net.sf.jhunlang.jmorph.sword.SwordDict.
SwordDict represents szoszablya dictionaries.
SwordDict() - Constructor for class net.sf.jhunlang.jmorph.sword.SwordDict
Create a new SwordDict instance
SwordEntry - class net.sf.jhunlang.jmorph.sword.SwordEntry.
SwordEntry instances represent the dictionary definitions of szoszablya root words.
SwordEntry(String) - Constructor for class net.sf.jhunlang.jmorph.sword.SwordEntry
 
SwordEntry(String, char[]) - Constructor for class net.sf.jhunlang.jmorph.sword.SwordEntry
Create a SwodEntry instance for word with flags specified in flagCharacters.
SwordEntry(String, char[], SwordEntryExtension, DictEntry) - Constructor for class net.sf.jhunlang.jmorph.sword.SwordEntry
Create a SwodEntry instance for word with flags specified in flagCharacters with inflexion.
SwordEntry(String, char[], SwordEntryExtension) - Constructor for class net.sf.jhunlang.jmorph.sword.SwordEntry
Create a SwodEntry instance for word with flags specified in flagCharacters with inflexion.
SwordEntry(DictEntry, AffixEntry, boolean) - Constructor for class net.sf.jhunlang.jmorph.sword.SwordEntry
Create a SwodEntry representing the derivation of 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.
setSuffix(boolean) - Method in class net.sf.jhunlang.jmorph.analysis.consumer.ConsumerManager
 
setTokenizer(StringTokenizer) - Method in class net.sf.jhunlang.jmorph.parser.Parser
 
setWord(String) - Method in class net.sf.jhunlang.jmorph.lemma.Lemma
 
shortClassName() - Method in class net.sf.jhunlang.jmorph.CompoundDictEntry
 
shortClassName() - Method in class net.sf.jhunlang.jmorph.DictEntry
 
shortClassName() - Method in class net.sf.jhunlang.jmorph.sword.SwordEntry
 
shortClassname() - Method in class net.sf.jhunlang.jmorph.util.Comparables
 
shorten(String) - Static method in class net.sf.jhunlang.jmorph.WordList
 
shorten(Class) - Static method in class net.sf.jhunlang.jmorph.WordList
 
shorten(String) - Static method in class net.sf.jhunlang.jmorph.util.Comparables
 
shorten(String) - Static method in class net.sf.jhunlang.jmorph.util.Pair
 
shorten(Class) - Static method in class net.sf.jhunlang.jmorph.util.Pair
 
shortestAffixFirst() - Method in class net.sf.jhunlang.jmorph.analysis.AnalyserContext
Return if analyser should try with shortest affix first.
shortestPrefixFirst - Variable in class net.sf.jhunlang.jmorph.analysis.AnalyserContext
Tells if analyser should try shortest prefix first.
shortestSuffixFirst - Variable in class net.sf.jhunlang.jmorph.analysis.AnalyserContext
Tells if analyser should try shortest suffix first.
showup() - Method in class net.sf.jhunlang.jmorph.util.app.AffixViewer
Show all four viewers.
size - Variable in class net.sf.jhunlang.jmorph.AffixEntries
The size of AffixEntries.affixes.
size() - Method in class net.sf.jhunlang.jmorph.Conditionsmap
 
size() - Method in class net.sf.jhunlang.jmorph.WordList
Return the number of root words.
skipping - Variable in class net.sf.jhunlang.jmorph.parser.AffixReader
Tells if ever seen an affix line
sl - Variable in class net.sf.jhunlang.jmorph.AffixEntry
Length of AffixEntry.strip.
source - Variable in class net.sf.jhunlang.jmorph.morph.Derivative
 
split(String, String) - Method in class net.sf.jhunlang.jmorph.analysis.AffixCache
Return splits of the given word as it is appropriate for checking suffix and prefix rules.
splits - Variable in class net.sf.jhunlang.jmorph.analysis.AffixCache
The splits of the word currently stemmed for suffix and prefix check respecively
startCache() - Method in class net.sf.jhunlang.jmorph.analysis.consumer.DerivationConsumer
 
stem - Variable in class net.sf.jhunlang.jmorph.ExceptionEntry
The solution given by this exception
stem - Variable in class net.sf.jhunlang.jmorph.XWordEntry
 
stem - Variable in class net.sf.jhunlang.jmorph.app.Morph
Button to start stemming.
stemCache - Variable in class net.sf.jhunlang.jmorph.analysis.CompoundAnalyserImpl
Caches for collections of stems either compound or single, hashed by word and wordNum being the cache index
stemmer - Variable in class net.sf.jhunlang.jmorph.analysis.CompoundAnalyserImpl
Analyser used to generate component candidates
stems - Variable in class net.sf.jhunlang.jmorph.app.Morph
List for the stems.
string() - Method in class net.sf.jhunlang.jmorph.parser.Parser
Return next token of the current line.
string(boolean) - Method in class net.sf.jhunlang.jmorph.parser.Parser
Return next token of the current line if any.
string(String) - Method in class net.sf.jhunlang.jmorph.parser.Parser
Return next token of the current line if it is the given value.
string(String[]) - Method in class net.sf.jhunlang.jmorph.parser.Parser
Return the index of the next token in the given array of values.
strip - Variable in class net.sf.jhunlang.jmorph.AffixEntry
The characters to strip from a stem before adding AffixEntry.append
strip(String) - Method in class net.sf.jhunlang.jmorph.AffixEntry
Strip off AffixEntry.strip from word.
strip(String) - Method in class net.sf.jhunlang.jmorph.PrefixEntry
Return the word by stripping off PrefixEntry.strip(java.lang.String) from the given word.
strip(String) - Method in class net.sf.jhunlang.jmorph.SuffixEntry
Return the word by stripping off SuffixEntry.strip(java.lang.String) from the given word.
stripConditions - Variable in class net.sf.jhunlang.jmorph.AffixEntry
Condition array of this entry for AffixEntry.strip
stripDerivates - Variable in class net.sf.jhunlang.jmorph.cl.Lem
 
subContext - Variable in class net.sf.jhunlang.jmorph.analysis.AnalyserContext
The sub context.
subManager - Variable in class net.sf.jhunlang.jmorph.analysis.consumer.ConsumerManager
 
subRules - Variable in class net.sf.jhunlang.jmorph.Rules
The sub rules if any
subRules - Variable in class net.sf.jhunlang.jmorph.synth.Synthetizer
 
subanalyse(String, String, AnalyserContext, AnalysisConsumer) - Method in interface net.sf.jhunlang.jmorph.analysis.Analyser
 
subanalyse(String, String, AnalyserContext, AnalysisConsumer) - Method in class net.sf.jhunlang.jmorph.analysis.AnalyserImpl
 
suffix - Variable in class net.sf.jhunlang.jmorph.analysis.AffixCache
If prefix is sought for in the current stemming
suffix() - Method in class net.sf.jhunlang.jmorph.analysis.AffixCache
Return if the current caches are those for suffix or prefix.
suffix - Variable in class net.sf.jhunlang.jmorph.analysis.AnalyserContext
If prefix is sought for in the current analysis.
suffix() - Method in class net.sf.jhunlang.jmorph.analysis.AnalyserContext
Return if the current affix cache is the suffix cache.
suffix - Variable in class net.sf.jhunlang.jmorph.analysis.consumer.CrossInflexionConsumer
 
suffixCount - Variable in class net.sf.jhunlang.jmorph.Rules
Number of SuffixEntry's
suffixEntries - Variable in class net.sf.jhunlang.jmorph.Rules
Map for SuffixEntry instances
suffixGenerators - Variable in class net.sf.jhunlang.jmorph.synth.Generator
The generating suffix rules
suffixMorph - Variable in class net.sf.jhunlang.jmorph.synth.Synthetizer
 
suffixMorph - Variable in class net.sf.jhunlang.jmorph.util.app.AffixViewer
The morph viewer for suffixes
suffixPattern - Variable in class net.sf.jhunlang.jmorph.Rules
Pattern for suffix flags to remove from flags of a new compound word
suffixSplit(String) - Method in class net.sf.jhunlang.jmorph.analysis.AffixCache
Return splits of the given word as it is appropriate for checking suffix rules.
suffixes - Variable in class net.sf.jhunlang.jmorph.Rules
Collection of Suffix instances
suffixes - Variable in class net.sf.jhunlang.jmorph.util.app.AffixViewer
The viewer for suffixes
sync() - Method in class net.sf.jhunlang.jmorph.Dict
Synchronize exceptional solutions.
sync() - Method in class net.sf.jhunlang.jmorph.WordList
This method does nothing.
sync() - Method in class net.sf.jhunlang.jmorph.sword.SwordDict
Set root of entries collected in rooted.
synth - Variable in class net.sf.jhunlang.jmorph.app.Synth
Button to start synthetizing.
synthesis - Variable in class net.sf.jhunlang.jmorph.app.Synth
List for the synthesis.
synthetize(String, String) - Method in class net.sf.jhunlang.jmorph.synth.Synthetizer
Return the collection of synthetizations of word by the morphological markers enlisted in m.
synthetizer - Variable in class net.sf.jhunlang.jmorph.app.Synth
The synthetizer.
synthetizer - Variable in class net.sf.jhunlang.jmorph.cl.Synth
 

T

TYPES - Static variable in class net.sf.jhunlang.jmorph.analysis.IStem
Convenience constant for the ispell-defined stem type array.
TYPES - Static variable in class net.sf.jhunlang.jmorph.sword.SwordAffixFlagFilter
 
TextViewer - class net.sf.jhunlang.jmorph.util.app.TextViewer.
 
TextViewer() - Constructor for class net.sf.jhunlang.jmorph.util.app.TextViewer
 
TextViewer(Collection) - Constructor for class net.sf.jhunlang.jmorph.util.app.TextViewer
 
TextViewer(Collection, boolean, boolean) - Constructor for class net.sf.jhunlang.jmorph.util.app.TextViewer
 
TextViewer(boolean, boolean) - Constructor for class net.sf.jhunlang.jmorph.util.app.TextViewer
 
target - Variable in class net.sf.jhunlang.jmorph.morph.Derivative
 
tellEquals(Object) - Method in class net.sf.jhunlang.jmorph.util.Pair
 
test(String[]) - Method in class net.sf.jhunlang.jmorph.parser.AffixReader
 
test(String[]) - Method in class net.sf.jhunlang.jmorph.parser.DictionaryReader
 
test(String[]) - Method in class net.sf.jhunlang.jmorph.sword.parser.SwordAffixReader
 
thawLevel() - Method in interface net.sf.jhunlang.jmorph.analysis.consumer.AnalysisConsumer
 
thawLevel() - Method in class net.sf.jhunlang.jmorph.analysis.consumer.BasicConsumer
 
time - Variable in class net.sf.jhunlang.jmorph.util.CacheHashtable
 
toArray(Map) - Method in class net.sf.jhunlang.jmorph.synth.Synthetizer
Convert affix entry collections stored in morphMap to affix entry arrays.
toLongString() - Method in class net.sf.jhunlang.jmorph.Affix
 
toLongString() - Method in class net.sf.jhunlang.jmorph.AffixEntry
 
toLongString() - Method in class net.sf.jhunlang.jmorph.DictEntry
 
toLongString() - Method in interface net.sf.jhunlang.jmorph.analysis.Analysis
 
toLongString() - Method in class net.sf.jhunlang.jmorph.analysis.AnalysisEntry
Return String representation of this instance reflecting the runtime type (class)
toString() - Method in class net.sf.jhunlang.jmorph.Affix
 
toString() - Method in class net.sf.jhunlang.jmorph.AffixEntries
 
toString() - Method in class net.sf.jhunlang.jmorph.AffixEntry
 
toString() - Method in class net.sf.jhunlang.jmorph.Condition
Return String representation of this Condition reflecting the runtime type (class) of the instance.
toString() - Method in class net.sf.jhunlang.jmorph.Conditions
 
toString() - Method in class net.sf.jhunlang.jmorph.DictEntry
 
toString(Collection) - Method in class net.sf.jhunlang.jmorph.Rules
 
toString() - Method in class net.sf.jhunlang.jmorph.Rules
 
toString() - Method in class net.sf.jhunlang.jmorph.WordList
 
toString() - Method in class net.sf.jhunlang.jmorph.analysis.AnalyserContext
 
toString() - Method in class net.sf.jhunlang.jmorph.analysis.AnalyserControl
 
toString() - Method in class net.sf.jhunlang.jmorph.analysis.AnalysisEntry
 
toString() - Method in class net.sf.jhunlang.jmorph.analysis.CompoundControl
 
toString() - Method in class net.sf.jhunlang.jmorph.analysis.CompoundPOSController
 
toString() - Method in class net.sf.jhunlang.jmorph.analysis.IStem
 
toString() - Method in class net.sf.jhunlang.jmorph.analysis.consumer.AffixConsumer
 
toString() - Method in class net.sf.jhunlang.jmorph.factory.Definition
 
toString() - Method in class net.sf.jhunlang.jmorph.morph.Derivative
 
toString() - Method in class net.sf.jhunlang.jmorph.morph.Morph
 
toString() - Method in class net.sf.jhunlang.jmorph.parser.FakeExtension
 
toString() - Method in class net.sf.jhunlang.jmorph.sword.Case
 
toString() - Method in class net.sf.jhunlang.jmorph.sword.Derivative
 
toString() - Method in class net.sf.jhunlang.jmorph.sword.POSName
 
toString() - Method in class net.sf.jhunlang.jmorph.sword.SimpleDerivative
 
toString() - Method in class net.sf.jhunlang.jmorph.sword.SwordEntryExtension
 
toString() - Method in class net.sf.jhunlang.jmorph.sword.SwordExtension
 
toString() - Method in class net.sf.jhunlang.jmorph.util.Comparables
 
toString() - Method in class net.sf.jhunlang.jmorph.util.Pair
 
toString(DictEntry) - Method in class net.sf.jhunlang.jmorph.util.app.WordViewer
 
tokenizer - Variable in class net.sf.jhunlang.jmorph.parser.Parser
The tokenizer for the current line..
top() - Method in class net.sf.jhunlang.jmorph.analysis.AnalyserContext
Tell if this is a toplevel context.
type - Variable in class net.sf.jhunlang.jmorph.analysis.IStem
The type of this IStem instance.
type - Variable in class net.sf.jhunlang.jmorph.sword.SimpleDerivative
The type (the name) of this derivative
type - Variable in class net.sf.jhunlang.jmorph.synth.Generator
 

U

url - Variable in class net.sf.jhunlang.jmorph.factory.Definition
 

V

valid(int) - Method in class net.sf.jhunlang.jmorph.util.BooleanResults
 
valueChanged(ListSelectionEvent) - Method in class net.sf.jhunlang.jmorph.util.app.AffixViewer
 

W

WordList - class net.sf.jhunlang.jmorph.WordList.
 
WordList() - Constructor for class net.sf.jhunlang.jmorph.WordList
Create a new WordList instance.
WordViewer - class net.sf.jhunlang.jmorph.util.app.WordViewer.
 
WordViewer(Dictionaries) - Constructor for class net.sf.jhunlang.jmorph.util.app.WordViewer
 
word - Variable in class net.sf.jhunlang.jmorph.DictEntry
The word of this entry.
word - Variable in class net.sf.jhunlang.jmorph.analysis.AffixCache
The current word.
word - Variable in class net.sf.jhunlang.jmorph.analysis.CompoundAnalyserImpl.RightConsumer
The word to decompose
word - Variable in class net.sf.jhunlang.jmorph.analysis.IStem
The original word this IStem instance is the istem of.
word - Variable in class net.sf.jhunlang.jmorph.analysis.consumer.AffixConsumer
 
word - Variable in class net.sf.jhunlang.jmorph.app.Gen
Input field for the word to be derived.
word - Variable in class net.sf.jhunlang.jmorph.app.Morph
Input field for the word to be stemmed.
word - Variable in class net.sf.jhunlang.jmorph.lemma.Lemma
 
wordModel - Variable in class net.sf.jhunlang.jmorph.app.Morph
The model of the input box.
wordNum - Variable in class net.sf.jhunlang.jmorph.analysis.CompoundAnalyserImpl
The current maximum number of components
wordSet - Variable in class net.sf.jhunlang.jmorph.app.Morph
The set of input words already analysed
words - Variable in class net.sf.jhunlang.jmorph.WordList
Stores DictEntry instances associated to root words.
words - Variable in class net.sf.jhunlang.jmorph.app.Gen
Frame for showing dictionary words.
words - Variable in class net.sf.jhunlang.jmorph.app.Morph
Frame for showing dictionary words.

X

X - interface net.sf.jhunlang.jmorph.analysis.consumer.X.
 
XES - Static variable in class net.sf.jhunlang.jmorph.analysis.AnalyserControl
 
XWordEntry - class net.sf.jhunlang.jmorph.XWordEntry.
XWordEntry instances represent exceptional words, those that are resolved by ExceptionEntry instances.
XWordEntry(String, char[]) - Constructor for class net.sf.jhunlang.jmorph.XWordEntry
Create an XWordEntry instance for the given with the specified flags.
XWordEntry(String, char[], byte) - Constructor for class net.sf.jhunlang.jmorph.XWordEntry
Create an XWordEntry instance for the given with the specified flags and with the given number of characters to cut off when stemmed..
X_FLAG - Static variable in interface net.sf.jhunlang.jmorph.parser.DictConstants
Convenience constant for the huspell-specified flag of exceptional words
x - Variable in class net.sf.jhunlang.jmorph.analysis.AnalyserControl
 
x - Variable in class net.sf.jhunlang.jmorph.analysis.consumer.AffixConsumer
 
x - Variable in class net.sf.jhunlang.jmorph.app.Morph
Combobox for selecting x for identifying affixes for the analyser.

Y

YES - Static variable in class net.sf.jhunlang.jmorph.AnyCharacterCondition
 
YES - Static variable in interface net.sf.jhunlang.jmorph.parser.AffixConstants
Convenience constant for the character defining 'crossable'
YIJ_FLAG - Static variable in interface net.sf.jhunlang.jmorph.parser.DictConstants
hunspell handles words ending with y by marking them with f and adding the word ending with i or j.
ys - Variable in class net.sf.jhunlang.jmorph.Dict
Stores entries for words flagged with 'f'.

Z

ZERO_MORPHS - Static variable in class net.sf.jhunlang.jmorph.sword.Case
 
ZERO_MORPHS - Static variable in class net.sf.jhunlang.jmorph.synth.Synthetizer
 
zero - Variable in class net.sf.jhunlang.jmorph.sword.Case
 
zero() - Method in class net.sf.jhunlang.jmorph.sword.Case
 

A B C D E F G H I J L M N O P R S T U V W X Y Z

Copyright © 2005 jmorph developers. All Rights Reserved.