diff options
author | Patrick Simianer <p@simianer.de> | 2015-12-11 16:25:38 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2015-12-11 16:25:38 +0100 |
commit | 546f3936d4bf51b1f575b2b4adf4e20330db22f2 (patch) | |
tree | 799356f7583bb19cc463132e9a634b45e9b0cd0b /derivation_to_json/README | |
parent | 6cafb943db279faa4fc0ddb400ad1326d129c5e6 (diff) |
DerivationToJson module
Diffstat (limited to 'derivation_to_json/README')
-rw-r--r-- | derivation_to_json/README | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/derivation_to_json/README b/derivation_to_json/README deleted file mode 100644 index 0f83d5a..0000000 --- a/derivation_to_json/README +++ /dev/null @@ -1,7 +0,0 @@ -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> - |