You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ctakes.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2015/07/08 20:17:05 UTC

[jira] [Commented] (CTAKES-366) Add Cas Consumer that will save pretty human-readable annotations to file

    [ https://issues.apache.org/jira/browse/CTAKES-366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14619090#comment-14619090 ] 

ASF subversion and git services commented on CTAKES-366:
--------------------------------------------------------

Commit 1689929 from [~seanfinan] in branch 'ctakes/trunk'
[ https://svn.apache.org/r1689929 ]

CTAKES-366  Adding PrettyTextWriter to core.  Writes output to file, sentence by sentence, with pos, semantic types and umls cuis marked by text span

> Add Cas Consumer that will save pretty human-readable annotations to file
> -------------------------------------------------------------------------
>
>                 Key: CTAKES-366
>                 URL: https://issues.apache.org/jira/browse/CTAKES-366
>             Project: cTAKES
>          Issue Type: Improvement
>          Components: ctakes-core
>    Affects Versions: 3.2.3
>            Reporter: Sean Finan
>            Assignee: Sean Finan
>            Priority: Minor
>              Labels: features
>
> Example output using fake note (requires monospace font):
> TEXT:   BREAST , LEFT, EXCISION 
>           NN      JJ      NN    
>        |======|        |=======|
>        Anatomy         Procedure
>        C0006141        C0015252 
>        C1268990        C0728940 
> TEXT:  INVASIVE DUCTAL CARCINOMA, 2.1 CM 
>           JJ      JJ      NN          NNS
>                        |=======|         
>                        Disorder          
>                        C0007097          
>                 |==============|         
>                     Disorder             
>                     C1176475             
>        |=======================|         
>                Disorder                  
>                C1134719                  
> TEXT:  Sentinel Lymph Node  Biopsy  ,
>           NN     NN    NN     NN     
>                 |========| |=======| 
>                  Anatomy   Procedure 
>                  C0024204  C0005558  
>                  C1269047            
>        |=================|           
>             Disorder                 
>             C0677944                 
>                 |==================| 
>                      Procedure       
>                       C0193842       
>        |===========================| 
>                  Procedure           
>                  C0796693            



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)