File "/root/negex_spacy/negex.py", line 5, in <module>
ts = termset("es_clinical")
File "/usr/local/lib/python3.10/dist-packages/negspacy/termsets.py", line 212, in __init__
self.terms = LANGUAGES[termset_lang]
KeyError: 'es_clinical'
Update: try to install via cloned repository and works. Seems that the one installed via pip is not the lastest version.
Thank you for testing the install via GitHub repository as well. I am rolling together a couple of changes into one update and plan to finish by mid May. Then the pip install version will work as well.
I tested the pipeline for Spanish text as following
and got the error
Update: try to install via cloned repository and works. Seems that the one installed via
pip
is not the lastest version.