module Natto::OptionParse

Module `OptionParse` encapsulates methods and behavior for parsing the various MeCab options supported by `Natto`.

Constants

SUPPORTED_OPTS

Mapping of MeCab short-style configuration options to the MeCab Tagger. See the MeCab help for more details.

WARNING_LATTICE_LEVEL

Public Class Methods

included(base) click to toggle source

@private

# File lib/natto/option_parse.rb, line 37
def self.included(base)
  base.extend(ClassMethods)
end