demian-wolf / pyreverso

Reverso API wrapper for Python
https://reverso.net/
MIT License
48 stars 12 forks source link

Unable to found SpellChecker #3

Open AlexandreArduino opened 3 years ago

AlexandreArduino commented 3 years ago

Hi, thanks for your work that's what I need but in the documentation, you talk about SpellChecker but in the code, I can't found it. Could you help me ? :) My project in python need that :p

demian-wolf commented 3 years ago

Hello,

BTW, Just noticed the docs were accidentally removed with one of the latest commits, thanks :)

Do you mean the "Spell Checker" mentioned in "What is Reverso?" section of README.md? If so, you've read about features of the Reverso website, not the ReversoAPI.

Here is what is written in the "Features" section, where Reverso-API functionality is described:

Currently, the wrapper provides Reverso Context API and Reverso Voice API.

So Spell Checker API is not implemented yet. I hope to add it once I have more free time. It would also be really appreciated if you contribute to this repository.

Glad you're interested in this project, Demian.