README.md

# Mecab

Elixir bindings for MeCab, a morphological analyzer.


## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:

  1. Add `mecab` to your list of dependencies in `mix.exs`:

    ```elixir
    def deps do
      [{:mecab, "~> 0.1.0"}]
    end
    ```

  2. Ensure `mecab` command is available for your environment:

    ```
    # MacOS
    brew install mecab mecab-ipadic
    ```