-
Hi! When I am loading the CMV corpus It does not load and gives an error.
Code: ```corpus = Corpus(download('conversations-gone-awry-cmv-corpus'))```
Error: 'Lemmatizer' object has no attribute …
-
You have this file missing!!
-
## How to reproduce the behaviour
When attempting to install spacy via pip (both CUDA and non-CUDA) on ubuntu 18.04, there are lots of compilation errors:
```
$ pip3 install spacy[cuda102]
Colle…
-
I cannot run this line of code
```
nlp = spacy.load('de')
```
This is the error message:
```
Traceback (most recent call last):
File "", line 1, in
File "/Users/kylefoley/codes/venv/lib/p…
-
The title says it all. Maybe Ivy can add a text to test.
bilbe updated
4 years ago
-
Hey @Koziev,
I stumbled upon your project here while searching for Russian lemmatizer implementations in JS.
Would you be open to porting this to Javascript? I can start working on this but I w…
-
Where the Readme says "see the Report", the link has a typo: https://github.com/PonteIneptique/latin-lasla-models/blob/master/Information/Confusion.md
"Information" should be lowercase.
Incidenta…
-
If I do not download non-standard language models `classla.download('sr',type='nonstandard')`, the standard models are used.
`
>>> nlp=classla.Pipeline('sr',type="nonstandard")
Use device: gpu
L…
-
I have installed new stanza package in a clean environment.
Previous version have lemmatization problems like numbers lemmatized as "2n19" (for text:2019)
These problems are solved as far as I can s…
-
Hi,
I have a question about the language models one can download by calling the stanza.download() method. More specifically, I have downloaded the Lithuanian and North Sami models for a project I am…