From 8adea055298189643a3c7a76e2d529f536a94e11 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Tue, 23 Apr 2019 13:55:47 +0200 Subject: init --- example/README.md | 7 +++++++ example/hypotheses.txt | 2 ++ example/references.txt | 2 ++ example/stopwords.txt | 4 ++++ 4 files changed, 15 insertions(+) create mode 100644 example/README.md create mode 100644 example/hypotheses.txt create mode 100644 example/references.txt create mode 100644 example/stopwords.txt (limited to 'example') 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 -- cgit v1.2.3