C# Class Lucene.Net.Analysis.Shingle.ShingleFilterTest

Inheritance: BaseTokenStreamTestCase
Datei anzeigen Open project: apache/lucenenet Class Usage Examples

Public Properties

Property Type Description
BI_GRAM_POSITION_INCREMENTS int[]
BI_GRAM_POSITION_INCREMENTS_ALT_SEPARATOR int[]
BI_GRAM_POSITION_INCREMENTS_NO_SEPARATOR int[]
BI_GRAM_POSITION_INCREMENTS_WITHOUT_UNIGRAMS int[]
BI_GRAM_POSITION_INCREMENTS_WITHOUT_UNIGRAMS_ALT_SEPARATOR int[]
BI_GRAM_POSITION_INCREMENTS_WITHOUT_UNIGRAMS_NO_SEPARATOR int[]
BI_GRAM_POSITION_INCREMENTS_WITH_HOLES int[]
BI_GRAM_POSITION_INCREMENTS_WITH_HOLES_WITHOUT_UNIGRAMS int[]
BI_GRAM_TOKENS Token[]
BI_GRAM_TOKENS_ALT_SEPARATOR Token[]
BI_GRAM_TOKENS_NO_SEPARATOR Token[]
BI_GRAM_TOKENS_WITHOUT_UNIGRAMS Token[]
BI_GRAM_TOKENS_WITHOUT_UNIGRAMS_ALT_SEPARATOR Token[]
BI_GRAM_TOKENS_WITHOUT_UNIGRAMS_NO_SEPARATOR Token[]
BI_GRAM_TOKENS_WITH_HOLES Token[]
BI_GRAM_TOKENS_WITH_HOLES_WITHOUT_UNIGRAMS Token[]
BI_GRAM_TYPES string[]
BI_GRAM_TYPES_ALT_SEPARATOR string[]
BI_GRAM_TYPES_NO_SEPARATOR string[]
BI_GRAM_TYPES_WITHOUT_UNIGRAMS string[]
BI_GRAM_TYPES_WITHOUT_UNIGRAMS_ALT_SEPARATOR string[]
BI_GRAM_TYPES_WITHOUT_UNIGRAMS_NO_SEPARATOR string[]
EMPTY_TOKEN_ARRAY Token[]
EMPTY_TOKEN_INCREMENTS_ARRAY int[]
EMPTY_TOKEN_TYPES_ARRAY string[]
FOUR_GRAM_POSITION_INCREMENTS int[]
FOUR_GRAM_POSITION_INCREMENTS_MIN_FOUR_GRAM int[]
FOUR_GRAM_POSITION_INCREMENTS_MIN_TRI_GRAM int[]
FOUR_GRAM_POSITION_INCREMENTS_WITHOUT_UNIGRAMS int[]
FOUR_GRAM_POSITION_INCREMENTS_WITHOUT_UNIGRAMS_MIN_FOUR_GRAM int[]
FOUR_GRAM_POSITION_INCREMENTS_WITHOUT_UNIGRAMS_MIN_TRI_GRAM int[]
FOUR_GRAM_TOKENS Token[]
FOUR_GRAM_TOKENS_MIN_FOUR_GRAM Token[]
FOUR_GRAM_TOKENS_MIN_TRI_GRAM Token[]
FOUR_GRAM_TOKENS_WITHOUT_UNIGRAMS Token[]
FOUR_GRAM_TOKENS_WITHOUT_UNIGRAMS_MIN_FOUR_GRAM Token[]
FOUR_GRAM_TOKENS_WITHOUT_UNIGRAMS_MIN_TRI_GRAM Token[]
FOUR_GRAM_TYPES string[]
FOUR_GRAM_TYPES_MIN_FOUR_GRAM string[]
FOUR_GRAM_TYPES_MIN_TRI_GRAM string[]
FOUR_GRAM_TYPES_WITHOUT_UNIGRAMS string[]
FOUR_GRAM_TYPES_WITHOUT_UNIGRAMS_MIN_FOUR_GRAM string[]
FOUR_GRAM_TYPES_WITHOUT_UNIGRAMS_MIN_TRI_GRAM string[]
SINGLE_TOKEN Token[]
SINGLE_TOKEN_INCREMENTS int[]
SINGLE_TOKEN_TYPES string[]
TEST_SINGLE_TOKEN Token[]
TEST_TOKEN Token[]
TEST_TOKEN_POS_INCR_EQUAL_TO_N Token[]
TEST_TOKEN_POS_INCR_GREATER_THAN_N Token[]
TRI_GRAM_POSITION_INCREMENTS int[]
TRI_GRAM_POSITION_INCREMENTS_ALT_SEPARATOR int[]
TRI_GRAM_POSITION_INCREMENTS_MIN_TRI_GRAM int[]
TRI_GRAM_POSITION_INCREMENTS_NO_SEPARATOR int[]
TRI_GRAM_POSITION_INCREMENTS_NULL_SEPARATOR int[]
TRI_GRAM_POSITION_INCREMENTS_POS_INCR_EQUAL_TO_N int[]
TRI_GRAM_POSITION_INCREMENTS_POS_INCR_EQUAL_TO_N_WITHOUT_UNIGRAMS int[]
TRI_GRAM_POSITION_INCREMENTS_POS_INCR_GREATER_THAN_N int[]
TRI_GRAM_POSITION_INCREMENTS_POS_INCR_GREATER_THAN_N_WITHOUT_UNIGRAMS int[]
TRI_GRAM_POSITION_INCREMENTS_WITHOUT_UNIGRAMS int[]
TRI_GRAM_POSITION_INCREMENTS_WITHOUT_UNIGRAMS_ALT_SEPARATOR int[]
TRI_GRAM_POSITION_INCREMENTS_WITHOUT_UNIGRAMS_MIN_TRI_GRAM int[]
TRI_GRAM_POSITION_INCREMENTS_WITHOUT_UNIGRAMS_NO_SEPARATOR int[]
TRI_GRAM_TOKENS Token[]
TRI_GRAM_TOKENS_ALT_SEPARATOR Token[]
TRI_GRAM_TOKENS_MIN_TRI_GRAM Token[]
TRI_GRAM_TOKENS_NO_SEPARATOR Token[]
TRI_GRAM_TOKENS_NULL_SEPARATOR Token[]
TRI_GRAM_TOKENS_POS_INCR_EQUAL_TO_N Token[]
TRI_GRAM_TOKENS_POS_INCR_EQUAL_TO_N_WITHOUT_UNIGRAMS Token[]
TRI_GRAM_TOKENS_POS_INCR_GREATER_THAN_N Token[]
TRI_GRAM_TOKENS_POS_INCR_GREATER_THAN_N_WITHOUT_UNIGRAMS Token[]
TRI_GRAM_TOKENS_WITHOUT_UNIGRAMS Token[]
TRI_GRAM_TOKENS_WITHOUT_UNIGRAMS_ALT_SEPARATOR Token[]
TRI_GRAM_TOKENS_WITHOUT_UNIGRAMS_MIN_TRI_GRAM Token[]
TRI_GRAM_TOKENS_WITHOUT_UNIGRAMS_NO_SEPARATOR Token[]
TRI_GRAM_TYPES string[]
TRI_GRAM_TYPES_ALT_SEPARATOR string[]
TRI_GRAM_TYPES_MIN_TRI_GRAM string[]
TRI_GRAM_TYPES_NO_SEPARATOR string[]
TRI_GRAM_TYPES_NULL_SEPARATOR string[]
TRI_GRAM_TYPES_POS_INCR_EQUAL_TO_N string[]
TRI_GRAM_TYPES_POS_INCR_EQUAL_TO_N_WITHOUT_UNIGRAMS string[]
TRI_GRAM_TYPES_POS_INCR_GREATER_THAN_N string[]
TRI_GRAM_TYPES_POS_INCR_GREATER_THAN_N_WITHOUT_UNIGRAMS string[]
TRI_GRAM_TYPES_WITHOUT_UNIGRAMS string[]
TRI_GRAM_TYPES_WITHOUT_UNIGRAMS_ALT_SEPARATOR string[]
TRI_GRAM_TYPES_WITHOUT_UNIGRAMS_MIN_TRI_GRAM string[]
TRI_GRAM_TYPES_WITHOUT_UNIGRAMS_NO_SEPARATOR string[]
UNIGRAM_ONLY_POSITION_INCREMENTS int[]
UNIGRAM_ONLY_TYPES string[]
testTokenWithHoles Token[]

Public Methods

Method Description
SetUp ( ) : void

Protected Methods

Method Description
shingleFilterTest ( int maxSize, Token tokensToShingle, Token tokensToCompare, int positionIncrements, string types, bool outputUnigrams ) : void
shingleFilterTest ( int minSize, int maxSize, Token tokensToShingle, Token tokensToCompare, int positionIncrements, string types, bool outputUnigrams ) : void
shingleFilterTest ( int minSize, int maxSize, Token tokensToShingle, Token tokensToCompare, int positionIncrements, string types, bool outputUnigrams, bool outputUnigramsIfNoShingles ) : void
shingleFilterTest ( string tokenSeparator, int minSize, int maxSize, Token tokensToShingle, Token tokensToCompare, int positionIncrements, string types, bool outputUnigrams ) : void
shingleFilterTestCommon ( ShingleFilter filter, Token tokensToCompare, int positionIncrements, string types ) : void

Private Methods

Method Description
CreateToken ( string term, int start, int offset ) : Token
CreateToken ( string term, int start, int offset, int positionIncrement ) : Token
TestBiGramFilter ( ) : void
TestBiGramFilterAltSeparator ( ) : void
TestBiGramFilterNoSeparator ( ) : void
TestBiGramFilterWithEmptyTokenStream ( ) : void
TestBiGramFilterWithEmptyTokenStreamWithoutUnigrams ( ) : void
TestBiGramFilterWithHoles ( ) : void
TestBiGramFilterWithHolesWithoutUnigrams ( ) : void
TestBiGramFilterWithSingleToken ( ) : void
TestBiGramFilterWithSingleTokenWithoutUnigrams ( ) : void
TestBiGramFilterWithoutUnigrams ( ) : void
TestBiGramFilterWithoutUnigramsAltSeparator ( ) : void
TestBiGramFilterWithoutUnigramsNoSeparator ( ) : void
TestEmptyTerm ( ) : void
TestFourGramFilter ( ) : void
TestFourGramFilterMinFourGram ( ) : void
TestFourGramFilterMinTriGram ( ) : void
TestFourGramFilterWithoutUnigrams ( ) : void
TestFourGramFilterWithoutUnigramsMinFourGram ( ) : void
TestFourGramFilterWithoutUnigramsMinTriGram ( ) : void
TestOutputUnigramsIfNoShinglesSingleTokenCase ( ) : void
TestOutputUnigramsIfNoShinglesWithMultipleInputTokens ( ) : void
TestOutputUnigramsIfNoShinglesWithSimpleBigram ( ) : void
TestOutputUnigramsIfNoShinglesWithSimpleUnigramlessBigram ( ) : void
TestPositionIncrementEqualToN ( ) : void
TestPositionIncrementEqualToNWithoutUnigrams ( ) : void
TestPositionIncrementGreaterThanN ( ) : void
TestPositionIncrementGreaterThanNWithoutUnigrams ( ) : void
TestRandomHugeStrings ( ) : void
TestRandomStrings ( ) : void
TestReset ( ) : void
TestTrailingHole1 ( ) : void
TestTrailingHole2 ( ) : void
TestTriGramFilter ( ) : void
TestTriGramFilterAltSeparator ( ) : void
TestTriGramFilterMinTriGram ( ) : void
TestTriGramFilterNoSeparator ( ) : void
TestTriGramFilterNullSeparator ( ) : void
TestTriGramFilterWithoutUnigrams ( ) : void
TestTriGramFilterWithoutUnigramsAltSeparator ( ) : void
TestTriGramFilterWithoutUnigramsMinTriGram ( ) : void
TestTriGramFilterWithoutUnigramsNoSeparator ( ) : void
TestTwoTrailingHoles ( ) : void
TestTwoTrailingHolesTriShingle ( ) : void
TestTwoTrailingHolesTriShingleWithTokenFiller ( ) : void

Method Details

SetUp() public method

public SetUp ( ) : void
return void

shingleFilterTest() protected method

protected shingleFilterTest ( int maxSize, Token tokensToShingle, Token tokensToCompare, int positionIncrements, string types, bool outputUnigrams ) : void
maxSize int
tokensToShingle Token
tokensToCompare Token
positionIncrements int
types string
outputUnigrams bool
return void

shingleFilterTest() protected method

protected shingleFilterTest ( int minSize, int maxSize, Token tokensToShingle, Token tokensToCompare, int positionIncrements, string types, bool outputUnigrams ) : void
minSize int
maxSize int
tokensToShingle Token
tokensToCompare Token
positionIncrements int
types string
outputUnigrams bool
return void

shingleFilterTest() protected method

protected shingleFilterTest ( int minSize, int maxSize, Token tokensToShingle, Token tokensToCompare, int positionIncrements, string types, bool outputUnigrams, bool outputUnigramsIfNoShingles ) : void
minSize int
maxSize int
tokensToShingle Token
tokensToCompare Token
positionIncrements int
types string
outputUnigrams bool
outputUnigramsIfNoShingles bool
return void

shingleFilterTest() protected method

protected shingleFilterTest ( string tokenSeparator, int minSize, int maxSize, Token tokensToShingle, Token tokensToCompare, int positionIncrements, string types, bool outputUnigrams ) : void
tokenSeparator string
minSize int
maxSize int
tokensToShingle Token
tokensToCompare Token
positionIncrements int
types string
outputUnigrams bool
return void

shingleFilterTestCommon() protected method

protected shingleFilterTestCommon ( ShingleFilter filter, Token tokensToCompare, int positionIncrements, string types ) : void
filter ShingleFilter
tokensToCompare Token
positionIncrements int
types string
return void

Property Details

BI_GRAM_POSITION_INCREMENTS public_oe static_oe property

public static int[] BI_GRAM_POSITION_INCREMENTS
return int[]

BI_GRAM_POSITION_INCREMENTS_ALT_SEPARATOR public_oe static_oe property

public static int[] BI_GRAM_POSITION_INCREMENTS_ALT_SEPARATOR
return int[]

BI_GRAM_POSITION_INCREMENTS_NO_SEPARATOR public_oe static_oe property

public static int[] BI_GRAM_POSITION_INCREMENTS_NO_SEPARATOR
return int[]

BI_GRAM_POSITION_INCREMENTS_WITHOUT_UNIGRAMS public_oe static_oe property

public static int[] BI_GRAM_POSITION_INCREMENTS_WITHOUT_UNIGRAMS
return int[]

BI_GRAM_POSITION_INCREMENTS_WITHOUT_UNIGRAMS_ALT_SEPARATOR public_oe static_oe property

public static int[] BI_GRAM_POSITION_INCREMENTS_WITHOUT_UNIGRAMS_ALT_SEPARATOR
return int[]

BI_GRAM_POSITION_INCREMENTS_WITHOUT_UNIGRAMS_NO_SEPARATOR public_oe static_oe property

public static int[] BI_GRAM_POSITION_INCREMENTS_WITHOUT_UNIGRAMS_NO_SEPARATOR
return int[]

BI_GRAM_POSITION_INCREMENTS_WITH_HOLES public_oe static_oe property

public static int[] BI_GRAM_POSITION_INCREMENTS_WITH_HOLES
return int[]

BI_GRAM_POSITION_INCREMENTS_WITH_HOLES_WITHOUT_UNIGRAMS public_oe static_oe property

public static int[] BI_GRAM_POSITION_INCREMENTS_WITH_HOLES_WITHOUT_UNIGRAMS
return int[]

BI_GRAM_TOKENS public_oe static_oe property

public static Token[] BI_GRAM_TOKENS
return Token[]

BI_GRAM_TOKENS_ALT_SEPARATOR public_oe static_oe property

public static Token[] BI_GRAM_TOKENS_ALT_SEPARATOR
return Token[]

BI_GRAM_TOKENS_NO_SEPARATOR public_oe static_oe property

public static Token[] BI_GRAM_TOKENS_NO_SEPARATOR
return Token[]

BI_GRAM_TOKENS_WITHOUT_UNIGRAMS public_oe static_oe property

public static Token[] BI_GRAM_TOKENS_WITHOUT_UNIGRAMS
return Token[]

BI_GRAM_TOKENS_WITHOUT_UNIGRAMS_ALT_SEPARATOR public_oe static_oe property

public static Token[] BI_GRAM_TOKENS_WITHOUT_UNIGRAMS_ALT_SEPARATOR
return Token[]

BI_GRAM_TOKENS_WITHOUT_UNIGRAMS_NO_SEPARATOR public_oe static_oe property

public static Token[] BI_GRAM_TOKENS_WITHOUT_UNIGRAMS_NO_SEPARATOR
return Token[]

BI_GRAM_TOKENS_WITH_HOLES public_oe static_oe property

public static Token[] BI_GRAM_TOKENS_WITH_HOLES
return Token[]

BI_GRAM_TOKENS_WITH_HOLES_WITHOUT_UNIGRAMS public_oe static_oe property

public static Token[] BI_GRAM_TOKENS_WITH_HOLES_WITHOUT_UNIGRAMS
return Token[]

BI_GRAM_TYPES public_oe static_oe property

public static string[] BI_GRAM_TYPES
return string[]

BI_GRAM_TYPES_ALT_SEPARATOR public_oe static_oe property

public static string[] BI_GRAM_TYPES_ALT_SEPARATOR
return string[]

BI_GRAM_TYPES_NO_SEPARATOR public_oe static_oe property

public static string[] BI_GRAM_TYPES_NO_SEPARATOR
return string[]

BI_GRAM_TYPES_WITHOUT_UNIGRAMS public_oe static_oe property

public static string[] BI_GRAM_TYPES_WITHOUT_UNIGRAMS
return string[]

BI_GRAM_TYPES_WITHOUT_UNIGRAMS_ALT_SEPARATOR public_oe static_oe property

public static string[] BI_GRAM_TYPES_WITHOUT_UNIGRAMS_ALT_SEPARATOR
return string[]

BI_GRAM_TYPES_WITHOUT_UNIGRAMS_NO_SEPARATOR public_oe static_oe property

public static string[] BI_GRAM_TYPES_WITHOUT_UNIGRAMS_NO_SEPARATOR
return string[]

EMPTY_TOKEN_ARRAY public_oe static_oe property

public static Token[] EMPTY_TOKEN_ARRAY
return Token[]

EMPTY_TOKEN_INCREMENTS_ARRAY public_oe static_oe property

public static int[] EMPTY_TOKEN_INCREMENTS_ARRAY
return int[]

EMPTY_TOKEN_TYPES_ARRAY public_oe static_oe property

public static string[] EMPTY_TOKEN_TYPES_ARRAY
return string[]

FOUR_GRAM_POSITION_INCREMENTS public_oe static_oe property

public static int[] FOUR_GRAM_POSITION_INCREMENTS
return int[]

FOUR_GRAM_POSITION_INCREMENTS_MIN_FOUR_GRAM public_oe static_oe property

public static int[] FOUR_GRAM_POSITION_INCREMENTS_MIN_FOUR_GRAM
return int[]

FOUR_GRAM_POSITION_INCREMENTS_MIN_TRI_GRAM public_oe static_oe property

public static int[] FOUR_GRAM_POSITION_INCREMENTS_MIN_TRI_GRAM
return int[]

FOUR_GRAM_POSITION_INCREMENTS_WITHOUT_UNIGRAMS public_oe static_oe property

public static int[] FOUR_GRAM_POSITION_INCREMENTS_WITHOUT_UNIGRAMS
return int[]

FOUR_GRAM_POSITION_INCREMENTS_WITHOUT_UNIGRAMS_MIN_FOUR_GRAM public_oe static_oe property

public static int[] FOUR_GRAM_POSITION_INCREMENTS_WITHOUT_UNIGRAMS_MIN_FOUR_GRAM
return int[]

FOUR_GRAM_POSITION_INCREMENTS_WITHOUT_UNIGRAMS_MIN_TRI_GRAM public_oe static_oe property

public static int[] FOUR_GRAM_POSITION_INCREMENTS_WITHOUT_UNIGRAMS_MIN_TRI_GRAM
return int[]

FOUR_GRAM_TOKENS public_oe static_oe property

public static Token[] FOUR_GRAM_TOKENS
return Token[]

FOUR_GRAM_TOKENS_MIN_FOUR_GRAM public_oe static_oe property

public static Token[] FOUR_GRAM_TOKENS_MIN_FOUR_GRAM
return Token[]

FOUR_GRAM_TOKENS_MIN_TRI_GRAM public_oe static_oe property

public static Token[] FOUR_GRAM_TOKENS_MIN_TRI_GRAM
return Token[]

FOUR_GRAM_TOKENS_WITHOUT_UNIGRAMS public_oe static_oe property

public static Token[] FOUR_GRAM_TOKENS_WITHOUT_UNIGRAMS
return Token[]

FOUR_GRAM_TOKENS_WITHOUT_UNIGRAMS_MIN_FOUR_GRAM public_oe static_oe property

public static Token[] FOUR_GRAM_TOKENS_WITHOUT_UNIGRAMS_MIN_FOUR_GRAM
return Token[]

FOUR_GRAM_TOKENS_WITHOUT_UNIGRAMS_MIN_TRI_GRAM public_oe static_oe property

public static Token[] FOUR_GRAM_TOKENS_WITHOUT_UNIGRAMS_MIN_TRI_GRAM
return Token[]

FOUR_GRAM_TYPES public_oe static_oe property

public static string[] FOUR_GRAM_TYPES
return string[]

FOUR_GRAM_TYPES_MIN_FOUR_GRAM public_oe static_oe property

public static string[] FOUR_GRAM_TYPES_MIN_FOUR_GRAM
return string[]

FOUR_GRAM_TYPES_MIN_TRI_GRAM public_oe static_oe property

public static string[] FOUR_GRAM_TYPES_MIN_TRI_GRAM
return string[]

FOUR_GRAM_TYPES_WITHOUT_UNIGRAMS public_oe static_oe property

public static string[] FOUR_GRAM_TYPES_WITHOUT_UNIGRAMS
return string[]

FOUR_GRAM_TYPES_WITHOUT_UNIGRAMS_MIN_FOUR_GRAM public_oe static_oe property

public static string[] FOUR_GRAM_TYPES_WITHOUT_UNIGRAMS_MIN_FOUR_GRAM
return string[]

FOUR_GRAM_TYPES_WITHOUT_UNIGRAMS_MIN_TRI_GRAM public_oe static_oe property

public static string[] FOUR_GRAM_TYPES_WITHOUT_UNIGRAMS_MIN_TRI_GRAM
return string[]

SINGLE_TOKEN public_oe static_oe property

public static Token[] SINGLE_TOKEN
return Token[]

SINGLE_TOKEN_INCREMENTS public_oe static_oe property

public static int[] SINGLE_TOKEN_INCREMENTS
return int[]

SINGLE_TOKEN_TYPES public_oe static_oe property

public static string[] SINGLE_TOKEN_TYPES
return string[]

TEST_SINGLE_TOKEN public_oe static_oe property

public static Token[] TEST_SINGLE_TOKEN
return Token[]

TEST_TOKEN public_oe static_oe property

public static Token[] TEST_TOKEN
return Token[]

TEST_TOKEN_POS_INCR_EQUAL_TO_N public_oe static_oe property

public static Token[] TEST_TOKEN_POS_INCR_EQUAL_TO_N
return Token[]

TEST_TOKEN_POS_INCR_GREATER_THAN_N public_oe static_oe property

public static Token[] TEST_TOKEN_POS_INCR_GREATER_THAN_N
return Token[]

TRI_GRAM_POSITION_INCREMENTS public_oe static_oe property

public static int[] TRI_GRAM_POSITION_INCREMENTS
return int[]

TRI_GRAM_POSITION_INCREMENTS_ALT_SEPARATOR public_oe static_oe property

public static int[] TRI_GRAM_POSITION_INCREMENTS_ALT_SEPARATOR
return int[]

TRI_GRAM_POSITION_INCREMENTS_MIN_TRI_GRAM public_oe static_oe property

public static int[] TRI_GRAM_POSITION_INCREMENTS_MIN_TRI_GRAM
return int[]

TRI_GRAM_POSITION_INCREMENTS_NO_SEPARATOR public_oe static_oe property

public static int[] TRI_GRAM_POSITION_INCREMENTS_NO_SEPARATOR
return int[]

TRI_GRAM_POSITION_INCREMENTS_NULL_SEPARATOR public_oe static_oe property

public static int[] TRI_GRAM_POSITION_INCREMENTS_NULL_SEPARATOR
return int[]

TRI_GRAM_POSITION_INCREMENTS_POS_INCR_EQUAL_TO_N public_oe static_oe property

public static int[] TRI_GRAM_POSITION_INCREMENTS_POS_INCR_EQUAL_TO_N
return int[]

TRI_GRAM_POSITION_INCREMENTS_POS_INCR_EQUAL_TO_N_WITHOUT_UNIGRAMS public_oe static_oe property

public static int[] TRI_GRAM_POSITION_INCREMENTS_POS_INCR_EQUAL_TO_N_WITHOUT_UNIGRAMS
return int[]

TRI_GRAM_POSITION_INCREMENTS_POS_INCR_GREATER_THAN_N public_oe static_oe property

public static int[] TRI_GRAM_POSITION_INCREMENTS_POS_INCR_GREATER_THAN_N
return int[]

TRI_GRAM_POSITION_INCREMENTS_POS_INCR_GREATER_THAN_N_WITHOUT_UNIGRAMS public_oe static_oe property

public static int[] TRI_GRAM_POSITION_INCREMENTS_POS_INCR_GREATER_THAN_N_WITHOUT_UNIGRAMS
return int[]

TRI_GRAM_POSITION_INCREMENTS_WITHOUT_UNIGRAMS public_oe static_oe property

public static int[] TRI_GRAM_POSITION_INCREMENTS_WITHOUT_UNIGRAMS
return int[]

TRI_GRAM_POSITION_INCREMENTS_WITHOUT_UNIGRAMS_ALT_SEPARATOR public_oe static_oe property

public static int[] TRI_GRAM_POSITION_INCREMENTS_WITHOUT_UNIGRAMS_ALT_SEPARATOR
return int[]

TRI_GRAM_POSITION_INCREMENTS_WITHOUT_UNIGRAMS_MIN_TRI_GRAM public_oe static_oe property

public static int[] TRI_GRAM_POSITION_INCREMENTS_WITHOUT_UNIGRAMS_MIN_TRI_GRAM
return int[]

TRI_GRAM_POSITION_INCREMENTS_WITHOUT_UNIGRAMS_NO_SEPARATOR public_oe static_oe property

public static int[] TRI_GRAM_POSITION_INCREMENTS_WITHOUT_UNIGRAMS_NO_SEPARATOR
return int[]

TRI_GRAM_TOKENS public_oe static_oe property

public static Token[] TRI_GRAM_TOKENS
return Token[]

TRI_GRAM_TOKENS_ALT_SEPARATOR public_oe static_oe property

public static Token[] TRI_GRAM_TOKENS_ALT_SEPARATOR
return Token[]

TRI_GRAM_TOKENS_MIN_TRI_GRAM public_oe static_oe property

public static Token[] TRI_GRAM_TOKENS_MIN_TRI_GRAM
return Token[]

TRI_GRAM_TOKENS_NO_SEPARATOR public_oe static_oe property

public static Token[] TRI_GRAM_TOKENS_NO_SEPARATOR
return Token[]

TRI_GRAM_TOKENS_NULL_SEPARATOR public_oe static_oe property

public static Token[] TRI_GRAM_TOKENS_NULL_SEPARATOR
return Token[]

TRI_GRAM_TOKENS_POS_INCR_EQUAL_TO_N public_oe static_oe property

public static Token[] TRI_GRAM_TOKENS_POS_INCR_EQUAL_TO_N
return Token[]

TRI_GRAM_TOKENS_POS_INCR_EQUAL_TO_N_WITHOUT_UNIGRAMS public_oe static_oe property

public static Token[] TRI_GRAM_TOKENS_POS_INCR_EQUAL_TO_N_WITHOUT_UNIGRAMS
return Token[]

TRI_GRAM_TOKENS_POS_INCR_GREATER_THAN_N public_oe static_oe property

public static Token[] TRI_GRAM_TOKENS_POS_INCR_GREATER_THAN_N
return Token[]

TRI_GRAM_TOKENS_POS_INCR_GREATER_THAN_N_WITHOUT_UNIGRAMS public_oe static_oe property

public static Token[] TRI_GRAM_TOKENS_POS_INCR_GREATER_THAN_N_WITHOUT_UNIGRAMS
return Token[]

TRI_GRAM_TOKENS_WITHOUT_UNIGRAMS public_oe static_oe property

public static Token[] TRI_GRAM_TOKENS_WITHOUT_UNIGRAMS
return Token[]

TRI_GRAM_TOKENS_WITHOUT_UNIGRAMS_ALT_SEPARATOR public_oe static_oe property

public static Token[] TRI_GRAM_TOKENS_WITHOUT_UNIGRAMS_ALT_SEPARATOR
return Token[]

TRI_GRAM_TOKENS_WITHOUT_UNIGRAMS_MIN_TRI_GRAM public_oe static_oe property

public static Token[] TRI_GRAM_TOKENS_WITHOUT_UNIGRAMS_MIN_TRI_GRAM
return Token[]

TRI_GRAM_TOKENS_WITHOUT_UNIGRAMS_NO_SEPARATOR public_oe static_oe property

public static Token[] TRI_GRAM_TOKENS_WITHOUT_UNIGRAMS_NO_SEPARATOR
return Token[]

TRI_GRAM_TYPES public_oe static_oe property

public static string[] TRI_GRAM_TYPES
return string[]

TRI_GRAM_TYPES_ALT_SEPARATOR public_oe static_oe property

public static string[] TRI_GRAM_TYPES_ALT_SEPARATOR
return string[]

TRI_GRAM_TYPES_MIN_TRI_GRAM public_oe static_oe property

public static string[] TRI_GRAM_TYPES_MIN_TRI_GRAM
return string[]

TRI_GRAM_TYPES_NO_SEPARATOR public_oe static_oe property

public static string[] TRI_GRAM_TYPES_NO_SEPARATOR
return string[]

TRI_GRAM_TYPES_NULL_SEPARATOR public_oe static_oe property

public static string[] TRI_GRAM_TYPES_NULL_SEPARATOR
return string[]

TRI_GRAM_TYPES_POS_INCR_EQUAL_TO_N public_oe static_oe property

public static string[] TRI_GRAM_TYPES_POS_INCR_EQUAL_TO_N
return string[]

TRI_GRAM_TYPES_POS_INCR_EQUAL_TO_N_WITHOUT_UNIGRAMS public_oe static_oe property

public static string[] TRI_GRAM_TYPES_POS_INCR_EQUAL_TO_N_WITHOUT_UNIGRAMS
return string[]

TRI_GRAM_TYPES_POS_INCR_GREATER_THAN_N public_oe static_oe property

public static string[] TRI_GRAM_TYPES_POS_INCR_GREATER_THAN_N
return string[]

TRI_GRAM_TYPES_POS_INCR_GREATER_THAN_N_WITHOUT_UNIGRAMS public_oe static_oe property

public static string[] TRI_GRAM_TYPES_POS_INCR_GREATER_THAN_N_WITHOUT_UNIGRAMS
return string[]

TRI_GRAM_TYPES_WITHOUT_UNIGRAMS public_oe static_oe property

public static string[] TRI_GRAM_TYPES_WITHOUT_UNIGRAMS
return string[]

TRI_GRAM_TYPES_WITHOUT_UNIGRAMS_ALT_SEPARATOR public_oe static_oe property

public static string[] TRI_GRAM_TYPES_WITHOUT_UNIGRAMS_ALT_SEPARATOR
return string[]

TRI_GRAM_TYPES_WITHOUT_UNIGRAMS_MIN_TRI_GRAM public_oe static_oe property

public static string[] TRI_GRAM_TYPES_WITHOUT_UNIGRAMS_MIN_TRI_GRAM
return string[]

TRI_GRAM_TYPES_WITHOUT_UNIGRAMS_NO_SEPARATOR public_oe static_oe property

public static string[] TRI_GRAM_TYPES_WITHOUT_UNIGRAMS_NO_SEPARATOR
return string[]

UNIGRAM_ONLY_POSITION_INCREMENTS public_oe static_oe property

public static int[] UNIGRAM_ONLY_POSITION_INCREMENTS
return int[]

UNIGRAM_ONLY_TYPES public_oe static_oe property

public static string[] UNIGRAM_ONLY_TYPES
return string[]

testTokenWithHoles public_oe static_oe property

public static Token[] testTokenWithHoles
return Token[]