You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@joshua.apache.org by mj...@apache.org on 2016/09/13 15:48:56 UTC

[7/7] incubator-joshua git commit: Merge branch 'kellen-kenlm_pool_fix'

Merge branch 'kellen-kenlm_pool_fix'


Project: http://git-wip-us.apache.org/repos/asf/incubator-joshua/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-joshua/commit/90fff5ab
Tree: http://git-wip-us.apache.org/repos/asf/incubator-joshua/tree/90fff5ab
Diff: http://git-wip-us.apache.org/repos/asf/incubator-joshua/diff/90fff5ab

Branch: refs/heads/master
Commit: 90fff5ab1de3da23c0f64f90e69ce0da2392fd49
Parents: 99e8f95 bdd670b
Author: Matt Post <po...@cs.jhu.edu>
Authored: Tue Sep 13 17:48:21 2016 +0200
Committer: Matt Post <po...@cs.jhu.edu>
Committed: Tue Sep 13 17:48:21 2016 +0200

----------------------------------------------------------------------
 jni/kenlm_wrap.cc                               | 144 +++++++++----------
 .../org/apache/joshua/decoder/KenLMPool.java    |  42 ++++++
 .../decoder/LanguageModelStateManager.java      |  29 ++++
 .../org/apache/joshua/decoder/Translation.java  |  17 +--
 .../org/apache/joshua/decoder/ff/lm/KenLM.java  |  24 ++--
 .../ff/lm/StateMinimizingLanguageModel.java     |  30 +---
 .../joshua/decoder/segment_file/Sentence.java   |  11 ++
 .../org/apache/joshua/system/KenLmTest.java     |  30 ++++
 8 files changed, 196 insertions(+), 131 deletions(-)
----------------------------------------------------------------------