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: 7 days 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 (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2021-03-30T19:39:16.000Z (over 3 years ago)
- Last Synced: 2024-10-11T23:10:47.380Z (28 days 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
[![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.