diff options
author | trevor.cohn <trevor.cohn@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-07-09 15:00:17 +0000 |
---|---|---|
committer | trevor.cohn <trevor.cohn@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-07-09 15:00:17 +0000 |
commit | f2c8e89b45a18bc4d16e9623d7beb96f43732453 (patch) | |
tree | 129cad59090afdbf6b76ae7010ed4125644d4f9b /gi/posterior-regularisation/prjava/train-PR-cluster.sh | |
parent | 402124314fb821ba7869bf3c5008d7644f9e15b4 (diff) |
Parallelised PhraseContextObjective.projectPoint
Added ANT build file
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@193 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'gi/posterior-regularisation/prjava/train-PR-cluster.sh')
-rwxr-xr-x | gi/posterior-regularisation/prjava/train-PR-cluster.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gi/posterior-regularisation/prjava/train-PR-cluster.sh b/gi/posterior-regularisation/prjava/train-PR-cluster.sh new file mode 100755 index 00000000..b86d564b --- /dev/null +++ b/gi/posterior-regularisation/prjava/train-PR-cluster.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +d=`dirname $0` +java -ea -Xmx8g -cp $d/prjava.jar:$d/lib/trove-2.0.2.jar:$d/lib/optimization.jar phrase.PhraseCluster $* |