diff options
author | Patrick Simianer <p@simianer.de> | 2015-11-05 20:16:01 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2015-11-05 20:16:01 +0100 |
commit | 138aadb9fc2e868beece86743539634aa3664502 (patch) | |
tree | 49f547e19b5a91ad7a87f4f2ee97302299edb0ca /derivation_to_json/README | |
parent | 50fcce8314c07dc13d65da47c8fc6fdd16491495 (diff) |
derivation_to_json: word alignment as hint for group alignment
Diffstat (limited to 'derivation_to_json/README')
-rw-r--r-- | derivation_to_json/README | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/derivation_to_json/README b/derivation_to_json/README index 9aa15a1..947cefd 100644 --- a/derivation_to_json/README +++ b/derivation_to_json/README @@ -1,2 +1,4 @@ -This hack reads cdec's "--show_derivations" into a an object. +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. |