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 2017/06/16 12:06:20 UTC

svn commit: r1798916 - in /ctakes/trunk/ctakes-dictionary-lookup-fast-res/src/main/resources/org/apache/ctakes/dictionary/lookup/fast/example/bsv: CustomCuiBsv.xml CustomCuiTui2Bsv.xml CustomCuiTuiBsv.xml

Author: tmill
Date: Fri Jun 16 12:06:19 2017
New Revision: 1798916

URL: http://svn.apache.org/viewvc?rev=1798916&view=rev
Log:
Update paths in bsv examples to have lookup sub-directory.

Modified:
    ctakes/trunk/ctakes-dictionary-lookup-fast-res/src/main/resources/org/apache/ctakes/dictionary/lookup/fast/example/bsv/CustomCuiBsv.xml
    ctakes/trunk/ctakes-dictionary-lookup-fast-res/src/main/resources/org/apache/ctakes/dictionary/lookup/fast/example/bsv/CustomCuiTui2Bsv.xml
    ctakes/trunk/ctakes-dictionary-lookup-fast-res/src/main/resources/org/apache/ctakes/dictionary/lookup/fast/example/bsv/CustomCuiTuiBsv.xml

Modified: ctakes/trunk/ctakes-dictionary-lookup-fast-res/src/main/resources/org/apache/ctakes/dictionary/lookup/fast/example/bsv/CustomCuiBsv.xml
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-dictionary-lookup-fast-res/src/main/resources/org/apache/ctakes/dictionary/lookup/fast/example/bsv/CustomCuiBsv.xml?rev=1798916&r1=1798915&r2=1798916&view=diff
==============================================================================
--- ctakes/trunk/ctakes-dictionary-lookup-fast-res/src/main/resources/org/apache/ctakes/dictionary/lookup/fast/example/bsv/CustomCuiBsv.xml (original)
+++ ctakes/trunk/ctakes-dictionary-lookup-fast-res/src/main/resources/org/apache/ctakes/dictionary/lookup/fast/example/bsv/CustomCuiBsv.xml Fri Jun 16 12:06:19 2017
@@ -26,7 +26,7 @@
          <name>CustomCuiRareWord</name>
          <implementationName>org.apache.ctakes.dictionary.lookup2.dictionary.BsvRareWordDictionary</implementationName>
          <properties>
-            <property key="bsvPath" value="org/apache/ctakes/dictionary/fast/example/custom_cui_bsv.bsv"/>
+            <property key="bsvPath" value="org/apache/ctakes/dictionary/lookup/fast/example/custom_cui_bsv.bsv"/>
          </properties>
       </dictionary>
    </dictionaries>

Modified: ctakes/trunk/ctakes-dictionary-lookup-fast-res/src/main/resources/org/apache/ctakes/dictionary/lookup/fast/example/bsv/CustomCuiTui2Bsv.xml
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-dictionary-lookup-fast-res/src/main/resources/org/apache/ctakes/dictionary/lookup/fast/example/bsv/CustomCuiTui2Bsv.xml?rev=1798916&r1=1798915&r2=1798916&view=diff
==============================================================================
--- ctakes/trunk/ctakes-dictionary-lookup-fast-res/src/main/resources/org/apache/ctakes/dictionary/lookup/fast/example/bsv/CustomCuiTui2Bsv.xml (original)
+++ ctakes/trunk/ctakes-dictionary-lookup-fast-res/src/main/resources/org/apache/ctakes/dictionary/lookup/fast/example/bsv/CustomCuiTui2Bsv.xml Fri Jun 16 12:06:19 2017
@@ -26,7 +26,7 @@
          <name>CustomCuiRareWord</name>
          <implementationName>org.apache.ctakes.dictionary.lookup2.dictionary.BsvRareWordDictionary</implementationName>
          <properties>
-            <property key="bsvPath" value="org/apache/ctakes/dictionary/fast/example/custom_cui_bsv.bsv"/>
+            <property key="bsvPath" value="org/apache/ctakes/dictionary/lookup/fast/example/custom_cui_bsv.bsv"/>
          </properties>
       </dictionary>
    </dictionaries>
@@ -36,7 +36,7 @@
          <name>CustomCuiConcept</name>
          <implementationName>org.apache.ctakes.dictionary.lookup2.concept.BsvConceptFactory</implementationName>
          <properties>
-            <property key="bsvPath" value="org/apache/ctakes/dictionary/fast/example/custom_tui_bsv.bsv"/>
+            <property key="bsvPath" value="org/apache/ctakes/dictionary/lookup/fast/example/custom_tui_bsv.bsv"/>
          </properties>
       </conceptFactory>
    </conceptFactories>

Modified: ctakes/trunk/ctakes-dictionary-lookup-fast-res/src/main/resources/org/apache/ctakes/dictionary/lookup/fast/example/bsv/CustomCuiTuiBsv.xml
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-dictionary-lookup-fast-res/src/main/resources/org/apache/ctakes/dictionary/lookup/fast/example/bsv/CustomCuiTuiBsv.xml?rev=1798916&r1=1798915&r2=1798916&view=diff
==============================================================================
--- ctakes/trunk/ctakes-dictionary-lookup-fast-res/src/main/resources/org/apache/ctakes/dictionary/lookup/fast/example/bsv/CustomCuiTuiBsv.xml (original)
+++ ctakes/trunk/ctakes-dictionary-lookup-fast-res/src/main/resources/org/apache/ctakes/dictionary/lookup/fast/example/bsv/CustomCuiTuiBsv.xml Fri Jun 16 12:06:19 2017
@@ -26,7 +26,7 @@
          <name>CustomCuiRareWord</name>
          <implementationName>org.apache.ctakes.dictionary.lookup2.dictionary.BsvRareWordDictionary</implementationName>
          <properties>
-            <property key="bsvPath" value="org/apache/ctakes/dictionary/fast/example/custom_cui_tui_bsv.bsv"/>
+            <property key="bsvPath" value="org/apache/ctakes/dictionary/lookup/fast/example/custom_cui_tui_bsv.bsv"/>
          </properties>
       </dictionary>
    </dictionaries>
@@ -36,7 +36,7 @@
          <name>CustomCuiConcept</name>
          <implementationName>org.apache.ctakes.dictionary.lookup2.concept.BsvConceptFactory</implementationName>
          <properties>
-            <property key="bsvPath" value="org/apache/ctakes/dictionary/fast/example/custom_cui_tui_bsv.bsv"/>
+            <property key="bsvPath" value="org/apache/ctakes/dictionary/lookup/fast/example/custom_cui_tui_bsv.bsv"/>
          </properties>
       </conceptFactory>
    </conceptFactories>