pemistahl / lingua-py

The most accurate natural language detection library for Python, suitable for short text and mixed-language text
Apache License 2.0
1.02k stars 43 forks source link

Add type annotations to v2.x #197

Closed Vasniktel closed 7 months ago

Vasniktel commented 7 months ago

Is there any plan to add type annotations to v2.x?

pemistahl commented 7 months ago

Yes, this is still on my todo list. According to this guide, it should not be too difficult. Feel free to open a PR if you need type annotations right away.

Vasniktel commented 7 months ago

Thanks, no pressure from my side. I thought they could be auto-generated but it seems that's not the case right now.

pemistahl commented 7 months ago

Fixed by commit https://github.com/pemistahl/lingua-rs/commit/ac9480ee82a99460fb55d8fe8e70606e01c23603, to be released shortly.