Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/pjhampton/woolly

The Text Mining Elixir
https://github.com/pjhampton/woolly

text-analysis text-mining

Last synced: about 2 months ago
JSON representation

The Text Mining Elixir

Lists

README

        

# Woolly

[![hex version](https://img.shields.io/hexpm/v/woolly.svg)](https://hex.pm/packages/woolly)
![hex licence](https://img.shields.io/hexpm/l/woolly.svg)
![hex downloads](https://img.shields.io/hexpm/dt/woolly.svg)
[![Deps Status](https://beta.hexfaktor.org/badge/all/github/pjhampton/Woolly.svg)](https://beta.hexfaktor.org/github/pjhampton/Woolly)
[![Inline docs](https://inch-ci.org/github/pjhampton/woolly.svg?branch=master)](https://inch-ci.org/github/pjhampton/woolly)
[![coverage Status](https://coveralls.io/repos/github/pjhampton/Woolly/badge.svg?branch=master)](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.