diff options
author | redpony <redpony@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-06-22 05:12:27 +0000 |
---|---|---|
committer | redpony <redpony@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-06-22 05:12:27 +0000 |
commit | 0172721855098ca02b207231a654dffa5e4eb1c9 (patch) | |
tree | 8069c3a62e2d72bd64a2cdeee9724b2679c8a56b /extools/simple-extract-context.sh | |
parent | 37728b8be4d0b3df9da81fdda2198ff55b4b2d91 (diff) |
initial checkin
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@2 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'extools/simple-extract-context.sh')
-rwxr-xr-x | extools/simple-extract-context.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/extools/simple-extract-context.sh b/extools/simple-extract-context.sh new file mode 100755 index 00000000..17487b1c --- /dev/null +++ b/extools/simple-extract-context.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +MYDIR=$(dirname $0) + +export LANG=C +date 1>&2 +$MYDIR/extractor -i $1 -c 500000 -L 12 -C | sort -t $'\t' -k 1 | $MYDIR/mr_stripe_rule_reduce +date 1>&2 + |