-
I followed all the steps from the main page and copy/pasted the code into a jupyter lab notebook and ran into this error:
`--------------------------------------------------------------------------…
-
I have downloaded `fa_tokenizer.pt` manually from the URL `https://www.dropbox.com/s/bajpn68bp11o78s/fa_ewt_tokenizer.pt?dl=1`. It's 636k in size. Its md5 is:
```
2097a125c5f85b36d569857bd60d51b7 f…
-
I get an issue trying to run the spacy pipeline with asent component using multiprocessing.
## How to reproduce the behaviour
```
documents = pd.Series(['I am trying to run this....', 'Also thi…
-
https://github.com/Text-Analytics/FactFinder/blob/fa0b149dd41598b03f1fcaa7e046bfc96fe945a4/factfinder/src/location_finder.py#L151
```python
import random
import pandas as pd
import spacy
from fuzzy…
-
drop=0.2, # dropout - make it harder to memorise data
sgd=optimizer, # callable to update weights
https://github.com/Text-Analytics/FactFinder/blob/fa0b149dd41598b03f1fcaa7e046bfc96fe945a4/factfin…
-
Help! I seem to have installed the correct version of Pytorch, CUDA drivers and so forth in my Docker image, yet I cannot get past importing whisperx! This is the error message. I also have CUDA 11.7 …
-
Hello,
I'm trying to implement your provided PositionRank and Biased TextRank algorithms for the German language with the following code.
```
import spacy
spacy_model = "de_core_news_lg"
s…
-
The Programming Historian has received the following tutorial on 'Corpus Analysis with SpaCy' by @mkane968. This lesson is now under review and can be read at:
http://programminghistorian.github.io…
-
## How to reproduce the behaviour
I trained my own custom spacy ner model with the code below.
```python
import random
from spacy.util import minibatch, compounding
from pathlib import Path…
-
## Description
While adopting a `transformer` backbone for our `spaCy` NER models may be beneficial in terms of accuracy (see #335), this may also imply slower runtime with respect to using a simpl…