Class BreakIteratorTokenizerOptions

java.lang.Object
org.tribuo.util.tokens.options.BreakIteratorTokenizerOptions
All Implemented Interfaces:
com.oracle.labs.mlrg.olcut.config.Options, TokenizerOptions

public class BreakIteratorTokenizerOptions extends Object implements TokenizerOptions
CLI options for a BreakIteratorTokenizer.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    BreakIteratorTokenizer - The language tag of the locale to be used.

    Fields inherited from interface com.oracle.labs.mlrg.olcut.config.Options

    header
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates 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
  • Field Details

    • languageTag

      @Option(longName="bi-tokenizer-language-tag", usage="BreakIteratorTokenizer - The language tag of the locale to be used.") public String languageTag
      BreakIteratorTokenizer - The language tag of the locale to be used.
  • Constructor Details

    • BreakIteratorTokenizerOptions

      public BreakIteratorTokenizerOptions()
  • Method Details