Serialized Form
|
Package net.sf.jhunlang.jmorph |
name
char name
- The name or flag of the affix
entries
AffixEntry[] entries
- The inflexion rules
crossable
boolean crossable
- If the rules can be crossed
entryList
java.util.Collection entryList
- Temporary collection of entries;
Affix.done() converts this
collection into Affix.entries
affixes
AffixEntries[] affixes
- 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.
size
int size
- The size of
AffixEntries.affixes.
byStrip
java.util.Map byStrip
- Affix entries belonging to this instance hashed by their strip or null.
parent
Affix parent
- Parent of this entry
index
int index
- Index of this entry at parent
flag
int flag
- Flag of parent
conds
Conditions conds
Conditions of this entry without those for AffixEntry.strip
condsIndex
int condsIndex
- Index of
AffixEntry.conds in Conditions
conditions
Condition[] conditions
Condition array of this entry without those for strip
cl
int cl
- Length of
AffixEntry.conditions
stripConditions
Condition[] stripConditions
Condition array of this entry for AffixEntry.strip
crossable
boolean crossable
- If this entry can be crossed
ignoreCase
boolean ignoreCase
caseEnding
java.lang.String caseEnding
flagAndCaseString
java.lang.String flagAndCaseString
strip
java.lang.String strip
- The characters to strip from a stem before adding
AffixEntry.append
lowerCaseStrip
java.lang.String lowerCaseStrip
- The characters to strip from a stem before adding
AffixEntry.append
sl
int sl
- Length of
AffixEntry.strip. sl is the length of
AffixEntry.stripConditions as well.
append
java.lang.String append
- The characters to append to stripped stems
al
int al
- Length of
AffixEntry.append
flags
AffixFlags flags
- Stores crossable/derivation affix flags
extension
AffixEntryExtension extension
- Stores future extension data (like description).
flagstring
java.lang.String flagstring
- The
String representation of the affix flags
charset
java.util.Set charset
- The ordered
Set representation of the affix flags
intern
java.lang.String intern
- The ordered
String representation of the affix flags
flagmap
int[] flagmap
- Bitmap of the affix flags
character
char character
- The character of the condition.
right
DictEntry right
left
DictEntry left
not
boolean not
- If this condition is negated
contentString
java.lang.String contentString
- The String representing the content of this condition.
conditions
Condition[] conditions
- The array of encapsulated
Condition instances.
contentString
java.lang.String contentString
- The String representing the
Condition array of this Conditions.
hash
int hash
- The hash code of this instance computed by the constructor.
index
int index
- The identifier index of this condition instance set by
Conditionsmap.getConditions(Condition[])
nextIndex
int nextIndex
- The
Conditions.index of the Conditions created next.
conds
java.util.Map conds
- Stores different interned Conditions instances
ys
java.util.Collection ys
- Stores entries for words flagged with 'f'.
ijs
java.util.Map ijs
- Stores forbidden words ending with i or j - they are
the candidates for resolving words in ys.
exceptionals
int exceptionals
- Number of exceptional words in
WordList.words
exceptions
java.util.Map exceptions
- Stores
ExceptionEntry instances solving exceptional words.
flags
AffixFlags flags
- The affix flags admitted by this entry.
word
java.lang.String word
- The word of this entry.
capitalization
byte capitalization
- The capitalization of the word.
root
DictEntry root
- The root of this entry.
Root is the immediate 'predecessor' of this entry.
homonyms
java.util.Collection homonyms
- The homonyms of this word.
inflexion
DictEntryExtension inflexion
- The inflexion of this word.
generateNumber
boolean generateNumber
stem
java.lang.String stem
- The solution given by this exception
flagEntry
DictEntry flagEntry
- The entry for flags
range
char[] range
- The character range
set
int[] set
- The bits for the range
controller
Rules.Controller controller
- The controller of where to add affix entries
prefixes
java.util.Map prefixes
- Collection of Prefix instances
suffixes
java.util.Map suffixes
- Collection of Suffix instances
prefixEntries
AffixEntries prefixEntries
- Map for PrefixEntry instances
suffixEntries
AffixEntries suffixEntries
- Map for SuffixEntry instances
prefixCount
int prefixCount
- Number of PrefixEntry's
suffixCount
int suffixCount
- Number of SuffixEntry's
compoundFirst
char compoundFirst
- Compound first flag if any.
Words having this flag can be the first tag of compound words.
compoundLast
char compoundLast
- Compound last flag if any.
Words having this flag can be the last tag of compound words.
compound
char compound
- Compound flag if any.
Words having this flag can be tags of compound words.
compoundController
CompoundController compoundController
- The controller of compound decomposition.
done creates
a CompoundFlagController if not set via
setCompoundController.
compoundWord
char compoundWord
- Compound word flag if any
Words having this flag are compound words.
minWord
int minWord
- The minimum length of compund word tags.
subRules
Rules subRules
- The sub rules if any
parentRules
Rules parentRules
- The parent rules if any
prefixPattern
java.util.regex.Pattern prefixPattern
- Pattern for prefix flags to remove from flags of a new compound word
- See Also:
CompoundDictEntry.CompoundDictEntry(Rules, DictEntry, DictEntry)
suffixPattern
java.util.regex.Pattern suffixPattern
- Pattern for suffix flags to remove from flags of a new compound word
- See Also:
CompoundDictEntry.CompoundDictEntry(Rules, DictEntry, DictEntry)
conditionsMap
Conditionsmap conditionsMap
dicts
Dictionaries dicts
- The
Dictionaries instances this WordList belongs to.
words
java.util.Map words
- Stores
DictEntry instances associated to root words.
reverseRoots
java.util.Map reverseRoots
- Map of pairs.
chunk
byte chunk
- The number of characters to cut off from end of the word
stem
java.lang.String stem
|
Package net.sf.jhunlang.jmorph.analysis |
compoundFirst
char compoundFirst
- Compound first flag if any.
Words having this flag can be the first tag of compound words.
compoundLast
char compoundLast
- Compound last flag if any.
Words having this flag can be the last tag of compound words.
compound
char compound
- Compound flag if any.
Words having this flag can be tags of compound words.
innerSet
java.util.Set innerSet
lastSet
java.util.Set lastSet
compoundMap
java.util.Map compoundMap
|
Package net.sf.jhunlang.jmorph.app |
word
javax.swing.JTextField word
- Input field for the word to be derived.
generate
javax.swing.JButton generate
- Button to start generate.
genModel
javax.swing.DefaultListModel genModel
- The model of the list of derived words
genList
javax.swing.JList genList
- The list of derived words
genScroll
javax.swing.JScrollPane genScroll
- Scroll for deriveList
words
WordViewer words
- Frame for showing dictionary words.
affixes
AffixViewer affixes
- Frame for showing affixes.
generator
Generator generator
- The generator
word
javax.swing.JComboBox word
- Input field for the word to be stemmed.
wordModel
javax.swing.MutableComboBoxModel wordModel
- The model of the input box.
wordSet
java.util.Set wordSet
- The set of input words already analysed
stem
javax.swing.JButton stem
- Button to start stemming.
stems
net.sf.jhunlang.jmorph.app.Morph.Analyses stems
- List for the stems.
depth
javax.swing.JComboBox depth
- Combobox for selecting the depth of analysis.
x
javax.swing.JComboBox x
- Combobox for selecting x for identifying affixes for the analyser.
min
javax.swing.JSpinner min
- Spin for setting the minimum length of component words.
max
javax.swing.JSpinner max
- Spin for setting the maximum number of component words.
istem
javax.swing.JCheckBox istem
- If call istem on stemmer.
analyser
Analyser analyser
- The stemmer to use for stemming.
words
WordViewer words
- Frame for showing dictionary words.
control
AnalyserControl control
- The control used for stemming.
context
AnalyserContext context
- The stemming context.
cache
BoundedHashtable cache
pu
int pu
pminWord
int pminWord
pmaxWord
int pmaxWord
px
X px
morph
javax.swing.JComboBox morph
- Input field for the morph to synthetize.
synth
javax.swing.JButton synth
- Button to start synthetizing.
synthesis
net.sf.jhunlang.jmorph.app.Synth.Synthesis synthesis
- List for the synthesis.
synthetizer
Synthetizer synthetizer
- The synthetizer.
|
Package net.sf.jhunlang.jmorph.name |
original
MultipleEntry original
language
java.lang.String language
entries
java.util.Collection entries
|
Package net.sf.jhunlang.jmorph.parser |
morphString
java.lang.String morphString
|
Package net.sf.jhunlang.jmorph.sword |
affix
java.lang.String affix
- The affix morpheme
name
java.lang.String name
- The morpheme (allomorph) of this Case.
zero
boolean zero
derivative
SimpleDerivative derivative
preCases
java.util.List preCases
postCases
java.util.List postCases
postCase
java.lang.String postCase
name
java.lang.String name
affix
java.lang.String affix
- The affix morpheme
type
java.lang.String type
- The type (the name) of this derivative
pos
POSName pos
- The part-of-speech resulted when applying this derivative
allowedFlags
java.util.Collection allowedFlags
forbiddenFlags
java.util.Collection forbiddenFlags
allowedEndings
java.util.Collection allowedEndings
forbiddenEndings
java.util.Collection forbiddenEndings
rooted
java.util.Map rooted
- DictEntry's having root words.
deriver
AffixEntry deriver
- The deriver of this word if it is derived.
pos
POSName pos
derivatives
java.util.List derivatives
cases
java.util.List cases
add
boolean add
caseEnding
java.lang.String caseEnding
cas
java.lang.String cas
|
Package net.sf.jhunlang.jmorph.sword.parser |
compoundController
CompoundPOSController compoundController
derivatives
java.util.Collection derivatives
flagFilter
SwordAffixFlagFilter flagFilter
|
Package net.sf.jhunlang.jmorph.util |
capacity
int capacity
dropLimit
int dropLimit
time
long time
entries
java.util.TreeSet entries
|
Package net.sf.jhunlang.jmorph.util.app |
suffixMorph
java.awt.Component suffixMorph
- The morph viewer for suffixes
prefixMorph
java.awt.Component prefixMorph
- The morph viewer for prefixes
suffixes
java.awt.Component suffixes
- The viewer for suffixes
prefixes
java.awt.Component prefixes
- The viewer for prefixes
searchPane
Searcher searchPane
regexp
javax.swing.JCheckBox regexp
searchField
javax.swing.JTextField searchField
find
javax.swing.JButton find
next
javax.swing.JButton next
list
javax.swing.JList list
listModel
javax.swing.ListModel listModel
nextIndex
java.util.LinkedList nextIndex
nextIterator
java.util.Iterator nextIterator
list
javax.swing.JList list
listModel
javax.swing.DefaultListModel listModel
listScroll
javax.swing.JScrollPane listScroll
lineField
javax.swing.JTextField lineField
go
boolean go
goButton
javax.swing.JButton goButton
search
boolean search
searchPane
Searcher searchPane
count
int count
hcount
int hcount
Copyright © 2005 jmorph developers. All Rights Reserved.