-
I downloaded the **bn_core_news_sm-0.1.0.tar.gz**. After installing when I am trying to execute the sample code given, it searches for the "config.cfg" file which I can see is missing in the package. …
-
Currently Vertex AI allows for [model save/load](https://cloud.google.com/vertex-ai/docs/experiments/log-models-exp-run#save-models) for particular set of frameworks, such as:
```
Union["sklearn.bas…
krstp updated
6 months ago
-
https://huggingface.co/turkish-nlp-suite/tr_core_news_md/tree/main
The Turkish language model was renamed. It also seems to have a Spacy version requirement of `>=3.4.2,
-
## How to reproduce the behaviour
```
import spacy
nlp = spacy.load("de_dep_news_trf")
assert nlp("Du ißt Äpfel")[1].lemma_ == 'essen'
print(nlp("Du isst Äpfel")[1].lemma_)
```
This prints `i…
-
Is Chatterbot already compatible with the new year updates? including compatibility with python3.11 ?
Libraries:
Python==3.11.3
charset-normalizer==3.1.0
ChatterBot==1.1.0a7
en-core-web-sm @ …
-
```
pip install bert-extractive-summarizer
DEPRECATION: Configuring installation scheme with distutils config files is deprecated and will no longer work in the near future. If you are using a Home…
-
During my work on [this PR](https://github.com/wellcometrust/policytool/pull/252) I ran locally for the 70 documents in the latest MSF scrape, using:
```
python -m policytool.refparse.refparse \
…
-
## 🚀 Feature
Package the NER models we trained.
## Motivation
Make the NER models `pip` installable and easily distributable.
## Pitch
As we track the models with DVC, we could retrieve…
-
I get this error:
```
else:
690 if not config_path or not config_path.is_file():
--> 691 raise IOError(Errors.E053.format(path=config_path, name="config file"))
692 …
-
## How to reproduce the behaviour
import spacy
nlp = spacy.load('de')
s1 = 'Der schöne Garten' …