-
Hi! I'm considering using Lingua in a project. It compares favourably to CLD2 and Whatlang on our dataset (social media posts), but one of our requirements is that we need to distinguish between tradi…
-
```
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…
-
clean configure succeeds, with no fatal errors,
```
cd /builddir/cyrus-imapd
git clean -xfd
git reset --hard
git pull
git checkout master
autoreconf -vif
export CLD2_CFLAGS="-I/usr/include/c…
pgnd updated
9 months ago
-
CLD2 uses `iw` as the ISO 639-1 code for Hebrew. This is incorrect. The code for Hebrew has been `he` since 1989; see http://www.loc.gov/standards/iso639-2/php/code_changes.php .
zackw updated
8 years ago
-
```
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 use cld2 on some scraped web data, and I am running into some encoding issues. The text is scraped with beatiful soup into a unicode format, and the from-format is specified to beautiful…
-
Hey!
I have a large dataset of mixed-language entries (assume 100k+) that I want to run cld3's language detection on in order to detect non-english language snippets. However, I was running into th…
-
```
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…
-
```
The 20141015 tables don't compile with the dynamic data tool because they are
missing the hand-crafted "agnostic" constants that were put in for the old
release. Attached is a patch that appears…