Package org.tribuo.util.tokens.options
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 Summary
Fields inherited from interface com.oracle.labs.mlrg.olcut.config.Options
header
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionCreates the appropriately configured tokenizer.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.oracle.labs.mlrg.olcut.config.Options
getOptionsDescription
-
Constructor Details
-
SplitPatternTokenizerOptions
public SplitPatternTokenizerOptions()
-
-
Method Details
-
getTokenizer
Description copied from interface:TokenizerOptions
Creates the appropriately configured tokenizer.- Specified by:
getTokenizer
in interfaceTokenizerOptions
- Returns:
- The configured tokenizer.
-