alvations / pywsd

Python Implementations of Word Sense Disambiguation (WSD) Technologies.
MIT License
744 stars 132 forks source link

Docstrings and type annotations #40

Closed KMouratidis closed 5 years ago

KMouratidis commented 6 years ago

I added more info in docstrings as well as some type annotations (works with Py3.6). I will keep meddling with the the whole repository but wanted these changes to be done separately in case you might want to pull them.

Kind regards,

alvations commented 6 years ago

Thanks @KMouratidis! Type annotations are surely welcomed for pywsd.

While you're working on it, could you clean up your commits, you have added erroneous .pyc cache files, e.g.

git rm *.pyc
git push -f 
KMouratidis commented 6 years ago

@alvations I just did, sorry about that.

alvations commented 5 years ago

It's a year late but still thank you @KMouratidis!