ExAwabi
exawabi is an Elixir wrapper for Awabi,
a morphological analyzer using MeCab
dictionary, written in Rust.
Requirements
MeCab https://taku910.github.io/mecab/ and related dictionary is required.
Debian/Ubuntu
$ sudo apt install mecab mecab-ipadic-utf8
$ cargo install awabiMac OS X (homebrew)
$ brew install mecab
$ brew install mecab-ipadic
$ cargo install awabiInstallation
The package can be installed by adding exawabi to your list of dependencies
in mix.exs:
def deps do
[
{:exawabi, "~> 0.1.0"}
]
endAnd need to install Rust on build.
The docs can be found at https://hexdocs.pm/exawabi.