From 4f4e06adac30bec70b4d342111fbcaa290a8cfac Mon Sep 17 00:00:00 2001 From: Patrick Simianer
Date: Fri, 29 Jan 2016 18:18:58 +0100 Subject: phrase2_extraction: README --- phrase2_extraction/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 phrase2_extraction/README.md (limited to 'phrase2_extraction') 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 + -- cgit v1.2.3