spacy-udpipe
spacy-udpipe copied to clipboard
New PyPi release?
There have been a couple of commits since the last release in June last year. Can these be pushed to PyPi and added here as a new release? That would be useful (in my case, the download information).
One of the commits (or rather merges) is important, it fixes a bug for Windows, which did not play well with multi-processing (ca6a77c0b13183a3f213361f24dc42f046d702df). When I try to install the latest commit (a38cd1e1c8dc5e18def177cd21d12922da833d6f), I get a weird error (languages.json is not found, or something similar).
Anyway, it seems like ca6a77c0b13183a3f213361f24dc42f046d702df is better than the state of the latest release and the difference is significant.
the setup.py has an error at https://github.com/TakeLab/spacy-udpipe/blob/a38cd1e1c8dc5e18def177cd21d12922da833d6f/setup.py#L55
should update to following to fix pip install
package_data={"spacy_udpipe": ["./resources/languages.json"], },