Skip to content

Add text_splitters #33

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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