Matthew Hernandez

Results 7 comments of Matthew Hernandez

@bdog18 good suggestion. Is there a current fork that we may be able to maintain instead?

Hi @lingvisa, I replicated your issue below in a virtual environment: ```python import spacy import spacy_transformers nlp = spacy.load("en_core_web_trf") text = "SAP Table T012K and Table T012T" doc = nlp(text)...

@janarosmonaliev try https://github.com/attardi/wikiextractor/commit/ab8988ebfa9e4557411f3d4c0f4ccda139e18875 and replace ```wikiextractor/extract.py``` with that file. Worked for me!

I'm interested in this also. The fix is likely running the web app (details [here](https://opentapioca.readthedocs.io/en/latest/webapp.html)) locally and using the url [https://opentapioca.wordlift.io/](https://opentapioca.wordlift.io/). However, I've yet to try this and unsure about...

This issue is fixed by PR #13865 (merged)

Hello this issue is fixed by PR https://github.com/explosion/spaCy/pull/13865 (merged)