module Natto
`Natto` is the namespace for objects that provide a binding to MeCab
and an API for the `Tagger`, `Node` and `Lattice` objects.
`Natto::MeCab` is a wrapper class for the MeCab
Tagger.
`Natto::MeCabStruct` is a base class for a MeCab
struct.
`Natto::MeCabNode` is a wrapper for the struct representing a MeCab
`Node`.
`Natto::DictionaryInfo` is a wrapper for the struct representing a `Natto::MeCab` instance's related dictionary information.
`Natto::MeCabError` is a general error class for the `Natto` module.
Module `Natto::Binding` encapsulates methods and behavior which are made available via `FFI` bindings to MeCab
.
Module `OptionParse` encapsulates methods and behavior for parsing the various MeCab
options supported by `Natto`.
Constants
- VERSION
Version string for this Rubygem.