summaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
Diffstat (limited to 'example')
-rw-r--r--example/README.md7
-rw-r--r--example/hypotheses.txt2
-rw-r--r--example/references.txt2
-rw-r--r--example/stopwords.txt4
4 files changed, 15 insertions, 0 deletions
diff --git a/example/README.md b/example/README.md
new file mode 100644
index 0000000..528fa22
--- /dev/null
+++ b/example/README.md
@@ -0,0 +1,7 @@
+Example from paper.
+
+```
+$ ../rk.rb -r references.txt -i hypotheses.txt -s stopwords.txt -Z -O -C
+R0=50.0 [2/4] R1=100.0 [2/2] R01=66.67 [4/6]
+```
+
diff --git a/example/hypotheses.txt b/example/hypotheses.txt
new file mode 100644
index 0000000..1b76def
--- /dev/null
+++ b/example/hypotheses.txt
@@ -0,0 +1,2 @@
+A terrier bites the person
+The dog bites the man
diff --git a/example/references.txt b/example/references.txt
new file mode 100644
index 0000000..ec8ca27
--- /dev/null
+++ b/example/references.txt
@@ -0,0 +1,2 @@
+The dog bites the lady
+The man bites the dog
diff --git a/example/stopwords.txt b/example/stopwords.txt
new file mode 100644
index 0000000..3677978
--- /dev/null
+++ b/example/stopwords.txt
@@ -0,0 +1,4 @@
+a
+A
+the
+The