pycld2
pycld2 copied to clipboard
Hello. I have seen [this commit](https://github.com/aboSamoor/pycld2/commit/f6cf7ae8cdf2cd71589ba4198d60825fb6b907a8) which brings nice improvements for me, especially the ability to build for 32 bits machines thanks to this line change (removal of -m64 option):...
I have install cld2 with pypy,but when i import it ,it occurred errror as : "Fatal error in cpyext, CPython compatibility layer: converting a PyTupleObject into a W_TupleObject, but found...
Hi, When using the model, lang detection for Hebrew returns language code "iw". According to ISO 639-1, this language code is deprecated and now the standard is "he". langdetect, and...
I was using pycld2.detect() method to detect languages of text.it detected wrong for serbian it detected bosnian and for bosnian it detected serbian , please provide solution if any
Hi pycld2 team! Just wanted to let you know that @quinnanya [used your binding to detect language](https://gist.github.com/quinnanya/d7db8a001ba0e3dca5fb7db53cdc5d9c) in the same Conference Titles for which I used the [Rstats wrapper](https://github.com/ropensci/cld2), and...
@aboSamoor version 0.42 contains a number of fixes that resolve issues such as https://github.com/aboSamoor/pycld2/issues/23. Changes have already been made in this repository but [not uploaded to PyPI as of now](https://pypi.org/project/pycld2/#history)....
How to get over this? ` /usr/include/python3.6m/pyconfig.h:3:12: fatal error: x86_64-linux-gnu/python3.6m/pyconfig.h: No such file or directory # include ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. error: command 'i686-linux-gnu-gcc' failed with exit status 1` Complete log...
I am trying to install this package in my conda environment (running Python3.7). I tried both `conda install -c esiravegna pycld2`, which gives the `PackagesNotFoundError` , and using `pip install...
Hi.` I encountered the following error when I tried installing pycld2 (**pip install pycld2**): ``` Building wheel for pycld2 (setup.py) ... error ERROR: Command errored out with exit status 1:...
``` Building wheels for collected packages: pycld2 Building wheel for pycld2 (setup.py) ... error ERROR: Command errored out with exit status 1: command: /home/server/bin/python -u -c 'import sys, setuptools, tokenize;...