Description Usage Arguments Value
Processes and NLP annotation dataframe and tags negated words based on distance from negation item.
1 | negation_tagger(annotated_text, negex_depth)
|
annotated_text |
Dataframe of NLP annotations. |
negex_depth |
Maximum distance between word to label and negation term, before or after. Default is 6, as per original paper by Chapman et al. |
Dataframe with added negation information.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.