C D E G H I M N O R S U
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- clear() - Method in interface org.apache.lucene.analysis.morfologik.MorphosyntacticTagsAttribute
-
Clear to default value.
- clear() - Method in class org.apache.lucene.analysis.morfologik.MorphosyntacticTagsAttributeImpl
- clone() - Method in class org.apache.lucene.analysis.morfologik.MorphosyntacticTagsAttributeImpl
- copyTo(AttributeImpl) - Method in class org.apache.lucene.analysis.morfologik.MorphosyntacticTagsAttributeImpl
- create(TokenStream) - Method in class org.apache.lucene.analysis.morfologik.MorfologikFilterFactory
- createComponents(String) - Method in class org.apache.lucene.analysis.morfologik.MorfologikAnalyzer
-
Creates a
Analyzer.TokenStreamComponents
which tokenizes all the text in the providedReader
. - createComponents(String) - Method in class org.apache.lucene.analysis.uk.UkrainianMorfologikAnalyzer
-
Creates a
Analyzer.TokenStreamComponents
which tokenizes all the text in the providedReader
.
D
- DICTIONARY_ATTRIBUTE - Static variable in class org.apache.lucene.analysis.morfologik.MorfologikFilterFactory
-
Dictionary resource attribute (should have
".dict"
suffix), loaded fromResourceLoader
.
E
- equals(Object) - Method in class org.apache.lucene.analysis.morfologik.MorphosyntacticTagsAttributeImpl
G
- getDefaultStopwords() - Static method in class org.apache.lucene.analysis.uk.UkrainianMorfologikAnalyzer
-
Returns the default stopword set for this analyzer
- getTags() - Method in interface org.apache.lucene.analysis.morfologik.MorphosyntacticTagsAttribute
-
Returns the POS tag of the term.
- getTags() - Method in class org.apache.lucene.analysis.morfologik.MorphosyntacticTagsAttributeImpl
-
Returns the POS tag of the term.
H
- hashCode() - Method in class org.apache.lucene.analysis.morfologik.MorphosyntacticTagsAttributeImpl
I
- incrementToken() - Method in class org.apache.lucene.analysis.morfologik.MorfologikFilter
-
Retrieves the next token (possibly from the list of lemmas).
- inform(ResourceLoader) - Method in class org.apache.lucene.analysis.morfologik.MorfologikFilterFactory
- initReader(String, Reader) - Method in class org.apache.lucene.analysis.uk.UkrainianMorfologikAnalyzer
M
- MorfologikAnalyzer - Class in org.apache.lucene.analysis.morfologik
-
Analyzer
using Morfologik library. - MorfologikAnalyzer() - Constructor for class org.apache.lucene.analysis.morfologik.MorfologikAnalyzer
-
Builds an analyzer with the default Morfologik's Polish dictionary.
- MorfologikAnalyzer(Dictionary) - Constructor for class org.apache.lucene.analysis.morfologik.MorfologikAnalyzer
-
Builds an analyzer with an explicit
Dictionary
resource. - MorfologikFilter - Class in org.apache.lucene.analysis.morfologik
-
TokenFilter
using Morfologik library to transform input tokens into lemma and morphosyntactic (POS) tokens. - MorfologikFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.morfologik.MorfologikFilter
-
Creates a filter with the default (Polish) dictionary.
- MorfologikFilter(TokenStream, Dictionary) - Constructor for class org.apache.lucene.analysis.morfologik.MorfologikFilter
-
Creates a filter with a given dictionary.
- MorfologikFilterFactory - Class in org.apache.lucene.analysis.morfologik
-
Filter factory for
MorfologikFilter
. - MorfologikFilterFactory() - Constructor for class org.apache.lucene.analysis.morfologik.MorfologikFilterFactory
-
Default ctor for compatibility with SPI
- MorfologikFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.morfologik.MorfologikFilterFactory
-
Creates a new MorfologikFilterFactory
- MorphosyntacticTagsAttribute - Interface in org.apache.lucene.analysis.morfologik
-
Morfologik provides morphosyntactic annotations for surface forms.
- MorphosyntacticTagsAttributeImpl - Class in org.apache.lucene.analysis.morfologik
-
Morphosyntactic annotations for surface forms.
- MorphosyntacticTagsAttributeImpl() - Constructor for class org.apache.lucene.analysis.morfologik.MorphosyntacticTagsAttributeImpl
-
Initializes this attribute with no tags
N
- NAME - Static variable in class org.apache.lucene.analysis.morfologik.MorfologikFilterFactory
-
SPI name
O
- org.apache.lucene.analysis.morfologik - package org.apache.lucene.analysis.morfologik
-
This package provides dictionary-driven lemmatization ("accurate stemming") filter and analyzer for the Polish Language, driven by the Morfologik library developed by Dawid Weiss and Marcin MiĆkowski.
- org.apache.lucene.analysis.uk - package org.apache.lucene.analysis.uk
-
Analyzer for Ukrainian.
R
- reflectWith(AttributeReflector) - Method in class org.apache.lucene.analysis.morfologik.MorphosyntacticTagsAttributeImpl
- reset() - Method in class org.apache.lucene.analysis.morfologik.MorfologikFilter
-
Resets stems accumulator and hands over to superclass.
S
- setTags(List<StringBuilder>) - Method in interface org.apache.lucene.analysis.morfologik.MorphosyntacticTagsAttribute
-
Set the POS tag.
- setTags(List<StringBuilder>) - Method in class org.apache.lucene.analysis.morfologik.MorphosyntacticTagsAttributeImpl
-
Sets the internal tags reference to the given list.
U
- UkrainianMorfologikAnalyzer - Class in org.apache.lucene.analysis.uk
-
A dictionary-based
Analyzer
for Ukrainian. - UkrainianMorfologikAnalyzer() - Constructor for class org.apache.lucene.analysis.uk.UkrainianMorfologikAnalyzer
-
Builds an analyzer with the default stop words.
- UkrainianMorfologikAnalyzer(CharArraySet) - Constructor for class org.apache.lucene.analysis.uk.UkrainianMorfologikAnalyzer
-
Builds an analyzer with the given stop words.
- UkrainianMorfologikAnalyzer(CharArraySet, CharArraySet) - Constructor for class org.apache.lucene.analysis.uk.UkrainianMorfologikAnalyzer
-
Builds an analyzer with the given stop words.
All Classes All Packages