Hi All,

We are using the pipeline code as mentioned in 
https://github.com/healthnlp/examples/blob/master/ctakes-temporal-demo/src/main/java/org/apache/ctakes/web/client/servlet/Pipeline.java
 for the cTAKES web application we are building. But in our case, the 
measurements and quantities are identified as events as shown below:

SENTENCE:  The patient started study treatment of Thalomid 200mg (days 1-21), 
and Epirubicin, 20 mg /m2  (days 1, 8, and 15) on 06/07/02 for the treatment of 
hepatocellular carcinoma.
           DT    NN      VBD    NN      NN     IN    NN     NNS   NNS         
CC     NNP         NNS NNS  NNS        CC      IN          IN  DT     NN     IN 
      JJ          NN
                       |=====|       |=======|    |======| |===|                
  |========|                                                     |=======|      
             |=======|
                        Event        Procedure      Drug   Event                
     Drug                                                        Procedure      
             Disorder
                                     C0087111     C0723668                      
   C0014582                                                      C0087111       
             C0007097
                                                                                
                                                                              
|======================|
                                                                                
                                                                                
      Disorder
                                                                                
                                                                                
      C2239176

>From googling what we have found out is that we need to use 
>DrugMentionAnnotator to identify measurements and quantities. Are we right? If 
>so, how do we enable DrugMentionAnnotator in our code. Could someone provide a 
>sample code snippet and help us out on this?

Also the dates are not getting identified in our case as we get the following 
error in our console even after using latest temporal resources (model.jar) as 
per Sean's suggestion :

"Null value found in Feature(<Time-Class->, <NULL>) from [Feature(<mention1>, 
<take>), Feature(<mention1_FirstCovered_0_1_0>, <take>)"

Could someone throw some light on this as well?

Thanks in advance.

Regards,
Gandhi

This email and any files transmitted with it are confidential and intended 
solely for the use of the individual or entity to whom they are addressed. If 
you are not the named addressee you should not disseminate, distribute or copy 
this e-mail. Please notify the sender or system manager by email immediately if 
you have received this e-mail by mistake and delete this e-mail from your 
system. If you are not the intended recipient you are notified that disclosing, 
copying, distributing or taking any action in reliance on the contents of this 
information is strictly prohibited and against the law.

Reply via email to