public class SplitCharactersTokenizerOptions extends Object implements TokenizerOptions
SplitCharactersTokenizer
.Modifier and Type | Field and Description |
---|---|
char[] |
splitChars |
char[] |
splitXDigitsChars |
Constructor and Description |
---|
SplitCharactersTokenizerOptions() |
Modifier and Type | Method and Description |
---|---|
Tokenizer |
getTokenizer()
Creates the appropriately configured tokenizer.
|
@Option(longName="sc-tokenizer-split-characters", usage="The characters to split on.") public char[] splitChars
@Option(longName="sc-tokenizer-split-x-digits", usage="Characters to split on unless they appear between digits") public char[] splitXDigitsChars
public Tokenizer getTokenizer()
TokenizerOptions
getTokenizer
in interface TokenizerOptions
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.