-
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 …
-
Hi,
I'm currently running mnamer in batch mode on my server and the detection of subtitle language leaves me with a lot of ignored subtitles files because not all files have a double character lang…
-
**Problem**
Users don't know about the multilingual capabilities.
**Suggestion**
When users design questionnaires like shown at the screenshot, issue a warning that there is a standard capabili…
-
```
What steps will reproduce the problem?
1. pip install chromium-compact-language-detector==0.2
What is the expected output? What do you see instead?
"The `cld` C++ library is absent from this syst…
-
I'm trying to build the Java port of cld on Ubuntu 12.04 64-bit, using OpenJDK 6. The shared object file built by Maven contains the JNI bindings, but the `CompactLangDet::DetectLanguage` symbol is u…
-
```
What steps will reproduce the problem?
1. pip install chromium-compact-language-detector==0.2
What is the expected output? What do you see instead?
"The `cld` C++ library is absent from this syst…
-
```
What steps will reproduce the problem?
1. pip install chromium-compact-language-detector==0.2
What is the expected output? What do you see instead?
"The `cld` C++ library is absent from this syst…
-
```
What steps will reproduce the problem?
1. pip install chromium-compact-language-detector==0.2
What is the expected output? What do you see instead?
"The `cld` C++ library is absent from this syst…
-
```
What steps will reproduce the problem?
1. pip install chromium-compact-language-detector==0.2
What is the expected output? What do you see instead?
"The `cld` C++ library is absent from this syst…
-
I don't know if this feature request belongs to here, but it would nice to be able to use CED from other programming languages (e.g. Java or node.js).
That's what @mzsanford has actually done for (a …