diff options
Diffstat (limited to 'phrase2_extraction')
-rw-r--r-- | phrase2_extraction/README.md | 9 |
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 + |