-
```
There are many uses of the "new" operator in the CLD source code, such as in
scoreonescriptspan.cc's "new ScoringHitBuffer":
https://code.google.com/p/cld2/source/browse/trunk/internal/scoreones…
-
```
There are many uses of the "new" operator in the CLD source code, such as in
scoreonescriptspan.cc's "new ScoringHitBuffer":
https://code.google.com/p/cld2/source/browse/trunk/internal/scoreones…
-
## Explain your use case
I want to be able to add a class to cld-image component that will be passed down to the generated element
## Do you have a proposed solution?
Create a props to cld-image…
-
When trying to attach language detector to multiple instances of spaCy, it fails. Example source code:
```
import spacy
from spacy_cld import LanguageDetector
nlp1 = spacy.load('en_core_web_sm…
-
```
On behalf of Milton.Chiang@mediatek.com (cc'd):
--- snip ---
I would like to send a patch to CLD_2 for adding ARMv8a to the supporting list
in internal/port.h.
It’s my first time to send patches…
-
I want to install the chrome language detection (cld) https://github.com/mzsanford/cld for Python.
I am working on OS X 10.10 with Python 3.3, installed through a download of the `.dmg` from the Pytho…
-
Can someone help me understand why these English statements are getting classified as Tagalog and Haitian?
`irb(main):013:0> CLD.detect_language("Is global warming real?")`
`=> {:name=>"TAGALOG",…
-
#### Steps to reproduce
1. Starting at URL: https://wordpress.com/stats/day/
2. Look for the new "File Downloads" section
#### What I expected
The section is present on simple sites, so expected…
-
#### Steps to reproduce
1. Starting at URL: https://wordpress.com/settings/writing/DOMAIN
2. Go to "Publishing Tools" section
#### What I expected
I expected both simple and atomic sites to sho…
-
Hi,
I've been using the library and detected some odd behaviors when comparing to other language binding for example this one https://github.com/dachev/node-cld and I'm trying to understand why it be…