You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by pk...@apache.org on 2013/04/26 08:53:07 UTC

svn commit: r1476071 [2/2] - in /uima/sandbox/textmarker/trunk/example-projects/ExtensionsExample: ./ descriptor/ descriptor/uima/ descriptor/uima/textmarker/ descriptor/utils/ input/ output/ resources/ script/ script/uima/ script/uima/textmarker/ test/

Added: uima/sandbox/textmarker/trunk/example-projects/ExtensionsExample/input/test.txt
URL: http://svn.apache.org/viewvc/uima/sandbox/textmarker/trunk/example-projects/ExtensionsExample/input/test.txt?rev=1476071&view=auto
==============================================================================
--- uima/sandbox/textmarker/trunk/example-projects/ExtensionsExample/input/test.txt (added)
+++ uima/sandbox/textmarker/trunk/example-projects/ExtensionsExample/input/test.txt Fri Apr 26 06:53:06 2013
@@ -0,0 +1 @@
+This is a test.
\ No newline at end of file

Added: uima/sandbox/textmarker/trunk/example-projects/ExtensionsExample/output/test.txt.xmi
URL: http://svn.apache.org/viewvc/uima/sandbox/textmarker/trunk/example-projects/ExtensionsExample/output/test.txt.xmi?rev=1476071&view=auto
==============================================================================
--- uima/sandbox/textmarker/trunk/example-projects/ExtensionsExample/output/test.txt.xmi (added)
+++ uima/sandbox/textmarker/trunk/example-projects/ExtensionsExample/output/test.txt.xmi Fri Apr 26 06:53:06 2013
@@ -0,0 +1 @@
+<?xml version="1.0" encoding="UTF-8"?><xmi:XMI xmlns:cas="http:///uima/cas.ecore" xmlns:type="http:///org/apache/uima/textmarker/type.ecore" xmlns:xmi="http://www.omg.org/XMI" xmlns:tcas="http:///uima/tcas.ecore" xmi:version="2.0"><cas:NULL xmi:id="0"/><cas:Sofa xmi:id="1" sofaNum="1" sofaID="_InitialView" mimeType="text" sofaString="This is a test."/><tcas:DocumentAnnotation xmi:id="8" sofa="1" begin="0" end="15" language="x-unspecified"/><type:CW xmi:id="13" sofa="1" begin="0" end="4"/><type:CW xmi:id="89" sofa="1" begin="0" end="4"/><type:SPACE xmi:id="17" sofa="1" begin="4" end="5"/><type:SPACE xmi:id="25" sofa="1" begin="7" end="8"/><type:SPACE xmi:id="33" sofa="1" begin="9" end="10"/><type:SW xmi:id="21" sofa="1" begin="5" end="7"/><type:SW xmi:id="29" sofa="1" begin="8" end="9"/><type:SW xmi:id="37" sofa="1" begin="10" end="14"/><type:PERIOD xmi:id="41" sofa="1" begin="14" end="15"/><type:TextMarkerBasic xmi:id="45" sofa="1" begin="0" end="4"/><type:TextMarkerBasic xm
 i:id="50" sofa="1" begin="4" end="5"/><type:TextMarkerBasic xmi:id="55" sofa="1" begin="5" end="7"/><type:TextMarkerBasic xmi:id="60" sofa="1" begin="7" end="8"/><type:TextMarkerBasic xmi:id="65" sofa="1" begin="8" end="9"/><type:TextMarkerBasic xmi:id="70" sofa="1" begin="9" end="10"/><type:TextMarkerBasic xmi:id="75" sofa="1" begin="10" end="14"/><type:TextMarkerBasic xmi:id="80" sofa="1" begin="14" end="15"/><type:TextMarkerBasic xmi:id="108" sofa="1" begin="10" end="14"/><type:DebugRuleApply xmi:id="93" sofa="1" begin="5" end="7" time="0" applied="0" tried="0" id="0"/><type:SEMICOLON xmi:id="104" sofa="1" begin="8" end="9"/><type:DebugMatchedRuleMatch xmi:id="113" sofa="1" begin="14" end="15" time="0" matched="false"/><cas:View sofa="1" members="8 13 89 17 25 33 21 29 37 41 45 50 55 60 65 70 75 80 108 93 104 113"/></xmi:XMI>
\ No newline at end of file

Added: uima/sandbox/textmarker/trunk/example-projects/ExtensionsExample/script/uima/textmarker/ExampleAction.tm
URL: http://svn.apache.org/viewvc/uima/sandbox/textmarker/trunk/example-projects/ExtensionsExample/script/uima/textmarker/ExampleAction.tm?rev=1476071&view=auto
==============================================================================
--- uima/sandbox/textmarker/trunk/example-projects/ExtensionsExample/script/uima/textmarker/ExampleAction.tm (added)
+++ uima/sandbox/textmarker/trunk/example-projects/ExtensionsExample/script/uima/textmarker/ExampleAction.tm Fri Apr 26 06:53:06 2013
@@ -0,0 +1,7 @@
+PACKAGE uima.textmarker;
+
+
+CW{-> ExampleAction(1,2,3,4,5)} SW SW SW PERIOD;
+
+
+