Popularity
5.1
Stable
Activity
0.0
Stable
50
5
8

Monthly Downloads: 14
Programming language: Elixir
License: MIT License

Woolly alternatives and similar packages

Based on the "Natural Language Processing (NLP)" category.
Alternatively, view Woolly alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Woolly or a related project?

Add another 'Natural Language Processing (NLP)' Package

README

Woolly

hex version hex licence hex downloads Deps Status Inline docs coverage Status

Woolly ~ The Text Mining Elixir.

Woolly is a Text Mining & Natural Language Processing API for the Elixir programming language.

  • Disclaimer: This is very early work and while some features work, others don't. Get involved!

Getting started

Woolly is available in Hex, install it by adding it to your project mix.exs file as so:

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

If you're not using Hex, you can add it via this github repository:

def deps do
  [{:woolly, github: "pjhampton/Woolly"}]
end

...and don't forget to run mix deps.get from the terminal to fetch and compile your workspace dependencies.

Copyright & License

Copyright (c) 2016, PJ Hampton.

Woolly is released under the liberal MIT License.


*Note that all licence references and agreements mentioned in the Woolly README section above are relevant to that project's source code only.