Hello Everyone
This email is to tell you about ASF participation at FOSDEM. The event
will be held in Brussels on 4^th & 5^th February 2017 and we are hoping
that many people from our ASF projects will be there.
https://fosdem.org/2017/
Attending FOSDEM is completely free and the ASF will ag
Hi
I am new to ctakes, I have got few questions, Please guide me with your
inputs.
1. When a clinical note is inputted to ctakes, it will process that text in
multi stages.
Let us take an eg of a clinical note :- SINGLE/PRETERM (35 WEEKS 5
DAYS)/MALE/AGA.
Here the word "preterm" is not in dictio
Hi Vighnesh,
1. Does ctakes depend upon exact word match?
By default, yet. The fast clinical pipeline uses
"DefaultJCasTermAnnotator" or some such horribly named class. There is also an
"OverlapJCasTermAnnotator". Equally horrible name, slightly different
functionality. Given: "Blo
Hi Shyam,
Have a look at the LinesFromFileCollectionReader class in ctakes-core. It
doesn't use csv files, but instead treats every newline character as a
separator.
Sean
-Original Message-
From: Ks Sunder [mailto:shyam...@gmail.com]
Sent: Wednesday, January 11, 2017 1:29 AM
To: dev@
Thanks for clarification sean.
On Thu, Jan 12, 2017 at 8:43 PM, Finan, Sean <
sean.fi...@childrens.harvard.edu> wrote:
> Hi Vighnesh,
>
> 1. Does ctakes depend upon exact word match?
> By default, yet. The fast clinical pipeline uses
> "DefaultJCasTermAnnotator" or some such horribly na
Thanq Sean,
I have done coding for this read the csv file purpose im using java,
but cTakes UML Dictionary purpose I am using below fuction.
public AnalysisEngineDescription getUMLPipeline() throws
ResourceInitializationException, URISyntaxException{
AggregateBuilder builder = new Aggre