-
Notifications
You must be signed in to change notification settings - Fork 628
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error with preprocess.py #45
Comments
What operating system do you use with lda2vec? Myself I don't know how could I help you. I can only say that I had a lot of problems like that when I used my computer that runs on Windows. I ended up resorting to expert help in my office because it was too complex for my skill level |
Odd, that file is referencing dirichlet_likelihood which resides in the same folder. Maybe something weird is going on with your search path? Try:
And see if it makes sense. |
when i run preprocess.py |
@chenjun0210 Your issue might be fixed via #46. Apply the changes to corpus.py & also confirm you have the packages mentioned in the PR's first comment. |
The problem for this issue, is that (seems you're using python3) in python3 it should be imported using |
In addition to updating the import , I had to append the below to ~./bash_profile: export LC_ALL=en_US.UTF-8 |
Even I'm facing the same issue I'm installed using setup.py and I'm getting this error
|
tried this but not working. |
hi, |
hello i have this error in preprocess.py
but there is no module named 'dirichlet_likehood' in https://pypi.python.org/pypi .
The text was updated successfully, but these errors were encountered: