https://github.com/pjhampton/woolly
The Text Mining Elixir
https://github.com/pjhampton/woolly
text-analysis text-mining
Last synced: 5 months ago
JSON representation
The Text Mining Elixir
- Host: GitHub
- URL: https://github.com/pjhampton/woolly
- Owner: pjhampton
- License: mit
- Created: 2015-12-28T16:36:51.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2021-03-30T19:39:16.000Z (about 4 years ago)
- Last Synced: 2024-11-01T08:33:49.198Z (5 months ago)
- Topics: text-analysis, text-mining
- Language: Elixir
- Homepage:
- Size: 82 KB
- Stars: 51
- Watchers: 5
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
- freaking_awesome_elixir - Elixir - Woolly is an ambitious Text Mining and Natural Language Processing API for Elixir. (Natural Language Processing (NLP))
- fucking-awesome-elixir - Woolly - Woolly is an ambitious Text Mining and Natural Language Processing API for Elixir. (Natural Language Processing (NLP))
- awesome-elixir - Woolly - Woolly is an ambitious Text Mining and Natural Language Processing API for Elixir. (Natural Language Processing (NLP))
README
# Woolly
[](https://hex.pm/packages/woolly)


[](https://beta.hexfaktor.org/github/pjhampton/Woolly)
[](https://inch-ci.org/github/pjhampton/woolly)
[](https://coveralls.io/github/pjhampton/Woolly?branch=master)> ### 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](https://hex.pm/), install it by adding it to your project `mix.exs` file as so:
```elixir
def deps do
[{:woolly, "~> 0.1.0"}]
end
```If you're not using [Hex](http://hex.pm/), you can add it via this github repository:
```elixir
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.