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/08/29 17:42:46 UTC

[10/10] incubator-joshua git commit: Merge branch 'master' into JOSHUA-304

Merge branch 'master' into JOSHUA-304


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

Branch: refs/heads/master
Commit: 2d106df46ca6f5c1130adf5c793041e33d8a7f59
Parents: 38eebb3 6d8f684
Author: Matt Post <po...@cs.jhu.edu>
Authored: Mon Aug 29 13:35:56 2016 -0400
Committer: Matt Post <po...@cs.jhu.edu>
Committed: Mon Aug 29 13:35:56 2016 -0400

----------------------------------------------------------------------
 README.md                                       |   1 +
 .../java/org/apache/joshua/decoder/Decoder.java | 235 +++++--------------
 .../org/apache/joshua/decoder/DecoderTask.java  | 197 ++++++++++++++++
 .../apache/joshua/decoder/DecoderThread.java    | 201 ----------------
 .../joshua/decoder/JoshuaConfiguration.java     |   3 +
 .../apache/joshua/decoder/JoshuaDecoder.java    |   6 +-
 .../org/apache/joshua/decoder/Translation.java  |   2 +-
 .../decoder/TranslationResponseStream.java      | 176 ++++++++++++++
 .../org/apache/joshua/decoder/Translations.java | 158 -------------
 .../joshua/decoder/chart_parser/Chart.java      |   2 +-
 .../org/apache/joshua/server/ServerThread.java  |  11 +-
 .../system/MultithreadedTranslationTests.java   |  51 +++-
 12 files changed, 480 insertions(+), 563 deletions(-)
----------------------------------------------------------------------