Nlp with Ruby Overview

Curated List: Practical Natural Language Processing done in Ruby

🏠 Home · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor · 😺 arbox/nlp-with-ruby · ⭐ 967 · 🏷️ Computer Science

[ Daily / Weekly / Overview ]

Awesome Support Me

[RubyML (⭐1.8k) | RubyDataScience (⭐617) | RubyInterop (⭐34)]

Awesome NLP with Ruby

Useful resources for text processing in Ruby

This curated list comprises awesome resources, libraries, information sources about computational processing of texts in human languages with the Ruby programming language. That field is often referred to as NLP, Computational Linguistics, HLT (Human Language Technology) and can be brought in conjunction with Artificial Intelligence, Machine Learning, Information Retrieval, Text Mining, Knowledge Extraction and other related disciplines.

This list comes from our day to day work on Language Models and NLP Tools. Read why this list is awesome. Our FAQ describes the important decisions and useful answers you may be interested in.

✨ Every contribution is welcome! Add links through pull requests or create an issue to start a discussion.

Follow us on Twitter and please spread the word using the #RubyNLP hash tag!

Contents

✨ Tutorials

Please help us to fill out this section! 😃

NLP Pipeline Subtasks

An NLP Pipeline starts with a plain text.

Pipeline Generation

Multipurpose Engines

On-line APIs

Language Identification

Language Identification is one of the first crucial steps in every NLP Pipeline.

Segmentation

Tools for Tokenization, Word and Sentence Boundary Detection and Disambiguation.

Lexical Processing

Stemming

Stemming is the term used in information retrieval to describe the process for reducing wordforms to some base representation. Stemming should be distinguished from Lemmatization since stems are not necessarily have linguistic motivation.

Lemmatization

Lemmatization is considered a process of finding a base form of a word. Lemmas are often collected in dictionaries.

Lexical Statistics: Counting Types and Tokens

Filtering Stop Words

Phrasal Level Processing

Syntactic Processing

Constituency Parsing

Semantic Analysis

Pragmatical Analysis

High Level Tasks

Spelling and Error Correction

Text Alignment

Machine Translation

Sentiment Analysis

Numbers, Dates, and Time Parsing

Named Entity Recognition

Text-to-Speech-to-Text

Dialog Agents, Assistants, and Chatbots

Linguistic Resources

Machine Learning Libraries

Machine Learning Algorithms in pure Ruby or written in other programming languages with appropriate bindings for Ruby.

For more up-to-date list please look at the Awesome ML with Ruby list.

Data Visualization

Please refer to the Data Visualization (⭐617) section on the Data Science with Ruby list.

Optical Character Recognition

Text Extraction

Full Text Search, Information Retrieval, Indexing

Language Aware String Manipulation

Libraries for language aware string manipulation, i.e. search, pattern matching, case conversion, transcoding, regular expressions which need information about the underlying language.

Articles, Posts, Talks, and Presentations

Projects and Code Examples

Books

Community

Needs your Help!

All projects in this section are really important for the community but need more attention. Please if you have spare time and dedication spend some hours on the code here.

License

Creative Commons Zero 1.0 Awesome NLP with Ruby by Andrei Beliankou and Contributors (⭐966).

To the extent possible under law, the person who associated CC0 with Awesome NLP with Ruby has waived all copyright and related or neighboring rights to Awesome NLP with Ruby.

You should have received a copy of the CC0 legalcode along with this work. If not, see https://creativecommons.org/publicdomain/zero/1.0/.