Modifier and Type | Method and Description |
---|---|
Synthesizer |
Language.createDefaultSynthesizer()
Creates language specific part-of-speech synthesizer.
|
Synthesizer |
Language.getSynthesizer()
Get this language's part-of-speech synthesizer implementation or
null . |
Modifier and Type | Method and Description |
---|---|
void |
Language.setSynthesizer(Synthesizer synthesizer)
Set this language's part-of-speech synthesizer implementation or
null . |
Modifier and Type | Method and Description |
---|---|
Synthesizer |
Irish.createDefaultSynthesizer() |
Synthesizer |
Ukrainian.createDefaultSynthesizer() |
Synthesizer |
Swedish.createDefaultSynthesizer()
Deprecated.
|
Synthesizer |
Spanish.createDefaultSynthesizer() |
Synthesizer |
Slovak.createDefaultSynthesizer() |
Synthesizer |
Romanian.createDefaultSynthesizer() |
Synthesizer |
Greek.createDefaultSynthesizer() |
Synthesizer |
Galician.createDefaultSynthesizer() |
Synthesizer |
Russian.createDefaultSynthesizer() |
Synthesizer |
Portuguese.createDefaultSynthesizer() |
Synthesizer |
Dutch.createDefaultSynthesizer() |
Synthesizer |
Italian.createDefaultSynthesizer() |
Synthesizer |
Catalan.createDefaultSynthesizer() |
Synthesizer |
Polish.createDefaultSynthesizer() |
Synthesizer |
German.createDefaultSynthesizer() |
Synthesizer |
French.createDefaultSynthesizer() |
Synthesizer |
Arabic.createDefaultSynthesizer() |
Synthesizer |
English.createDefaultSynthesizer() |
Modifier and Type | Method and Description |
---|---|
protected Synthesizer |
AbstractFindSuggestionsFilter.getSynthesizer() |
protected abstract Synthesizer |
AbstractRepeatedWordsRule.getSynthesizer() |
protected abstract Synthesizer |
AbstractAdvancedSynthesizerFilter.getSynthesizer() |
Synthesizer |
AbstractSimpleReplaceRule.getSynthesizer()
Synthesizer to generate inflected suggestions
|
Modifier and Type | Method and Description |
---|---|
protected Synthesizer |
ArabicAdvancedSynthesizerFilter.getSynthesizer() |
Modifier and Type | Method and Description |
---|---|
protected Synthesizer |
AdvancedSynthesizerFilter.getSynthesizer() |
protected Synthesizer |
CatalanRepeatedWordsRule.getSynthesizer() |
Modifier and Type | Method and Description |
---|---|
protected Synthesizer |
GermanRepeatedWordsRule.getSynthesizer() |
protected Synthesizer |
AdvancedSynthesizerFilter.getSynthesizer() |
Modifier and Type | Method and Description |
---|---|
protected Synthesizer |
EnglishRepeatedWordsRule.getSynthesizer() |
protected Synthesizer |
AdvancedSynthesizerFilter.getSynthesizer() |
Modifier and Type | Method and Description |
---|---|
protected Synthesizer |
SpanishRepeatedWordsRule.getSynthesizer() |
protected Synthesizer |
AdvancedSynthesizerFilter.getSynthesizer() |
Modifier and Type | Method and Description |
---|---|
protected Synthesizer |
AdvancedSynthesizerFilter.getSynthesizer() |
protected Synthesizer |
FrenchRepeatedWordsRule.getSynthesizer() |
protected Synthesizer |
FindSuggestionsFilter.getSynthesizer() |
Modifier and Type | Method and Description |
---|---|
protected Synthesizer |
AdvancedSynthesizerFilter.getSynthesizer() |
Modifier and Type | Method and Description |
---|---|
PatternToken |
PatternToken.compile(AnalyzedTokenReadings token,
Synthesizer synth)
Prepare PatternToken for matching by formatting its string token and POS (if the Element is supposed
to refer to some other token).
|
MatchState |
Match.createState(Synthesizer synthesizer,
AnalyzedTokenReadings token)
Creates a state used for actually matching a token.
|
MatchState |
Match.createState(Synthesizer synthesizer,
AnalyzedTokenReadings[] tokens,
int index,
int next)
Creates a state used for actually matching a token.
|
Constructor and Description |
---|
MatchState(Match match,
Synthesizer synthesizer) |
Modifier and Type | Method and Description |
---|---|
protected Synthesizer |
AdvancedSynthesizerFilter.getSynthesizer() |
Modifier and Type | Method and Description |
---|---|
protected Synthesizer |
AdvancedSynthesizerFilter.getSynthesizer() |
Modifier and Type | Class and Description |
---|---|
class |
BaseSynthesizer |
class |
FrenchSynthesizer
French word form synthesizer.
|
class |
GermanSynthesizer
German word form synthesizer.
|
Modifier and Type | Class and Description |
---|---|
class |
ArabicSynthesizer
Arabic word form synthesizer.
|
Modifier and Type | Class and Description |
---|---|
class |
CatalanSynthesizer
Catalan word form synthesizer.
|
Modifier and Type | Class and Description |
---|---|
class |
GreekSynthesizer |
Modifier and Type | Class and Description |
---|---|
class |
EnglishSynthesizer
English word form synthesizer.
|
Modifier and Type | Class and Description |
---|---|
class |
SpanishSynthesizer
Spanish word form synthesizer.
|
Modifier and Type | Class and Description |
---|---|
class |
IrishSynthesizer
Irish word form synthesizer.
|
Modifier and Type | Class and Description |
---|---|
class |
GalicianSynthesizer
Galician word form synthesizer.
|
Modifier and Type | Class and Description |
---|---|
class |
ItalianSynthesizer
Italian word form synthesizer.
|
Modifier and Type | Class and Description |
---|---|
class |
DutchSynthesizer
Dutch word form synthesizer.
|
Modifier and Type | Class and Description |
---|---|
class |
PolishSynthesizer
Polish word form synthesizer.
|
Modifier and Type | Class and Description |
---|---|
class |
PortugueseSynthesizer
Portuguese word form synthesizer
|
Modifier and Type | Class and Description |
---|---|
class |
RomanianSynthesizer
Romanian word form synthesizer.
|
Modifier and Type | Class and Description |
---|---|
class |
RussianSynthesizer
Russian word form synthesizer.
|
Modifier and Type | Class and Description |
---|---|
class |
SlovakSynthesizer
Slovak word form synthesizer.
|
Modifier and Type | Class and Description |
---|---|
class |
SwedishSynthesizer
Swedish word form synthesizer.
|
Modifier and Type | Class and Description |
---|---|
class |
UkrainianSynthesizer
Ukrainian word form synthesizer
|