diff options
author | Patrick Simianer <p@simianer.de> | 2015-12-11 16:27:00 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2015-12-11 16:27:00 +0100 |
commit | 50d32b0c2f8ed5edfa6ae804935fbac52e9df9fb (patch) | |
tree | cf3d256546c62a37d9daed54f7d37b03cece787c /derivation_to_json | |
parent | 546f3936d4bf51b1f575b2b4adf4e20330db22f2 (diff) |
README
Diffstat (limited to 'derivation_to_json')
-rw-r--r-- | derivation_to_json/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/derivation_to_json/README.md b/derivation_to_json/README.md index 9667a80..341f866 100644 --- a/derivation_to_json/README.md +++ b/derivation_to_json/README.md @@ -4,6 +4,6 @@ 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> + ./derivation_to_json.rb < {one of the .raw files} (first line of stdout is json data, source and target strings follow after that) |