Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ A collection of Natural Language Processing (NLP) Ruby libraries, tools and soft
* [Summarization](#summarization)
* [Text Extraction](#text-extraction)
* [Text Similarity](#text-similarity)
* [Text Splitting](#text-splitting)
* [Text-to-Speech](#text-to-speech)
* [Tokenizers](#tokenizers)
* [Word Count](#word-count)
Expand Down Expand Up @@ -404,6 +405,10 @@ Automatic summarization is the process of reducing a text document with a comput
* [TF-IDF](https://github.com/reddavis/TF-IDF) - Term Frequency - Inverse Document Frequency in Ruby
* [tf-idf-similarity](https://github.com/jpmckinney/tf-idf-similarity) - calculate the similarity between texts using tf*idf

## Text Splitting

* [text_splitters](https://github.com/ghiculescu/text_splitters) - Port of Langchain text splitters

## Text-to-Speech

* [espeak-ruby](https://github.com/dejan/espeak-ruby) - small Ruby API for utilizing 'espeak' and 'lame' to create text-to-speech mp3 files
Expand Down