-
## How to reproduce the behaviour
#create a new conda environment
`conda create -n test python=3.8 -y`
#install spacy
`pip install spacy==2.1.9`
## Your Environment
* Operating System:
`N…
-
hello i have this error in hacker_news/data
python preprocess.py
Traceback (most recent call last):
File "preprocess.py", line 47, in
merge=True)
File "build/bdist.linux-x86_64/egg/lda2vec/p…
-
use spacy for POS-tagging, NER, etc.
http://spacy.io
Available for Dutch, should be a good replacement for earlier processors that had more complicated depencies
-
### Use case
Allow to use [spacy cli](https://spacy.io/api/cli) in Polyaxon.
### Feature description
* Create components to run spacy cli to pretrain/train/evaluate/package models.
* Creat…
-
Hi,
Recently I tried to use the text explainer, similarly to what's presented in your example with the transformers.
I managed to hack a solution to make it "work" by adding some wrappers around…
-
## How to reproduce the behaviour
On a clean environment with python 3.8 and pip, try pip install spaCy==3.8
## Your Environment
* Operating System: windows
* Python Version Used: 3.8
* s…
-
Using stash inside docker.
Installed plugin using following instructions:
```
Add the python files too your .stash/plugins directory
create a virtualenv
virtualenv -p python3 --system-site-…
-
spaCy-pipeline:
1. Set Tokenizer
2. Set Processors (e.g. classification, NER, etc)
- Automatic Batching
- Document will use a "by" implementation that adds the typed data
Requirements:
…
-
Thank you for this fantastic library!
Which spacy model is used when running `booknlp.process()`? Is this in any way controlled by the `"model"` parameter (`"small"`, `"big"`) or does it simply use…
-
Hello,
is it possible to make textpipe and textpipe-pattern compatible with spacy 3.0?
Thank you