You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by se...@apache.org on 2016/10/25 20:56:41 UTC

svn commit: r1766598 - /ctakes/trunk/ctakes-examples-res/src/main/resources/org/apache/ctakes/examples/pipeline/HelloWorldCui.piper

Author: seanfinan
Date: Tue Oct 25 20:56:40 2016
New Revision: 1766598

URL: http://svn.apache.org/viewvc?rev=1766598&view=rev
Log:
Comment reminder to set umls user and password for dictionary lookup

Modified:
    ctakes/trunk/ctakes-examples-res/src/main/resources/org/apache/ctakes/examples/pipeline/HelloWorldCui.piper

Modified: ctakes/trunk/ctakes-examples-res/src/main/resources/org/apache/ctakes/examples/pipeline/HelloWorldCui.piper
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-examples-res/src/main/resources/org/apache/ctakes/examples/pipeline/HelloWorldCui.piper?rev=1766598&r1=1766597&r2=1766598&view=diff
==============================================================================
--- ctakes/trunk/ctakes-examples-res/src/main/resources/org/apache/ctakes/examples/pipeline/HelloWorldCui.piper (original)
+++ ctakes/trunk/ctakes-examples-res/src/main/resources/org/apache/ctakes/examples/pipeline/HelloWorldCui.piper Tue Oct 25 20:56:40 2016
@@ -9,6 +9,9 @@ add ContextDependentTokenizerAnnotator
 // The POSTagger has a -complex- startup, but it can create its own description to handle it
 addDescription POSTagger
 
+// Change the umls and password parameters below
+// addParameters ctakes.umlsuser=CHANGEME ctakes.umlspw=CHANGEME
+
 // Default fast dictionary lookup
 add DefaultJCasTermAnnotator