| commit | dd5128f795142279207cc110edb3fdf7ce892b52 | [log] [tgz] | 
|---|---|---|
| author | Dennis Johns <johnsdennis17@gmail.com> | Wed Sep 17 16:11:02 2025 -0400 | 
| committer | Dennis Johns <johnsdennis17@gmail.com> | Wed Sep 17 16:11:02 2025 -0400 | 
| tree | c844876cc44985841cbf900fe443ab38b80d0c4a | |
| parent | c767ec26a24bb2e63d6f235c6e6112b607670774 [diff] | 
Renaming of spacy negation file to negspacy
diff --git a/ctakes-pbj/src/user/resources/org/apache/ctakes/pbj/ctakes_pbj_py/src/ctakes_pbj/examples/negspacy_pipeline.py b/ctakes-pbj/src/user/resources/org/apache/ctakes/pbj/ctakes_pbj_py/src/ctakes_pbj/examples/negspacy_pipeline.py index 10907de..fcae1c1 100644 --- a/ctakes-pbj/src/user/resources/org/apache/ctakes/pbj/ctakes_pbj_py/src/ctakes_pbj/examples/negspacy_pipeline.py +++ b/ctakes-pbj/src/user/resources/org/apache/ctakes/pbj/ctakes_pbj_py/src/ctakes_pbj/examples/negspacy_pipeline.py
@@ -2,7 +2,7 @@ from ctakes_pbj.component.pbj_receiver import PBJReceiver from ctakes_pbj.pipeline.pbj_pipeline import PBJPipeline from ctakes_pbj.component.pbj_sender import PBJSender -from ctakes_pbj.examples.spacey_negation_w_bridge import BridgedNegationAnnotator +from ctakes_pbj.examples.negspacy import BridgedNegationAnnotator from ctakes_pbj.pbj_tools import arg_parser warnings.filterwarnings("ignore")