From: <re...@us...> - 2007-04-18 14:08:48
|
Revision: 1359 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1359&view=rev Author: redpony Date: 2007-04-18 07:08:46 -0700 (Wed, 18 Apr 2007) Log Message: ----------- Support for the decoding of arbitrary word lattices. Must be given in the form of a "plf" file, which is a little tricky. I'll add documentation at some point; for now, refer to the example plf file in the "lattice-surface" regression test. Modified Paths: -------------- trunk/irstlm/src/Makefile.am trunk/moses/src/ConfusionNet.cpp trunk/moses/src/ConfusionNet.h trunk/moses/src/HypothesisStack.cpp trunk/moses/src/InputType.h trunk/moses/src/Makefile.am trunk/moses/src/PDTAimp.h trunk/moses/src/Sentence.cpp trunk/moses/src/StaticData.cpp trunk/moses/src/TranslationOptionCollection.cpp trunk/moses/src/TranslationOptionCollection.h trunk/moses/src/TranslationOptionCollectionConfusionNet.cpp trunk/moses/src/TypeDef.h trunk/moses/src/Util.cpp trunk/moses/src/Util.h trunk/moses-cmd/src/IOStream.cpp trunk/moses-cmd/src/Main.cpp trunk/regression-testing/run-test-suite.pl trunk/scripts/Makefile Added Paths: ----------- trunk/moses/src/PCNTools.cpp trunk/moses/src/PCNTools.h trunk/regression-testing/tests/lattice-surface/ trunk/regression-testing/tests/lattice-surface/filter-stderr.pl trunk/regression-testing/tests/lattice-surface/filter-stdout.pl trunk/regression-testing/tests/lattice-surface/moses.ini trunk/regression-testing/tests/lattice-surface/to-translate.txt trunk/regression-testing/tests/lattice-surface/truth/ trunk/regression-testing/tests/lattice-surface/truth/results.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |