Segment annotation type

2022-03-22 Thread Greg Silverman
How do I modify org.apache.ctakes.typesystem.type.textspan.Segment to actually create annotations for document segments/sections? Also, how do I disable annotations for the SemanticRoleRelation annotation type? Thanks! Greg-- -- Greg M. Silverman Senior Systems Developer NLP/IE

Re: Segment annotation type

2022-03-22 Thread Peter Abramowitsch
Hi Greg I don't bother about segments but have been pretty successful using this to get a document's sections. *add org.mitre.medfacts.uima.ZoneAnnotator SectionRegex=org/mitre/medfacts/uima/section_regex.xml* Have you checked out this annotator? It creates "Heading" types and the config file ab