-
How to reproduce this error using Docker:
```bash
docker run -it --name spacy_test ubuntu:20.04 bash
```
the container's terminal should be open, so now type:
```bash
apt-get update
apt-g…
-
## How to reproduce the behaviour
I want to extract keywords from Thai language. Since there is no specific support for Thai language, I used xx_ent_wiki_sm as multi-language but could not de…
-
Great library! Apologies for the questions in one.
This is what we get and see in the docs:
![image](https://github.com/KennethEnevoldsen/asent/assets/50220345/0d2f8e21-22d5-4490-b8ba-f60141c2baaf…
-
Hello,
Following discussion with @Narsil, he told me that actually model hub is not meant to be able to load private models (as of now), since the api-inference-community was originally intended to…
-
I am using a model trained using Allennlp which makes use of spaCy.
When I try to just import form Allennlp, I am getting the below error:
```
ImportError Traceba…
-
I'm just trying out the pretrained models accompanying this repo via HF Spaces and I'm seeing some weird results.
- For some models there's a huge difference in quality when I **include/exclude a p…
-
README states pytextrank can be used for three tasks 1. phrase extraction 2. summarization 3. entity linking
I see that examples and usage are available for 1 and 2 but not 3.
can someone share a re…
-
## How to reproduce the behaviour
To reproduce the issue we had a docker container with the Dockerfile below.
The error happens when downloading models with spaCy, whether we use `python -m sp…
-
### System Info
```shell
optimum: 1.8
transformers: 4.30 (it does work for False
================ Diagnostic Run torch.onnx.export version 2.0.1 ================
verbose: False, log level: Lev…
-
**Is your feature request related to a problem? Please describe.**
I'm currently studying Russian with Lute, and Russian has conjugations and declensions that lead to many, many word variations. I …