In [200]: polyglot.__version__ Out[200]: '16.07.04'
hebrew_text = u'זהו משפט בשפה העברית' #this is a sentence in Hebrew
Text(hebrew_text).language.code
Out[184]: 'iw'
This problem affects work greatly, since "he" language is significantly better supported in polyglot (and elsewhere) than "iw".
Thanks for all the hard work!
In [200]: polyglot.__version__ Out[200]: '16.07.04'hebrew_text = u'זהו משפט בשפה העברית' #this is a sentence in HebrewText(hebrew_text).language.codeOut[184]: 'iw'This problem affects work greatly, since "he" language is significantly better supported in polyglot (and elsewhere) than "iw".
Thanks for all the hard work!