diff options
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) |