umcu / negation-detection

Negation detection in Dutch clinical text.
GNU General Public License v3.0
3 stars 0 forks source link

Add to context_rules #19

Closed bramiozo closed 2 years ago

bramiozo commented 2 years ago

{"category": "NEGATED_EXISTENCE", "literal": "negatief", "pattern": null, "direction": "BACKWARD"}, {"category": "NEGATED_EXISTENCE", "literal": "is negatief", "pattern": null, "direction": "BACKWARD"}, {"category": "NEGATED_EXISTENCE", "literal": "nihil", "pattern": null, "direction": "BACKWARD"}, {"category": "NEGATED_EXISTENCE", "literal": "is nihil", "pattern": null, "direction": "BACKWARD"}, {"category": "NEGATED_EXISTENCE", "literal": "is niet aanwezig", "pattern": null, "direction": "BACKWARD"}, {"category": "NEGATED_EXISTENCE", "literal": "is afwezig", "pattern": null, "direction": "BACKWARD"}, {"category": "NEGATED_EXISTENCE", "literal": "noch", "pattern": null, "direction": "FORWARD"}, {"category": "NEGATED_EXISTENCE", "literal": "niet verdacht voor", "pattern": null, "direction": "FORWARD"}, {"category": "NEGATED_EXISTENCE", "literal": "geen verdenking van", "pattern": null, "direction": "FORWARD"}, {"category": "NEGATED_EXISTENCE", "literal": ": -", "pattern": null, "direction": "BACKWARD"}, {"category": "NEGATED_EXISTENCE", "literal": ": neen", "pattern": null, "direction": "BACKWARD"}, {"category": "NEGATED_EXISTENCE", "literal": ": nee", "pattern": null, "direction": "BACKWARD"}, {"category": "NEGATED_EXISTENCE", "literal": ": negatief, "pattern": null, "direction": "BACKWARD"}, {"category": "NEGATED_EXISTENCE", "literal": ": afwezig", "pattern": null, "direction": "BACKWARD"}, {"category": "NEGATED_EXISTENCE", "literal": ": uitgesloten", "pattern": null, "direction": "BACKWARD"}, {"category": "NEGATED_EXISTENCE", "literal": ": onwaarschijnlijk", "pattern": null, "direction": "BACKWARD"}, {"category": "NEGATED_EXISTENCE", "literal": ": blanco", "pattern": null, "direction": "BACKWARD"}, {"category": "NEGATED_EXISTENCE", "literal": ": schoon", "pattern": null, "direction": "BACKWARD"}, {"category": "NEGATED_EXISTENCE", "literal": ": geen", "pattern": null, "direction": "BACKWARD"}, {"category": "NEGATED_EXISTENCE", "literal": ": niet aanwezig", "pattern": null, "direction": "BACKWARD"},

bramiozo commented 2 years ago

Can we add regex to these rules? Also, I was not here...

image

lcreteig commented 2 years ago

More triggers are always welcome:). Let's add this to #2.