From 7b5b162f32acb625e9afba21e88acb56ca2ab04f Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Thu, 11 Nov 2010 13:13:04 +0100 Subject: [PATCH] Test for stemming --- test/tsticu-3.input | 2 ++ test/tsticu-3.output | 4 ++++ test/tsticu-3.xml | 7 +++++++ 3 files changed, 13 insertions(+) create mode 100644 test/tsticu-3.input create mode 100644 test/tsticu-3.output create mode 100644 test/tsticu-3.xml diff --git a/test/tsticu-3.input b/test/tsticu-3.input new file mode 100644 index 0000000..989f89d --- /dev/null +++ b/test/tsticu-3.input @@ -0,0 +1,2 @@ +men running +he runs diff --git a/test/tsticu-3.output b/test/tsticu-3.output new file mode 100644 index 0000000..3139c0b --- /dev/null +++ b/test/tsticu-3.output @@ -0,0 +1,4 @@ +1 1 'men' '' +2 1 'run' '' +3 2 'he' '' +4 2 'run' '' diff --git a/test/tsticu-3.xml b/test/tsticu-3.xml new file mode 100644 index 0000000..f7db5c7 --- /dev/null +++ b/test/tsticu-3.xml @@ -0,0 +1,7 @@ + + + + + + + -- 1.7.10.4