-
Notifications
You must be signed in to change notification settings - Fork 14
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
Problem on windows #47
Comments
Thanks @moissinac for the report. |
@moissinac I got this step working on Windows 7, Python 2.7. I got similar errors with old numpy/scipy/scikit-learn versions, but they went away after uninstalling and re-installing with versions from http://www.lfd.uci.edu/~gohlke/pythonlibs/ |
Using TreeTagger gives me an error on Windows:
fails with the error
It seems to be related to the multiprocessing-forking:
|
Hello @burki, thank you for the report. The treetaggerwrapper code is not under our control so I could not do much more than catching the exception and writing a for loop; I would use our parallel module but it is not tested under windows so I refrained. This will result in possibly much slower tagging, sorry! |
@e-dorigatti Thanks very much, this now works on my Windows 7-machine: |
Hello
StrepHit seems very interesting
I've installed it on Windows. perl and TreeTagger are working and in the PATH
When I execute the following command line
python -m strephit extraction process_semistructured -p 1 samples/corpus.jsonlines
I get
c:\python.exe: Error while finding spec for 'strephit.main' (<class 'ImportError'>: No module named 'annotation'); 'strephit' is a package and cannot be directly executed
Any idea?
The text was updated successfully, but these errors were encountered: