org.apache.nutch.analysis
Interface NutchAnalysisConstants
- All Known Implementing Classes:
- NutchAnalysis, NutchAnalysisTokenManager, NutchDocumentTokenizer
public interface NutchAnalysisConstants
EOF
static final int EOF
- See Also:
- Constant Field Values
WORD
static final int WORD
- See Also:
- Constant Field Values
ACRONYM
static final int ACRONYM
- See Also:
- Constant Field Values
SIGRAM
static final int SIGRAM
- See Also:
- Constant Field Values
IRREGULAR_WORD
static final int IRREGULAR_WORD
- See Also:
- Constant Field Values
C_PLUS_PLUS
static final int C_PLUS_PLUS
- See Also:
- Constant Field Values
C_SHARP
static final int C_SHARP
- See Also:
- Constant Field Values
PLUS
static final int PLUS
- See Also:
- Constant Field Values
MINUS
static final int MINUS
- See Also:
- Constant Field Values
QUOTE
static final int QUOTE
- See Also:
- Constant Field Values
COLON
static final int COLON
- See Also:
- Constant Field Values
SLASH
static final int SLASH
- See Also:
- Constant Field Values
DOT
static final int DOT
- See Also:
- Constant Field Values
ATSIGN
static final int ATSIGN
- See Also:
- Constant Field Values
APOSTROPHE
static final int APOSTROPHE
- See Also:
- Constant Field Values
WHITE
static final int WHITE
- See Also:
- Constant Field Values
WORD_PUNCT
static final int WORD_PUNCT
- See Also:
- Constant Field Values
LETTER
static final int LETTER
- See Also:
- Constant Field Values
CJK
static final int CJK
- See Also:
- Constant Field Values
DIGIT
static final int DIGIT
- See Also:
- Constant Field Values
DEFAULT
static final int DEFAULT
- See Also:
- Constant Field Values
tokenImage
static final String[] tokenImage
Copyright © 2006 The Apache Software Foundation