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/05/31 16:37:05 UTC

[09/13] incubator-joshua git commit: Merge branch 'JOSHUA-265'

Merge branch 'JOSHUA-265'


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

Branch: refs/heads/JOSHUA-252
Commit: 15c7619d8ce547bfa085819c8bac3e9a48c3e8cd
Parents: b1961e1 e4ac474
Author: Matt Post <po...@cs.jhu.edu>
Authored: Tue May 31 11:14:30 2016 -0400
Committer: Matt Post <po...@cs.jhu.edu>
Committed: Tue May 31 11:14:30 2016 -0400

----------------------------------------------------------------------
 src/joshua/decoder/StructuredTranslation.java   |  67 ++++------
 .../decoder/StructuredTranslationFactory.java   | 112 +++++++++++++++++
 src/joshua/decoder/Translation.java             | 124 ++++++++++++-------
 .../decoder/hypergraph/AlignedSourceTokens.java |  11 +-
 .../decoder/hypergraph/KBestExtractor.java      |  85 +++++++++----
 .../decoder/hypergraph/WordAlignmentState.java  | 103 ++++++++-------
 src/joshua/decoder/io/JSONMessage.java          |   2 +-
 tst/joshua/corpus/VocabularyTest.java           |  26 ++--
 .../kbest_extraction/KBestExtractionTest.java   |  10 +-
 .../ConstrainedPhraseDecodingTest.java          |  10 +-
 .../phrase/decode/PhraseDecodingTest.java       |  10 +-
 tst/joshua/system/KenLmTest.java                |   6 +-
 .../system/MultithreadedTranslationTests.java   |  10 +-
 tst/joshua/system/StructuredOutputTest.java     |  16 +--
 .../system/StructuredTranslationTest.java       | 107 ++++++++++++----
 tst/joshua/util/FormatUtilsTest.java            |   8 +-
 16 files changed, 462 insertions(+), 245 deletions(-)
----------------------------------------------------------------------