From 546f3936d4bf51b1f575b2b4adf4e20330db22f2 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Fri, 11 Dec 2015 16:25:38 +0100 Subject: DerivationToJson module --- derivation_to_json/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 derivation_to_json/README.md (limited to 'derivation_to_json/README.md') diff --git a/derivation_to_json/README.md b/derivation_to_json/README.md new file mode 100644 index 0000000..9667a80 --- /dev/null +++ b/derivation_to_json/README.md @@ -0,0 +1,9 @@ +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 < +(first line of stdout is json data, source and target strings follow after that) + -- cgit v1.2.3