acalejos / mighty

Natural Language Processing in Elixir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mighty

Natural Language Processing library for Elixir. Current plan is for this to be similar to NLTK in Python. For full-fledged pre-trained models, see Bumblebee

Installation

def deps do
  [
    {:mighty, github: "acalejos/mighty"}
  ]
end

About

Natural Language Processing in Elixir

License:Apache License 2.0


Languages

Language:Elixir 100.0%