|
Carrot2 v3.5.2
API Documentation |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor.Attributes
public static final class BasicPreprocessingPipelineDescriptor.Attributes
All attributes of the BasicPreprocessingPipeline component.
| Field Summary | |
|---|---|
CaseNormalizerDescriptor.Attributes |
caseNormalizer
Attributes of the nested CaseNormalizer component. |
LanguageModelStemmerDescriptor.Attributes |
languageModelStemmer
Attributes of the nested LanguageModelStemmer component. |
AttributeInfo |
lexicalDataFactory
|
AttributeInfo |
stemmerFactory
|
StopListMarkerDescriptor.Attributes |
stopListMarker
Attributes of the nested StopListMarker component. |
TokenizerDescriptor.Attributes |
tokenizer
Attributes of the nested Tokenizer component. |
AttributeInfo |
tokenizerFactory
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final AttributeInfo tokenizerFactory
public final AttributeInfo stemmerFactory
public final AttributeInfo lexicalDataFactory
public final TokenizerDescriptor.Attributes tokenizer
Tokenizer component.
public final CaseNormalizerDescriptor.Attributes caseNormalizer
CaseNormalizer component.
public final LanguageModelStemmerDescriptor.Attributes languageModelStemmer
LanguageModelStemmer component.
public final StopListMarkerDescriptor.Attributes stopListMarker
StopListMarker component.
|
Please refer to project documentation at
http://project.carrot2.org |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||