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/06/01 02:52:20 UTC

[85/94] [abbrv] incubator-joshua git commit: Merge branch 'JOSHUA-PR21' into JOSHUA-252

Merge branch 'JOSHUA-PR21' into JOSHUA-252


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

Branch: refs/heads/master
Commit: 8793c45d783c09db89c775536029092a8d322083
Parents: 9e70266 5c0d538
Author: Matt Post <po...@cs.jhu.edu>
Authored: Tue May 31 15:39:13 2016 -0400
Committer: Matt Post <po...@cs.jhu.edu>
Committed: Tue May 31 15:39:13 2016 -0400

----------------------------------------------------------------------
 lib/ivy.xml                                     |  17 +++
 src/joshua/decoder/ff/LexicalFeatures.java      | 131 +++++++++++++++++++
 .../org/apache/joshua/corpus/Vocabulary.java    |  13 +-
 .../java/org/apache/joshua/decoder/Decoder.java |  17 ++-
 .../joshua/decoder/JoshuaConfiguration.java     |  10 +-
 .../apache/joshua/decoder/ff/OOVPenalty.java    |  15 ++-
 .../org/apache/joshua/decoder/ff/RuleFF.java    | 109 +++++++++------
 .../apache/joshua/decoder/ff/RuleLength.java    |  13 +-
 .../org/apache/joshua/decoder/ff/RuleShape.java |  67 +++++++---
 .../apache/joshua/decoder/ff/WordPenalty.java   |  10 +-
 .../lm/berkeley_lm/LMGrammarBerkeleyTest.java   |   2 +-
 .../system/MultithreadedTranslationTests.java   |   2 +-
 .../system/StructuredTranslationTest.java       |   2 +-
 13 files changed, 314 insertions(+), 94 deletions(-)
----------------------------------------------------------------------