Vlad, cTAKES has a sectionizer component. Depending on your use case, one may consider something like: 1) If you wish to have cTAKES to completely ignore all sections except IMPRESSION, it can be done as a preprocessing step. (either removed beforehand, or modify all of the annotators to support only process certain sections. (not all components support this by config by default though). 2) Each IdentifiedAnnotation has a Section attribute associated with it (I think it's .getSection() IIRC). So you can also do it as a post filtering. Pros and Con's to both.
On Fri, Sep 19, 2014 at 1:14 PM, Vlad Valtchinov <vlad.valtchi...@gmail.com> wrote: > Hi everyone- > > > > can ctakes process only a predefined section of a document (radiology > report), for example the last section in the reports, IMPRESSION? Of course, > one can go and parse out this section only in a new document and do it this > way but with millions of such notes the cleaner way would be to instruct > ctakes to only process a specific section. > > > > Thanks , > > vlad > >