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
- Host: GitHub
- URL: https://github.com/en30/yamecab
- Owner: en30
- License: mit
- Created: 2022-06-25T16:56:19.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-26T19:08:16.000Z (almost 4 years ago)
- Last Synced: 2025-01-24T11:44:34.407Z (over 1 year ago)
- Topics: elixir, mecab, morphological-analysis, port-driver
- Language: C
- Homepage: https://hexdocs.pm/yamecab
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# YAMeCab
[](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 .