diff options
author | Patrick Simianer <p@simianer.de> | 2015-12-11 16:17:46 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2015-12-11 16:17:46 +0100 |
commit | eac9dd96a4ec3334a93db60a4b97a91dbb7f8257 (patch) | |
tree | 5db18f37f0548bf1bdec62fe612c62544b8712dd /derivation_to_json/README | |
parent | ad309390887b947d997e4040dac98126ee9a356c (diff) |
removed dead examples
Diffstat (limited to 'derivation_to_json/README')
-rw-r--r-- | derivation_to_json/README | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/derivation_to_json/README b/derivation_to_json/README index 947cefd..0f83d5a 100644 --- a/derivation_to_json/README +++ b/derivation_to_json/README @@ -1,4 +1,7 @@ -This (horrid) hack reads cdec's "--show_derivations" and "--extract_rules" -into data structures and tries to align "groups" in source and target sides -of rules in a smart, presentable way. +This (horrid) hack reads cdec's "--show_derivations" and "--extract_rules" into data structures and tries to align "groups" in source and target sides +of rules in a smart, presentable way. The result resembles a phrase-based +system, given that the word alignment gives enough hints. + +To run: + ./derivation_to_json.rb < <one of the .raw files> |