C D E G H I M O R S T 

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, Reader) - Method in class org.apache.lucene.analysis.morfologik.MorfologikAnalyzer
Creates a Analyzer.TokenStreamComponents which tokenizes all the text in the provided Reader.

D

DICTIONARY_SCHEMA_ATTRIBUTE - Static variable in class org.apache.lucene.analysis.morfologik.MorfologikFilterFactory
Schema attribute.

E

equals(Object) - Method in class org.apache.lucene.analysis.morfologik.MorphosyntacticTagsAttributeImpl
 

G

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).
init(Map<String, String>) - Method in class org.apache.lucene.analysis.morfologik.MorfologikFilterFactory

M

MorfologikAnalyzer - Class in org.apache.lucene.analysis.morfologik
Analyzer using Morfologik library.
MorfologikAnalyzer(Version, PolishStemmer.DICTIONARY) - Constructor for class org.apache.lucene.analysis.morfologik.MorfologikAnalyzer
Builds an analyzer for a given PolishStemmer.DICTIONARY enum.
MorfologikAnalyzer(Version) - Constructor for class org.apache.lucene.analysis.morfologik.MorfologikAnalyzer
Builds an analyzer for an original MORFOLOGIK dictionary.
MorfologikFilter - Class in org.apache.lucene.analysis.morfologik
TokenFilter using Morfologik library.
MorfologikFilter(TokenStream, PolishStemmer.DICTIONARY, Version) - Constructor for class org.apache.lucene.analysis.morfologik.MorfologikFilter
Builds a filter for given PolishStemmer.DICTIONARY enum.
MorfologikFilterFactory - Class in org.apache.lucene.analysis.morfologik
Filter factory for MorfologikFilter.
MorfologikFilterFactory() - Constructor for class org.apache.lucene.analysis.morfologik.MorfologikFilterFactory
Sole constructor.
MorphosyntacticTagsAttribute - Interface in org.apache.lucene.analysis.morfologik
Morfologik dictionaries provide 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

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.

R

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.

T

toString() - Method in class org.apache.lucene.analysis.morfologik.MorphosyntacticTagsAttributeImpl
 
C D E G H I M O R S T 

Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.