flagist0 / reverso_context_api

Simple Python API for Reverso Context
MIT License
57 stars 6 forks source link

problem with one letter world #4

Open freQuensy23-coder opened 1 year ago

freQuensy23-coder commented 1 year ago

Example of code

cl = Client("en", "fr")
for tr in cl.get_translations("I"):
   print(tr)

Expected behavior

prints Moi

Real behavior

don't print anything

flazouh commented 1 year ago

It's not this package's fault

Screenshot 2023-04-05 at 02 03 08

As you can see, doing it on the interface gives the same result.