kmadathil/sanskrit_parser

"No Module named sanskrit_parser.parser"

pmshukla opened this issue · 2 comments

from sanskrit_parser.parser.sandhi_analyzer import LexicalSandhiAnalyzer
is giving me an error as "No Module named sanskrit_parser.parser".
When i check the site packages there is no folder named parser which i think causes the error.

Which version of the package are you using?
This import:

from sanskrit_parser.parser.sandhi_analyzer import LexicalSandhiAnalyzer

will only work in the latest version that is currently in git. Can you please update to the latest version? E.g. using

pip install -U git+https://github.com/kmadathil/sanskrit_parser

We will probably make some API changes soon to make the interface easier to use (as described in #120) and release a new version to pypi as well. If you prefer, you could just wait till we release a new package that can directly be installed with pip

Please reinstall from PyPI - the new release will bring the package and github documentation back in sync.