RE: Section finder performance characteristics

2017-02-23 Thread Finan, Sean
Takes developers list Subject: Re: Section finder performance characteristics Thanks Chen for your response, I read source code of CDA sectionizer and came to same conclusion that it is highly specific to the data on which it would be working. Unfortunately on my project, I would not know how data

Re: Section finder performance characteristics

2017-02-22 Thread Andrey Kurdumov
Thanks Chen for your response, I read source code of CDA sectionizer and came to same conclusion that it is highly specific to the data on which it would be working. Unfortunately on my project, I would not know how data would looks like, until I start working with it. I expect that data would be

Re: Section finder performance characteristics

2017-02-22 Thread Lin, Chen
Hi Andrey, The CDA sectionizer is a rule/RegEx based method for section header matching. It follows the consolidated CDA/HL7 standard for defining a section header template. The template format is: HL7 template id, LOINC Section Code, and a list of n header names (case insensitive, n can be as man

Section finder performance characteristics

2017-02-22 Thread Andrey Kurdumov
Does anybody know what expected performance of the current CDA section finder in cTakes? How it was created, since I don't see any test cases for it? Does it was created on public or private dataset? Best regards, Andrey Kurdyumov