View Source Needlepoint

Some NLP Algorithms in Elixir.

Currently available:

installation

Installation

If available in Hex, the package can be installed by adding needlepoint to your list of dependencies in mix.exs:

def deps do
  [
    {:needlepoint, "~> 0.1.0"}
  ]
end