-
I had some doubts regarding using spacy model. I was able to generate & extract the Marathi language model.
How to load my new model & link it to rasa nlu ? I’m not using Docker.
-
#### Problem description
We're planning to use NumPy 2.1 in our project due to its performance improvements. However, Gensim currently depends on NumPy 1.26.4. Are there any plans to update Gen…
-
https://blog.futuresmart.ai/nlp-roadmap-2023-step-by-step-guide#heading-prerequisite-to-nlp
-
Thanks for `spacyr`!
I am unable to complete the `spacy_install()` command. It seems as though the issue is based on dependency issues in the Python `spacy` package (see: https://github.com/explosi…
-
```
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
import nltk
from nltk.tokenize import sent_tokenize, word_tokenize, wordpunct_tokenize
from nltk.corpus import stopwords
from …
-
## How to reproduce the behaviour
I cannot reproduce the same results when training a NER model using GPU in Google Colab.
When running the same code with CPU it seems to work.
However, when enab…
-
https://github.com/microsoft/presidio/blob/aa50e6bbcd8bef6c0281c7c0eb1b354bc20ae55e/presidio-analyzer/presidio_analyzer/predefined_recognizers/spacy_recognizer.py#L53
I believe this should be Opt…
-
In the spirit of open source, are the annotations you collected with prodigy or your trained spacy model available? Would be amazing to be able to help work on deep learning solutions in this space.
-
Hi,
I noticed a bug when using pydantic casting functionalities.
Using a custom component in spacy :
```python
from pydantic import BaseModel
class CastStrAsDict:
@classmethod
…
-
Hello,
I plan to use spacy-ru (its pos tagger) in my research to detect Russian noun chunks.
Since I am from Serbia, I don't know what could be the proper sequences of pos tags that represent noun c…