-
I used the Negex algorithm to deal with Spanish text. With the help of a Spanish Language expert, a list of negex terms based on the lists provided in the original paper was created. I'd like to contr…
-
I think I'm missing something here and can't seem to resolve it.
The code works with the example texts provided in much of the documentation (e.g. "She does not like Steve Jobs but likes Apple prod…
-
Hi, first of all, really appreciate all the effort on this fantastic library.
I'd like to suggest what I think is a minor improvement...a negative regex test.
**Rationale**: It can be quite comp…
-
The `json` output in version MetaMapLite 3.6.2rc6 (and previous versions) does not contain negation output from the NegEx or Context algorithms.
E.g., running `echo "no covid-19" | ./metamaplite.sh…
-
Hi,
For cases like "Blood Transfusion: No" the negation is failing tried adding :No in the termset still no change
nlp = spacy.load("en_core_sci_lg")
ts = termset("en_clinical")
nlp.add_pipe(
…
-
- [ ] Term normalisation
- [ ] Entity Linking
- [ ] Negation Detection
https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6080672/
-
I have a custom NER pipeline. When I pair it with negspacy, I see wrong part of the sentence being negated.
e.g. in these cases, "home" is detected as negated:
"he has not been able to w…
-
**Is your feature request related to a problem? Please describe.**
With the architecture to detect negations, could negspacy also detect if named-entities are within the scope of family mentions? Thi…
-
**Describe the bug**
If you go to the docs [here](https://spacy.io/universe/project/negspacy) you'll see the following code example:
```python
import spacy
from negspacy.negation import Negex
…
-
Hi, how do we extract the patterns of the negations identified? Is there any standard methods of negex we can use?
Like if I want to know which negation pattern below was identified for the negated…