From d6b6cf5504e68bf098d2b41a405f2303f93561f8 Mon Sep 17 00:00:00 2001 From: Jorge Osorio <43450882+jorelosorio@users.noreply.github.com> Date: Tue, 22 Mar 2022 16:02:44 +0100 Subject: [PATCH] Jorelosorio/spelling corrector (#4110) * Add a new project link to the README.md A spelling corrector for Spanish / English language. * Update README.md * Update README.md * Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5ae2c5bb..f38cf3b1 100644 --- a/README.md +++ b/README.md @@ -1648,6 +1648,7 @@ See also [Text Processing](#text-processing). - [RAKE.go](https://github.com/afjoseph/RAKE.Go) - Go port of the Rapid Automatic Keyword Extraction Algorithm (RAKE). - [snowball](https://github.com/goodsign/snowball) - Snowball stemmer port (cgo wrapper) for Go. Provides word stem extraction functionality [Snowball native](http://snowball.tartarus.org/). - [spaGO](https://github.com/nlpodyssey/spago) - Self-contained Machine Learning and Natural Language Processing library in Go. +- [spelling-corrector](https://github.com/jorelosorio/spellingcorrector) - A spelling corrector for the Spanish language or create your own. ### Slugifiers