| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
END_TAG |
"<END>" |
public static final String |
SEPARATORS |
" \r\n\t.,;:\'\"()?!\\-/|\u201c\u201e" |
public static final String |
START_TAG |
"<START>" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
OUT_OF_VOCABULARY |
"@__OOV__@" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
NUMBER_OF_DOCUMENTS_KEY |
"documents.num" |
public static final String |
NUMBER_OF_TOKENS_KEY |
"tokens.num" |
public static final String |
SPAM_DOCUMENT_PERCENTAGE_KEY |
"spam.percentage" |
public static final String |
WORD_COUNT_OUTPUT_KEY |
"wordcount.output" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DICT_OUT_PATH_KEY |
"dict.out.path" |
public static final String |
MIN_WORD_COUNT_KEY |
"min.word.count" |
public static final String |
TOKENIZER_CLASS_KEY |
"tokenizer.class" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MIN_WORD_COUNT_KEY |
"min.word.count" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final byte |
DENSE_DOUBLE_MATRIX |
1 |
public static final byte |
SPARSE_DOUBLE_ROW_MATRIX |
2 |
Copyright © 2016. All rights reserved.