summaryrefslogtreecommitdiff
path: root/phrase2_extraction
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2016-01-29 18:18:58 +0100
committerPatrick Simianer <p@simianer.de>2016-01-29 18:18:58 +0100
commit4f4e06adac30bec70b4d342111fbcaa290a8cfac (patch)
tree4ac33e6c2fdbe1af393b5609ff126620353e0cfc /phrase2_extraction
parent458ca8335981489fffdc0fd932bacf53547a1404 (diff)
phrase2_extraction: README
Diffstat (limited to 'phrase2_extraction')
-rw-r--r--phrase2_extraction/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/phrase2_extraction/README.md b/phrase2_extraction/README.md
new file mode 100644
index 0000000..d19ff9b
--- /dev/null
+++ b/phrase2_extraction/README.md
@@ -0,0 +1,9 @@
+This implements the standard phrase-based and hierarchical phrase-based rule
+extraction algorithms. But there is a twist -- this script also works with
+phrases as atomic unit (instead of words).
+
+Not pretty, but works.
+
+To run, uncomment the call to main() and run:
+ ./phrase2_extraction.rb example.txt
+