-
### Environment
- spacy 2.0.12
- wmd 1.3.0
### Code
```
import spacy
import wmd
import en_core_web_sm
nlp = en_core_web_sm.load()
wmd_instance = wmd.WMD.SpacySimilarityHook(nlp)
```
#…
-
I'm having the same problem described here: https://github.com/microsoft/presidio/issues/1262 - some of the annotations are skipped because of alignment problems between the spaCy pipeline and the hf …
-
I seem to have a problem getting the nlp server to boot up. Every time I try I get the following error:
ffbo@7dd5e44ff75c:~/ffbo/bin$ ./run_nlp.sh -a hemibrain
2024-03-13 18:47:12.543757: I tensor…
-
## How to reproduce the behaviour
I would expect the two sentences below to be tokenized the same way. However, in the second, the special cases for "won't" and "can't" do not work.
>>> import…
-
/root/miniconda3/envs/entity/lib/python3.7/importlib/_bootstrap.py:219: RuntimeWarning: spacy.morphology.Morphology size changed, may indicate binary incompatibility. Expected 104 from C header, got 1…
-
As requested in #41, here is how I succeeded in running contextualSpellCheck for French.
Use French spaCy model:
```
nlp = spacy.load("fr_core_news_sm")
```
Use `camembert/camembert-base-ccne…
-
## 🚀 Model / language coverage
Running Megatron GPT from NeMo, we seem to have issues with [this line from Megatron core](https://github.com/NVIDIA/Megatron-LM/blob/c7a1f82d761577e6ca0338d3521eac82…
-
怎么说
L4EX updated
4 months ago
-
```
import spacy
text_en = "Victor Hugo and Honoré de Balzac are French writers who lived in Paris."
nlp_model_en = spacy.load("en_core_web_sm")
# specify configuration:
nlp_model_en.add_pipe("…
-
I wanted to display a json file labeled with spacy displacy. But the problem persists.
I carefully label in the tool:
![image](https://github.com/user-attachments/assets/1dff4d43-7377-4efd-aef3-e1…