diff options
author | desaicwtf <desaicwtf@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-07-04 19:04:31 +0000 |
---|---|---|
committer | desaicwtf <desaicwtf@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-07-04 19:04:31 +0000 |
commit | 37d5d18ac69dfe7830607f7c288f29b5f0141312 (patch) | |
tree | abfe52c9a1979952146d7329a00e6f5e37404473 /gi/posterior-regularisation/prjava/src/data | |
parent | f83e234e9b59ad8493c980f9b7ef73a2f86c3549 (diff) |
PR phrase labeling draft
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@124 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'gi/posterior-regularisation/prjava/src/data')
-rw-r--r-- | gi/posterior-regularisation/prjava/src/data/Corpus.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gi/posterior-regularisation/prjava/src/data/Corpus.java b/gi/posterior-regularisation/prjava/src/data/Corpus.java index f0da0b33..425ede11 100644 --- a/gi/posterior-regularisation/prjava/src/data/Corpus.java +++ b/gi/posterior-regularisation/prjava/src/data/Corpus.java @@ -186,6 +186,9 @@ public class Corpus { tagData.get(i)[j]=tagIdx(s[j]);
}
}
+ sent=null;
+ tag=null;
+ System.gc();
}
public int [] getInt(int idx){
|