spacy-cld icon indicating copy to clipboard operation
spacy-cld copied to clipboard

Language detection extension for spaCy 2.0+

Results 6 spacy-cld issues
Sort by recently updated
recently updated
newest added

Hi, **pycld2 detect** function with **returnVectors** set to **False** returns four arguments. As I understand, (assuming one language detected) the confidence score of **spacy-cld** is calculated by dividing the third...

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') language_detector1 = LanguageDetector() nlp1.add_pipe(language_detector1)...

Hi, I've made a few small changes to use `cld2-cffi` (which seems to be actively maintained) instead `pycld2` (last update 2018).

Adds details on how to install this package on Windows, resolves nickdavidhaynes/spacy-cld#5

Hi, I am adding spacy-cld as a component of a spacy pipeline. I am getting the following error with the string 'Conanza'. lib/python3.6/site-packages/spacy_cld/spacy_cld.py", line 20, in detect_languages\n _, _, results...

Hi, I am getting visual studio error while installing spacy_cld in a windows system, this is happening when it is trying to install pycld2 package internally. Any solution for this...