-
## Feature description
(I posted this as a *how-to*-question on Stackoverflow, but since nobody replied there I assume it is not possible yet.)
I'd really like the Doc.to_array method to include…
-
-
executing `python heb_pipe.py -wtplmdec example_in.txt` throwing this exception:
```Traceback (most recent call last):
File "heb_pipe.py", line 675, in
sent_tag=opts.sent, preloaded=(rf_tok,…
-
As far as I can tell, I'm missing files when I install cltk.
I follow the pip install method provided in the documentation:
```
$ pyvenv venv
$ source venv/bin/activate
$ pip install cltk
```
Thi…
Mesil updated
5 years ago
-
Hello,
i'm using Spacy-Lefff with Mac 10.11.6 running python 3.7.
I can't find a way to avoid printing these informations :
```
2019-08-29 13:33:03,196 - spacy_lefff.downloader - INFO - data…
-
The stemmer has a weird behavior with quite a lot of words:
joyce -> ąć
wielce -> ąć
piwko -> ąć
royce -> ąć
pip -> ąć
To reproduce:
```
In [1]: from stempel import StempelStemmer
In …
-
The current lemmatizer is a major bottleneck for the pipeline speed. We are working on porting the lemmatizer to tensorflow backend which should provide much faster prediction times.
-
Hi, one suggestion for the search in add-on mode.
I see from you screenshots in the description that you know German. The add-on mode works magnificently in English where you don't have a lot of su…
-
An exception occurs when I ran the MateSemanticRoleLabeler on some specific sentences, one of them can be seen as in the following test:
```
//this sentence causes an exception
S…
-
I noticed when creating a pyinstaller executable from my spacy python scripts, that the size of the resulting package is very large mostly due to the inclusion of something called 'mkl' (whose 'dll's…