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
This commit is contained in:
Jorge Osorio 2022-03-22 16:02:44 +01:00 committed by GitHub
parent af422cff55
commit d6b6cf5504
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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