diff options
author | redpony <redpony@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-12-01 02:45:27 +0000 |
---|---|---|
committer | redpony <redpony@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-12-01 02:45:27 +0000 |
commit | 6731e1bc2f876127e592f0a6d069717d1624c3ef (patch) | |
tree | 7c48bc25432e000805c66b11ae8add58beeccf16 /word-aligner | |
parent | 94dae3d1c5bb3a4cbde53e55790c90c819e324a9 (diff) |
fixes
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@736 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'word-aligner')
-rwxr-xr-x | word-aligner/ortho-norm/zh.pl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/word-aligner/ortho-norm/zh.pl b/word-aligner/ortho-norm/zh.pl new file mode 100755 index 00000000..9b93461b --- /dev/null +++ b/word-aligner/ortho-norm/zh.pl @@ -0,0 +1,6 @@ +#!/usr/bin/perl + +while(<>) { + print; +} + |