diff options
author | Patrick Simianer <p@simianer.de> | 2014-01-29 19:14:08 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2014-01-29 19:14:08 +0100 |
commit | 68acbb9a0c7967cb90a7e3756fc94fdd8a73d154 (patch) | |
tree | 3b445131dcb203e94473ae1d8aa82a1798585276 /paste_pairs | |
parent | 49158e721bfaf6423dca9fc633873218f691c83a (diff) |
make use of nlp_ruby, LICENSE
Diffstat (limited to 'paste_pairs')
-rwxr-xr-x | paste_pairs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/paste_pairs b/paste_pairs index 6ede8f6..07c1f22 100755 --- a/paste_pairs +++ b/paste_pairs @@ -8,4 +8,4 @@ for linenr, (src_line, tgt_line) in enumerate(izip(open(sys.argv[1]), open(sys.a print linenr, (src_line.strip()) print linenr, (tgt_line.strip()) print - + |