Class SplitPatternTokenizerOptions
java.lang.Object
org.tribuo.util.tokens.options.SplitPatternTokenizerOptions
- All Implemented Interfaces:
- com.oracle.labs.mlrg.olcut.config.Options,- TokenizerOptions
CLI options for a 
SplitPatternTokenizer.- 
Field SummaryFields inherited from interface com.oracle.labs.mlrg.olcut.config.Optionsheader
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionCreates the appropriately configured tokenizer.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.oracle.labs.mlrg.olcut.config.OptionsgetOptionsDescription
- 
Constructor Details- 
SplitPatternTokenizerOptionspublic SplitPatternTokenizerOptions()
 
- 
- 
Method Details- 
getTokenizerDescription copied from interface:TokenizerOptionsCreates the appropriately configured tokenizer.- Specified by:
- getTokenizerin interface- TokenizerOptions
- Returns:
- The configured tokenizer.
 
 
-