YAMeCab
Yet Another Elixir binding for MeCab.
YAMeCab is implemented in Port Drivers. So it is fast but possibly crashes Erlang VM.
Installation
The package can be installed by adding yamecab to your list of dependencies in mix.exs:
def deps do
[
{:yamecab, "~> 0.1.0"}
]
endDocumentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/yamecab.