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
Constructors -
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, waitMethods inherited from interface com.oracle.labs.mlrg.olcut.config.Options
getOptionsDescription
-
Constructor Details
-
SplitPatternTokenizerOptions
public SplitPatternTokenizerOptions()
-
-
Method Details
-
getTokenizer
Description copied from interface:TokenizerOptionsCreates the appropriately configured tokenizer.- Specified by:
getTokenizerin interfaceTokenizerOptions- Returns:
- The configured tokenizer.
-