-
I've come across the issue:
ValueError: [E002] Can't find factory for 'relation_extractor' for language German (de). This usually happens when spaCy calls `nlp.create_pipe` with a custom component na…
-
Hi:
First of all thank you for your work, I think it is incredible. I am facing some problems with the lemmatizer, it seems it has some problems with some words that include accents:
For instan…
hsang updated
4 years ago
-
```
[jalal@goku GoodNews]$ cd data/
[jalal@goku data]$ ls
total 9270700
4 -rw-r--r--. 1 jalal cs-grad 71 Sep 9 11:25 .gitignore
36744 -rw-r--r--. 1 jalal cs-grad 37622426 Sep…
-
Hello,
I'm using `WordNetLemmatizer` to make the word lemmatization. My corpus contains a big number of occurrences of word "does". However, `WordNetLemmatizer` replaces all of them with "doe". I'm u…
-
Hi,
We would like to use Stanza to do the pre-processing stages including stopwords/punctuation/special characters removal. We noticed that this step does not seem to be part of the pipeline. We are …
-
Your bug may already be reported!
Please search on the [issue tracker](../issues) before creating one.
**Description**
```
-----------------------------------------------------------------------…
-
Hello, this is not an issue, just a question. Basically on accuracy of the different NLP tasks.
I'm interested in comparing different types of NLP annotators and their accuracy. How well does frog d…
-
I tried to run some code with lemmatization.
It was not expected that pos_tags are not ready to be used for lemmatization.
Here is my code:
```
text = "They told us to duck"
blob = TextBlob(te…
-
I try:
- build docker image with my App in Linux or OsX
- try use that in Digital Ocean cloud provider (Ubuntu 18.04)
- my App crash with "Illegal Instruction code" on
```
from deeppavlov.models…
-
My environment is Virtualbox virtual machine with Ubuntu 16.04, 12GB mem, 8 CPUs/cores.
I installed TurkuNLP with your instructions. During the installation I got following error:
ERROR: m…