Hello admin, when i am trying to install this library, it's installing but after that when i am running the code like
Import languagemodels as lm
lm.do("hi there")
i am getting an error can't find no attribute (something like that).
And when i debugged the installed lib, it was not showing do function in init.py of lib, but it actually exists.
In summary, it is not fetching the library completely or there is binary compilation issue
https://github.com/jncraton/languagemodels
Can't install python library
Harshit It seems like the authors already answered you about that issue: https://github.com/jncraton/languagemodels/issues/37