-
```
What steps will reproduce the problem?
1. Download and build the cld2 sources (using internal/compile_libs.sh)
2. Build the python extension (python setup.py build)
3. Observe errors
What is the …
-
```
What steps will reproduce the problem?
1. Download and build the cld2 sources (using internal/compile_libs.sh)
2. Build the python extension (python setup.py build)
3. Observe errors
What is the …
-
As title above. Ran the following code on M1 MacBook Air 8/512:
``` Python
import pycld2 as cld2
print("pycld2 version", cld2.__version__)
the_text = "Is this working on M1 Mac?"
_, _, _, the_lan…
ongtw updated
7 months ago
-
@elliefm,
I see that the cld2 detection code is still in configure.ac. Shouldn't it be removed based on what we've discussed recently on cyrus-devel@ (i.e. cld2 is not used anywhere and was include…
-
The cyruslibs version of cld2 has an extra commit on top which provides a bunch of necessary installation stuff that I guess the upstream repository doesn't provide: https://github.com/cyrusimap/cld2…
-
```
I am trying to compile the chromium in Visual Studio 2013. I am actually trying
to create a .NET Wrapper for the library so I have added all the source files
inside my CLR project.
Now whenever…
-
```
What steps will reproduce the problem?
This "g++" command-line is a mix between "full" and "dynamic":
g++ -O2 -m64 cld2_dynamic_data_tool.cc cld2_dynamic_data.cc
cld2_dynamic_data_extractor.cc …
-
```
Following errors are produced by GCC compiler:
c++ -MMD -MF
obj/third_party/cld_2/src/internal/cld2_static.cld_generated_cjk_uni_prop_80.o.d
-DV8_DEPRECATION_WARNINGS -D_FILE_OFFSET_BITS=64 -DC…
-
```
What steps will reproduce the problem?
1. Download and build the cld2 sources (using internal/compile_libs.sh)
2. Build the python extension (python setup.py build)
3. Observe errors
What is the …
-
See https://code.google.com/p/cld2/
It explains how it performs the language detection.
Of interest is:
- It mainly uses 4-grams (whereas this project uses 1, 2 and 3-grams). I too expect 4grams to …