Constant Field Values
Contents
morfologik.fsa.*
-
morfologik.fsa.ByteSequenceIterator Modifier and Type Constant Field Value private static final int
EXPECTED_MAX_STATES
15
-
morfologik.fsa.CFSA Modifier and Type Constant Field Value public static final int
BIT_FINAL_ARC
1
public static final int
BIT_LAST_ARC
2
public static final int
BIT_TARGET_NEXT
4
public static final byte
VERSION
-59
-
morfologik.fsa.CFSA2 Modifier and Type Constant Field Value public static final int
BIT_FINAL_ARC
32
public static final int
BIT_LAST_ARC
64
public static final int
BIT_TARGET_NEXT
128
private final int
epsilon
0
static final int
LABEL_INDEX_BITS
5
static final int
LABEL_INDEX_MASK
31
public static final int
LABEL_INDEX_SIZE
31
public static final byte
VERSION
-58
-
morfologik.fsa.FSA5 Modifier and Type Constant Field Value public static final int
ADDRESS_OFFSET
1
public static final int
BIT_FINAL_ARC
1
public static final int
BIT_LAST_ARC
2
public static final int
BIT_TARGET_NEXT
4
public static final byte
DEFAULT_ANNOTATION
43
public static final byte
DEFAULT_FILLER
95
public static final byte
VERSION
5
-
morfologik.fsa.FSAHeader Modifier and Type Constant Field Value static final int
FSA_MAGIC
1550218081
static final int
MAX_HEADER_LENGTH
12
-
morfologik.fsa.MatchResult Modifier and Type Constant Field Value public static final int
AUTOMATON_HAS_PREFIX
-3
public static final int
EXACT_MATCH
0
public static final int
NO_MATCH
-1
public static final int
SEQUENCE_IS_A_PREFIX
-4
-
morfologik.fsa.builders.CFSA2Serializer Modifier and Type Constant Field Value private static final int
NO_STATE
-1
-
morfologik.fsa.builders.morfologik.fsa.builders.ConstantArcSizeFSA Modifier and Type Constant Field Value public static final int
ADDRESS_OFFSET
2
public static final int
ARC_SIZE
6
public static final int
BIT_ARC_FINAL
2
public static final int
BIT_ARC_LAST
1
public static final int
FLAGS_OFFSET
0
public static final int
FLAGS_SIZE
1
public static final int
LABEL_OFFSET
1
public static final int
LABEL_SIZE
1
public static final int
TARGET_ADDRESS_SIZE
4
static final int
TERMINAL_STATE
0
-
morfologik.fsa.builders.FSA5Serializer Modifier and Type Constant Field Value private static final int
MAX_ARC_SIZE
6
private static final int
MAX_NODE_DATA_SIZE
16
private static final int
SIZEOF_FLAGS
1
-
morfologik.fsa.builders.FSABuilder Modifier and Type Constant Field Value private static final int
BUFFER_GROWTH_SIZE
5242880
private static final int
MAX_LABELS
256
private static final int
MB
1048576
morfologik.speller.*
-
morfologik.speller.Speller Modifier and Type Constant Field Value static final int
FIRST_RANGE_CODE
65
static final int
FREQ_RANGES
26
private static final int
MAX_RECURSION_LEVEL
6
public static final int
MAX_WORD_LENGTH
120
private static final int
MIN_WORD_LENGTH
4
static final int
UPPER_SEARCH_LIMIT
15
morfologik.stemming.*
-
morfologik.stemming.DictionaryLookup Modifier and Type Constant Field Value private static final int
EXPAND_SIZE
10
-
morfologik.stemming.DictionaryMetadata Modifier and Type Constant Field Value public static final java.lang.String
METADATA_FILE_EXTENSION
"info"
-
morfologik.stemming.TrimInfixAndSuffixEncoder Modifier and Type Constant Field Value private static final int
REMOVE_EVERYTHING
255
-
morfologik.stemming.TrimPrefixAndSuffixEncoder Modifier and Type Constant Field Value private static final int
REMOVE_EVERYTHING
255
-
morfologik.stemming.TrimSuffixEncoder Modifier and Type Constant Field Value private static final int
REMOVE_EVERYTHING
255
-
morfologik.stemming.WordData Modifier and Type Constant Field Value private static final java.lang.String
COLLECTIONS_ERROR_MESSAGE
"Not suitable for use in Java collections framework (volatile content). Refer to documentation."
morfologik.tools.*
-
morfologik.tools.morfologik.tools.BinaryInput Modifier and Type Constant Field Value private static final java.lang.String
ARG_ACCEPT_BOM
"--accept-bom"
private static final java.lang.String
ARG_ACCEPT_CR
"--accept-cr"
private static final java.lang.String
ARG_IGNORE_EMPTY
"--ignore-empty"
-
morfologik.tools.CliTool Modifier and Type Constant Field Value protected static final java.lang.String
ARG_OVERWRITE
"--overwrite"
protected static final java.lang.String
ARG_VALIDATE
"--validate"
-
morfologik.tools.DictApply Modifier and Type Constant Field Value private static final java.lang.String
ARG_ENCODING
"--input-charset"