org.apache.nutch.analysis
Interface NutchAnalysisConstants

All Known Implementing Classes:
NutchAnalysis, NutchAnalysisTokenManager, NutchDocumentTokenizer

public interface NutchAnalysisConstants

Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()


Field Summary
static int ACRONYM
          RegularExpression Id.
static int APOSTROPHE
          RegularExpression Id.
static int ATSIGN
          RegularExpression Id.
static int C_PLUS_PLUS
          RegularExpression Id.
static int C_SHARP
          RegularExpression Id.
static int CJK
          RegularExpression Id.
static int COLON
          RegularExpression Id.
static int DEFAULT
          Lexical state.
static int DIGIT
          RegularExpression Id.
static int DOT
          RegularExpression Id.
static int EOF
          End of File.
static int IRREGULAR_WORD
          RegularExpression Id.
static int LETTER
          RegularExpression Id.
static int MINUS
          RegularExpression Id.
static int PLUS
          RegularExpression Id.
static int QUOTE
          RegularExpression Id.
static int SIGRAM
          RegularExpression Id.
static int SLASH
          RegularExpression Id.
static String[] tokenImage
          Literal token values.
static int WHITE
          RegularExpression Id.
static int WORD
          RegularExpression Id.
static int WORD_PUNCT
          RegularExpression Id.
 

Field Detail

EOF

static final int EOF
End of File.

See Also:
Constant Field Values

WORD

static final int WORD
RegularExpression Id.

See Also:
Constant Field Values

ACRONYM

static final int ACRONYM
RegularExpression Id.

See Also:
Constant Field Values

SIGRAM

static final int SIGRAM
RegularExpression Id.

See Also:
Constant Field Values

IRREGULAR_WORD

static final int IRREGULAR_WORD
RegularExpression Id.

See Also:
Constant Field Values

C_PLUS_PLUS

static final int C_PLUS_PLUS
RegularExpression Id.

See Also:
Constant Field Values

C_SHARP

static final int C_SHARP
RegularExpression Id.

See Also:
Constant Field Values

PLUS

static final int PLUS
RegularExpression Id.

See Also:
Constant Field Values

MINUS

static final int MINUS
RegularExpression Id.

See Also:
Constant Field Values

QUOTE

static final int QUOTE
RegularExpression Id.

See Also:
Constant Field Values

COLON

static final int COLON
RegularExpression Id.

See Also:
Constant Field Values

SLASH

static final int SLASH
RegularExpression Id.

See Also:
Constant Field Values

DOT

static final int DOT
RegularExpression Id.

See Also:
Constant Field Values

ATSIGN

static final int ATSIGN
RegularExpression Id.

See Also:
Constant Field Values

APOSTROPHE

static final int APOSTROPHE
RegularExpression Id.

See Also:
Constant Field Values

WHITE

static final int WHITE
RegularExpression Id.

See Also:
Constant Field Values

WORD_PUNCT

static final int WORD_PUNCT
RegularExpression Id.

See Also:
Constant Field Values

LETTER

static final int LETTER
RegularExpression Id.

See Also:
Constant Field Values

CJK

static final int CJK
RegularExpression Id.

See Also:
Constant Field Values

DIGIT

static final int DIGIT
RegularExpression Id.

See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
Lexical state.

See Also:
Constant Field Values

tokenImage

static final String[] tokenImage
Literal token values.



Copyright © 2006 The Apache Software Foundation