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 2014/04/14 23:58:06 UTC

svn commit: r1587339 - in /ctakes/sandbox/ctakes-dictionary-lookup2/desc/analysis_engine: SnomedLookupAnnotator.xml SnomedOvLookupAnnotator.xml

Author: seanfinan
Date: Mon Apr 14 21:58:06 2014
New Revision: 1587339

URL: http://svn.apache.org/r1587339
Log:
Somehow DictionaryDescriptor got switched back to older RareWordTermsDescriptor

Modified:
    ctakes/sandbox/ctakes-dictionary-lookup2/desc/analysis_engine/SnomedLookupAnnotator.xml
    ctakes/sandbox/ctakes-dictionary-lookup2/desc/analysis_engine/SnomedOvLookupAnnotator.xml

Modified: ctakes/sandbox/ctakes-dictionary-lookup2/desc/analysis_engine/SnomedLookupAnnotator.xml
URL: http://svn.apache.org/viewvc/ctakes/sandbox/ctakes-dictionary-lookup2/desc/analysis_engine/SnomedLookupAnnotator.xml?rev=1587339&r1=1587338&r2=1587339&view=diff
==============================================================================
--- ctakes/sandbox/ctakes-dictionary-lookup2/desc/analysis_engine/SnomedLookupAnnotator.xml (original)
+++ ctakes/sandbox/ctakes-dictionary-lookup2/desc/analysis_engine/SnomedLookupAnnotator.xml Mon Apr 14 21:58:06 2014
@@ -162,10 +162,10 @@
    </analysisEngineMetaData>
 
    <externalResourceDependencies>
-      <!-- RareWordTermsDescriptor is a relatively poorly-named xml that contains parms for dictionary files, dbs, etc. -->
+      <!-- DictionaryDescriptor is a relatively poorly-named xml that contains parms for dictionary files, dbs, etc. -->
       <!-- why aren't such things just defined here?  The obvious answer is -->
       <externalResourceDependency>
-         <key>RareWordTermsDescriptor</key>
+         <key>DictionaryDescriptor</key>
          <description/>
          <interfaceName>org.apache.ctakes.core.resource.FileResource</interfaceName>
          <optional>false</optional>
@@ -182,8 +182,8 @@
    <resourceManagerConfiguration>
       <externalResources>
          <externalResource>
-            <!-- Kind of backwards.  The Binding is below, for RareWordTermsDescriptor = RareWordTermsDescriptorFile -->
-            <name>RareWordTermsDescriptorFile</name>
+            <!-- Kind of backwards.  The Binding is below, for DictionaryDescriptor = DictionaryDescriptorFile -->
+            <name>DictionaryDescriptorFile</name>
             <description/>
             <fileResourceSpecifier>
                <fileUrl>file:org/apache/ctakes/dictionary/lookup2/Snomed2011ab_ctakesTui/cTakesSnomed.xml</fileUrl>
@@ -258,8 +258,8 @@
       </externalResources>
       <externalResourceBindings>
          <externalResourceBinding>
-            <key>RareWordTermsDescriptor</key>
-            <resourceName>RareWordTermsDescriptorFile</resourceName>
+            <key>DictionaryDescriptor</key>
+            <resourceName>DictionaryDescriptorFile</resourceName>
          </externalResourceBinding>
 
          <externalResourceBinding>

Modified: ctakes/sandbox/ctakes-dictionary-lookup2/desc/analysis_engine/SnomedOvLookupAnnotator.xml
URL: http://svn.apache.org/viewvc/ctakes/sandbox/ctakes-dictionary-lookup2/desc/analysis_engine/SnomedOvLookupAnnotator.xml?rev=1587339&r1=1587338&r2=1587339&view=diff
==============================================================================
--- ctakes/sandbox/ctakes-dictionary-lookup2/desc/analysis_engine/SnomedOvLookupAnnotator.xml (original)
+++ ctakes/sandbox/ctakes-dictionary-lookup2/desc/analysis_engine/SnomedOvLookupAnnotator.xml Mon Apr 14 21:58:06 2014
@@ -188,10 +188,10 @@
    </analysisEngineMetaData>
 
    <externalResourceDependencies>
-      <!-- RareWordTermsDescriptor is a relatively poorly-named xml that contains parms for dictionary files, dbs, etc. -->
+      <!-- DictionaryDescriptor is a relatively poorly-named xml that contains parms for dictionary files, dbs, etc. -->
       <!-- why aren't such things just defined here?  The obvious answer is -->
       <externalResourceDependency>
-         <key>RareWordTermsDescriptor</key>
+         <key>DictionaryDescriptor</key>
          <description/>
          <interfaceName>org.apache.ctakes.core.resource.FileResource</interfaceName>
          <optional>false</optional>
@@ -208,8 +208,8 @@
    <resourceManagerConfiguration>
       <externalResources>
          <externalResource>
-            <!-- Kind of backwards.  The Binding is below, for RareWordTermsDescriptor = RareWordTermsDescriptorFile -->
-            <name>RareWordTermsDescriptorFile</name>
+            <!-- Kind of backwards.  The Binding is below, for DictionaryDescriptor = DictionaryDescriptorFile -->
+            <name>DictionaryDescriptorFile</name>
             <description/>
             <fileResourceSpecifier>
                <fileUrl>file:org/apache/ctakes/dictionary/lookup2/Snomed2011ab_ctakesTui/cTakesSnomed.xml</fileUrl>
@@ -284,8 +284,8 @@
       </externalResources>
       <externalResourceBindings>
          <externalResourceBinding>
-            <key>RareWordTermsDescriptor</key>
-            <resourceName>RareWordTermsDescriptorFile</resourceName>
+            <key>DictionaryDescriptor</key>
+            <resourceName>DictionaryDescriptorFile</resourceName>
          </externalResourceBinding>
 
          <externalResourceBinding>