summaryrefslogtreecommitdiff
path: root/gi/posterior-regularisation/prjava/build.xml
diff options
context:
space:
mode:
authortrevor.cohn <trevor.cohn@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-07-09 22:29:02 +0000
committertrevor.cohn <trevor.cohn@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-07-09 22:29:02 +0000
commit296c7cc2082557db4a82b4a1208986c6e93ad935 (patch)
tree3cf7cb3c0c26d9703c8a2a6b583ce71e21e8fdfe /gi/posterior-regularisation/prjava/build.xml
parentd5105daa487d67752cd599267f74b7c8d502ef1e (diff)
Added initial VB implementation for symetric Dirichlet prior.
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@215 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'gi/posterior-regularisation/prjava/build.xml')
-rw-r--r--gi/posterior-regularisation/prjava/build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/gi/posterior-regularisation/prjava/build.xml b/gi/posterior-regularisation/prjava/build.xml
index 97569bef..155c45af 100644
--- a/gi/posterior-regularisation/prjava/build.xml
+++ b/gi/posterior-regularisation/prjava/build.xml
@@ -7,6 +7,7 @@
<pathelement location="lib/trove-2.0.2.jar"/>
<pathelement location="lib/optimization.jar"/>
<pathelement location="lib/jopt-simple-3.2.jar"/>
+ <pathelement location="lib/commons-math-2.1.jar"/>
</path>
<target name="init">