An open API service indexing awesome lists of open source software.

https://github.com/en30/yamecab

Yet Another Elixir binding for MeCab implemented in Port Drivers
https://github.com/en30/yamecab

elixir mecab morphological-analysis port-driver

Last synced: about 1 month ago
JSON representation

Yet Another Elixir binding for MeCab implemented in Port Drivers

Awesome Lists containing this project

README

          

# YAMeCab

[![CI](https://github.com/en30/yamecab/actions/workflows/ci.yml/badge.svg)](https://github.com/en30/yamecab/actions/workflows/ci.yml)
[Docs](https://hexdocs.pm/yamecab)

Yet Another Elixir binding for [MeCab](https://taku910.github.io/mecab).

YAMeCab is implemented in [Port Drivers](https://www.erlang.org/doc/tutorial/c_portdriver.html). 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`:

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

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at .