| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DEFAULT_DOCUMENT_LENGTH_INDEX_FIELD_NAME |
"length" |
public static final String |
DEFAULT_TEXT_INDEX_FIELD_NAME |
"text" |
private static final String |
USAGE |
"palmetto.jar <index-directory> <coherence-name> <input-file>" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final double |
RETURN_VALUE_FOR_UNDEFINED |
0.0 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final double |
DEFAULT_RESULT_FOR_UNDIFEND_CALCULATIONS |
0.0 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final double |
EPSILON |
1.0E-12 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final String |
PATTERN |
"([^\\p{Punct}\\p{Space}]+([\\p{Punct}][^\\p{Punct}\\p{Space}]+)*)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
HISTOGRAM_FILE_SUFFIX |
".histogram" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final int |
DEFAULT_COMMIT_INTERVAL |
1000 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DEFAULT_MIN_FREQUENCY |
10 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final String |
DEFAULT_PROB_MODEL_NAME |
"bd" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final int |
DEFAULT_CACHE_SIZE |
2000 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final String |
VECTOR_SPACE_NAME |
"V^Top" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final int |
DEFAULT_GAMMA |
2 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final String |
VECTOR_CREATOR_NAME |
"V_p" |
Copyright © 2014–2016. All rights reserved.