A B C D F G H I K M N P R S T V W _
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- ANALYSE_ONLY - pl.sgjp.morfeusz.MorfeuszUsage
- analyseAsIterator(String) - Method in class pl.sgjp.morfeusz.Morfeusz
-
Analyze given text and return the results as iterator.
- analyseAsList(String) - Method in class pl.sgjp.morfeusz.Morfeusz
-
Analyze given text and return the results as list.
- APPEND_WHITESPACES - pl.sgjp.morfeusz.WhitespaceHandling
B
- BOTH_ANALYSE_AND_GENERATE - pl.sgjp.morfeusz.MorfeuszUsage
C
- CaseHandling - Enum in pl.sgjp.morfeusz
-
Represents case handling strategies (default is CONDITIONALLY_CASE_SENSITIVE).
- clone() - Method in class pl.sgjp.morfeusz.Morfeusz
- CONDITIONALLY_CASE_SENSITIVE - pl.sgjp.morfeusz.CaseHandling
- CONTINUOUS_NUMBERING - pl.sgjp.morfeusz.TokenNumbering
- createIgn(int, int, String, String) - Static method in class pl.sgjp.morfeusz.MorphInterpretation
- createInstance() - Static method in class pl.sgjp.morfeusz.Morfeusz
-
Creates actual instance of Morfeusz class.
- createInstance(String) - Static method in class pl.sgjp.morfeusz.Morfeusz
-
Creates actual instance of Morfeusz class.
- createInstance(String, MorfeuszUsage) - Static method in class pl.sgjp.morfeusz.Morfeusz
-
Creates actual instance of Morfeusz class.
- createInstance(MorfeuszUsage) - Static method in class pl.sgjp.morfeusz.Morfeusz
-
Creates actual instance of Morfeusz class.
- createWhitespace(int, int, String) - Static method in class pl.sgjp.morfeusz.MorphInterpretation
D
- delete() - Method in class pl.sgjp.morfeusz.IdResolver
- delete() - Method in class pl.sgjp.morfeusz.Morfeusz
- delete() - Method in exception pl.sgjp.morfeusz.MorfeuszException
F
- finalize() - Method in class pl.sgjp.morfeusz.IdResolver
- finalize() - Method in class pl.sgjp.morfeusz.Morfeusz
- finalize() - Method in exception pl.sgjp.morfeusz.MorfeuszException
G
- generate(String) - Method in class pl.sgjp.morfeusz.Morfeusz
-
Perform morphological synthesis on a given lemma.
- generate(String, int) - Method in class pl.sgjp.morfeusz.Morfeusz
-
Perform morphological synthesis on a given lemma.
- GENERATE_ONLY - pl.sgjp.morfeusz.MorfeuszUsage
- getAggl() - Method in class pl.sgjp.morfeusz.Morfeusz
- getAvailableAgglOptions() - Method in class pl.sgjp.morfeusz.Morfeusz
-
Get list of possible agglutination rules.
- getAvailablePraetOptions() - Method in class pl.sgjp.morfeusz.Morfeusz
-
Get list of possible past-tense segmentation rules.
- getCaseHandling() - Method in class pl.sgjp.morfeusz.Morfeusz
- getCopyright() - Static method in class pl.sgjp.morfeusz.Morfeusz
- getCPtr(IdResolver) - Static method in class pl.sgjp.morfeusz.IdResolver
- getCPtr(Morfeusz) - Static method in class pl.sgjp.morfeusz.Morfeusz
- getCPtr(MorfeuszException) - Static method in exception pl.sgjp.morfeusz.MorfeuszException
- getDefaultDictName() - Static method in class pl.sgjp.morfeusz.Morfeusz
- getDictCopyright() - Method in class pl.sgjp.morfeusz.Morfeusz
- getDictID() - Method in class pl.sgjp.morfeusz.Morfeusz
- getDictionarySearchPaths() - Static method in class pl.sgjp.morfeusz.Morfeusz
-
Get list of paths for dictionaries searching.
- getEndNode() - Method in class pl.sgjp.morfeusz.MorphInterpretation
- getIdResolver() - Method in class pl.sgjp.morfeusz.Morfeusz
- getLabels(int) - Method in class pl.sgjp.morfeusz.IdResolver
- getLabels(Morfeusz) - Method in class pl.sgjp.morfeusz.MorphInterpretation
- getLabelsAsString(int) - Method in class pl.sgjp.morfeusz.IdResolver
- getLabelsAsString(Morfeusz) - Method in class pl.sgjp.morfeusz.MorphInterpretation
- getLabelsCount() - Method in class pl.sgjp.morfeusz.IdResolver
- getLabelsId() - Method in class pl.sgjp.morfeusz.MorphInterpretation
- getLabelsId(String) - Method in class pl.sgjp.morfeusz.IdResolver
- getLemma() - Method in class pl.sgjp.morfeusz.MorphInterpretation
- getName(int) - Method in class pl.sgjp.morfeusz.IdResolver
- getName(Morfeusz) - Method in class pl.sgjp.morfeusz.MorphInterpretation
- getNameId() - Method in class pl.sgjp.morfeusz.MorphInterpretation
- getNameId(String) - Method in class pl.sgjp.morfeusz.IdResolver
- getNamesCount() - Method in class pl.sgjp.morfeusz.IdResolver
- getOrth() - Method in class pl.sgjp.morfeusz.MorphInterpretation
- getPraet() - Method in class pl.sgjp.morfeusz.Morfeusz
- getStartNode() - Method in class pl.sgjp.morfeusz.MorphInterpretation
- getTag(int) - Method in class pl.sgjp.morfeusz.IdResolver
- getTag(Morfeusz) - Method in class pl.sgjp.morfeusz.MorphInterpretation
- getTagId() - Method in class pl.sgjp.morfeusz.MorphInterpretation
- getTagId(String) - Method in class pl.sgjp.morfeusz.IdResolver
- getTagsCount() - Method in class pl.sgjp.morfeusz.IdResolver
- getTagsetId() - Method in class pl.sgjp.morfeusz.IdResolver
- getTokenNumbering() - Method in class pl.sgjp.morfeusz.Morfeusz
- getVersion() - Static method in class pl.sgjp.morfeusz.Morfeusz
-
Returns a string containing library version.
- getWhitespaceHandling() - Method in class pl.sgjp.morfeusz.Morfeusz
H
- hasNext() - Method in class pl.sgjp.morfeusz.ResultsIterator
I
- IdResolver - Class in pl.sgjp.morfeusz
-
Represents mappings for tags, names and labels.
- IdResolver(long, boolean) - Constructor for class pl.sgjp.morfeusz.IdResolver
- IGNORE_CASE - pl.sgjp.morfeusz.CaseHandling
- isIgn() - Method in class pl.sgjp.morfeusz.MorphInterpretation
- isWhitespace() - Method in class pl.sgjp.morfeusz.MorphInterpretation
K
- KEEP_WHITESPACES - pl.sgjp.morfeusz.WhitespaceHandling
M
- Morfeusz - Class in pl.sgjp.morfeusz
-
Performs morphological analysis (analyse methods) and syntesis (generate methods).
- Morfeusz(long, boolean) - Constructor for class pl.sgjp.morfeusz.Morfeusz
- MorfeuszException - Exception in pl.sgjp.morfeusz
- MorfeuszException(long, boolean) - Constructor for exception pl.sgjp.morfeusz.MorfeuszException
- MorfeuszException(String) - Constructor for exception pl.sgjp.morfeusz.MorfeuszException
- MorfeuszUsage - Enum in pl.sgjp.morfeusz
- MorphInterpretation - Class in pl.sgjp.morfeusz
-
The result of morphological analysis or synthesis
- MorphInterpretation() - Constructor for class pl.sgjp.morfeusz.MorphInterpretation
- MorphInterpretation(_MorphInterpretation) - Constructor for class pl.sgjp.morfeusz.MorphInterpretation
N
- next() - Method in class pl.sgjp.morfeusz.ResultsIterator
P
- peek() - Method in class pl.sgjp.morfeusz.ResultsIterator
- pl.sgjp.morfeusz - package pl.sgjp.morfeusz
R
- remove() - Method in class pl.sgjp.morfeusz.ResultsIterator
-
Removing of elements from this iterator is not supported.
- ResultsIterator - Class in pl.sgjp.morfeusz
-
Iterates through morphological analysis and synthesis results.
- ResultsIterator(_ResultsIterator) - Constructor for class pl.sgjp.morfeusz.ResultsIterator
S
- SEPARATE_NUMBERING - pl.sgjp.morfeusz.TokenNumbering
- setAggl(String) - Method in class pl.sgjp.morfeusz.Morfeusz
-
Set aggl segmentation option value.
- setCaseHandling(CaseHandling) - Method in class pl.sgjp.morfeusz.Morfeusz
-
Set case handling.
- setDictionary(String) - Method in class pl.sgjp.morfeusz.Morfeusz
-
Set dictionary to be used with this instance.
- setEndNode(int) - Method in class pl.sgjp.morfeusz.MorphInterpretation
- setLabelsId(int) - Method in class pl.sgjp.morfeusz.MorphInterpretation
- setLemma(String) - Method in class pl.sgjp.morfeusz.MorphInterpretation
- setNameId(int) - Method in class pl.sgjp.morfeusz.MorphInterpretation
- setOrth(String) - Method in class pl.sgjp.morfeusz.MorphInterpretation
- setPraet(String) - Method in class pl.sgjp.morfeusz.Morfeusz
-
Set praet segmentation option value.
- setStartNode(int) - Method in class pl.sgjp.morfeusz.MorphInterpretation
- setTagId(int) - Method in class pl.sgjp.morfeusz.MorphInterpretation
- setTokenNumbering(TokenNumbering) - Method in class pl.sgjp.morfeusz.Morfeusz
-
Set token numbering policy.
- setWhitespaceHandling(WhitespaceHandling) - Method in class pl.sgjp.morfeusz.Morfeusz
-
Set whitespace handling.
- SKIP_WHITESPACES - pl.sgjp.morfeusz.WhitespaceHandling
- STRICTLY_CASE_SENSITIVE - pl.sgjp.morfeusz.CaseHandling
- swigCMemOwn - Variable in class pl.sgjp.morfeusz.IdResolver
- swigCMemOwn - Variable in class pl.sgjp.morfeusz.Morfeusz
- swigCMemOwn - Variable in exception pl.sgjp.morfeusz.MorfeuszException
- swigRelease(IdResolver) - Static method in class pl.sgjp.morfeusz.IdResolver
- swigRelease(Morfeusz) - Static method in class pl.sgjp.morfeusz.Morfeusz
- swigRelease(MorfeuszException) - Static method in exception pl.sgjp.morfeusz.MorfeuszException
- swigToEnum(int) - Static method in enum pl.sgjp.morfeusz.CaseHandling
- swigToEnum(int) - Static method in enum pl.sgjp.morfeusz.MorfeuszUsage
- swigToEnum(int) - Static method in enum pl.sgjp.morfeusz.TokenNumbering
- swigToEnum(int) - Static method in enum pl.sgjp.morfeusz.WhitespaceHandling
- swigValue() - Method in enum pl.sgjp.morfeusz.CaseHandling
- swigValue() - Method in enum pl.sgjp.morfeusz.MorfeuszUsage
- swigValue() - Method in enum pl.sgjp.morfeusz.TokenNumbering
- swigValue() - Method in enum pl.sgjp.morfeusz.WhitespaceHandling
T
- TokenNumbering - Enum in pl.sgjp.morfeusz
-
Represents token numbering strategies (default is SEPARATE_NUMBERING).
V
- valueOf(String) - Static method in enum pl.sgjp.morfeusz.CaseHandling
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum pl.sgjp.morfeusz.MorfeuszUsage
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum pl.sgjp.morfeusz.TokenNumbering
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum pl.sgjp.morfeusz.WhitespaceHandling
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum pl.sgjp.morfeusz.CaseHandling
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum pl.sgjp.morfeusz.MorfeuszUsage
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum pl.sgjp.morfeusz.TokenNumbering
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum pl.sgjp.morfeusz.WhitespaceHandling
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- what() - Method in exception pl.sgjp.morfeusz.MorfeuszException
- WhitespaceHandling - Enum in pl.sgjp.morfeusz
-
Represents whitespace handling strategies (default is SKIP_WHITESPACES).
_
- _analyseAsIterator(String) - Method in class pl.sgjp.morfeusz.Morfeusz
All Classes All Packages