All Projects → pjhampton → woolly

pjhampton / woolly

Licence: MIT license
The Text Mining Elixir

Programming Languages

elixir
2628 projects

Projects that are alternatives of or similar to woolly

Graphbrain
Language, Knowledge, Cognition
Stars: ✭ 294 (+512.5%)
Mutual labels:  text-mining, text-analysis
corpusexplorer2.0
Korpuslinguistik war noch nie so einfach...
Stars: ✭ 16 (-66.67%)
Mutual labels:  text-mining, text-analysis
Artificial Adversary
🗣️ Tool to generate adversarial text examples and test machine learning models against them
Stars: ✭ 348 (+625%)
Mutual labels:  text-mining, text-analysis
DaDengAndHisPython
【微信公众号:大邓和他的python】, Python语法快速入门https://www.bilibili.com/video/av44384851 Python网络爬虫快速入门https://www.bilibili.com/video/av72010301, 我的联系邮箱[email protected]
Stars: ✭ 59 (+22.92%)
Mutual labels:  text-mining, text-analysis
R Text Data
List of textual data sources to be used for text mining in R
Stars: ✭ 85 (+77.08%)
Mutual labels:  text-mining, text-analysis
kwx
BERT, LDA, and TFIDF based keyword extraction in Python
Stars: ✭ 33 (-31.25%)
Mutual labels:  text-mining, text-analysis
text-analysis
Weaving analytical stories from text data
Stars: ✭ 12 (-75%)
Mutual labels:  text-mining, text-analysis
support-tickets-classification
This case study shows how to create a model for text analysis and classification and deploy it as a web service in Azure cloud in order to automatically classify support tickets. This project is a proof of concept made by Microsoft (Commercial Software Engineering team) in collaboration with Endava http://endava.com/en
Stars: ✭ 142 (+195.83%)
Mutual labels:  text-mining, text-analysis
Orange3 Text
🍊 📄 Text Mining add-on for Orange3
Stars: ✭ 83 (+72.92%)
Mutual labels:  text-mining, text-analysis
Awesome Sentiment Analysis
Repository with all what is necessary for sentiment analysis and related areas
Stars: ✭ 459 (+856.25%)
Mutual labels:  text-mining, text-analysis
TRUNAJOD2.0
An easy-to-use library to extract indices from texts.
Stars: ✭ 18 (-62.5%)
Mutual labels:  text-mining, text-analysis
Awesome Text Classification
Awesome-Text-Classification Projects,Papers,Tutorial .
Stars: ✭ 158 (+229.17%)
Mutual labels:  text-mining, text-analysis
Text mining resources
Resources for learning about Text Mining and Natural Language Processing
Stars: ✭ 358 (+645.83%)
Mutual labels:  text-mining, text-analysis
Open Semantic Search
Open Source research tool to search, browse, analyze and explore large document collections by Semantic Search Engine and Open Source Text Mining & Text Analytics platform (Integrates ETL for document processing, OCR for images & PDF, named entity recognition for persons, organizations & locations, metadata management by thesaurus & ontologies, search user interface & search apps for fulltext search, faceted search & knowledge graph)
Stars: ✭ 386 (+704.17%)
Mutual labels:  text-mining, text-analysis
Qdap
Quantitative Discourse Analysis Package: Bridging the gap between qualitative data and quantitative analysis
Stars: ✭ 146 (+204.17%)
Mutual labels:  text-mining, text-analysis
Fake news detection
Fake News Detection in Python
Stars: ✭ 194 (+304.17%)
Mutual labels:  text-mining, text-analysis
TextMood
A Xamarin + IoT + Azure sample that detects the sentiment of incoming text messages, performs sentiment analysis on the text, and changes the color of a Philips Hue lightbulb
Stars: ✭ 52 (+8.33%)
Mutual labels:  text-analysis
Text-Classification-LSTMs-PyTorch
The aim of this repository is to show a baseline model for text classification by implementing a LSTM-based model coded in PyTorch. In order to provide a better understanding of the model, it will be used a Tweets dataset provided by Kaggle.
Stars: ✭ 45 (-6.25%)
Mutual labels:  text-mining
workshop-IJTA
Rによる日本語テキスト分析入門
Stars: ✭ 25 (-47.92%)
Mutual labels:  text-analysis
IncredibleTextAdventure
No description or website provided.
Stars: ✭ 19 (-60.42%)
Mutual labels:  text-analysis

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 the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].