You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by tm...@apache.org on 2014/04/17 17:50:21 UTC

svn commit: r1588294 - /ctakes/trunk/ctakes-core/desc/analysis_engine/TokensAndSentencesTAE.xml

Author: tmill
Date: Thu Apr 17 15:50:21 2014
New Revision: 1588294

URL: http://svn.apache.org/r1588294
Log:
Fixed order of annotators in TokensAndSentencesTAE descriptor.

Modified:
    ctakes/trunk/ctakes-core/desc/analysis_engine/TokensAndSentencesTAE.xml

Modified: ctakes/trunk/ctakes-core/desc/analysis_engine/TokensAndSentencesTAE.xml
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-core/desc/analysis_engine/TokensAndSentencesTAE.xml?rev=1588294&r1=1588293&r2=1588294&view=diff
==============================================================================
--- ctakes/trunk/ctakes-core/desc/analysis_engine/TokensAndSentencesTAE.xml (original)
+++ ctakes/trunk/ctakes-core/desc/analysis_engine/TokensAndSentencesTAE.xml Thu Apr 17 15:50:21 2014
@@ -43,8 +43,8 @@
     <flowConstraints>
       <fixedFlow>
         <node>SimpleSegmentAnnotator</node>
-        <node>TokenizerAnnotator</node>
         <node>SentenceDetectorAnnotator</node>
+        <node>TokenizerAnnotator</node>
       </fixedFlow>
     </flowConstraints>
     <fsIndexCollection/>