goru001 / inltk

Natural Language Toolkit for Indic Languages aims to provide out of the box support for various NLP tasks that an application developer might need
https://inltk.readthedocs.io
MIT License
813 stars 164 forks source link

Dimension of get_sentence_encoding for Telugu #73

Closed sachin235 closed 3 years ago

sachin235 commented 3 years ago

The documentation mentions that "get_sentence_encoding returns 400 dimensional encoding of the sentence" But, in case of Telugu language, get_sentence_encoding return 410 dimensional encoding instead of 400.

Rectify the documentation to avoid confusion!