From: <hie...@us...> - 2008-07-30 16:29:57
|
Revision: 1868 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1868&view=rev Author: hieuhoang1972 Date: 2008-07-30 16:29:51 +0000 (Wed, 30 Jul 2008) Log Message: ----------- abort if try to get substring of confusion network. returning emptyy string just screws things up Modified Paths: -------------- trunk/moses/src/ConfusionNet.cpp trunk/moses/src/LanguageModelIRST.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jds...@us...> - 2008-08-26 17:04:46
|
Revision: 1879 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1879&view=rev Author: jdschroeder Date: 2008-08-26 17:04:43 +0000 (Tue, 26 Aug 2008) Log Message: ----------- fixed nasty out-of-bounds array read in WordsBitmap, simplified (fixed?) lattice checks. Modified Paths: -------------- trunk/moses/src/SearchNormal.cpp trunk/moses/src/WordLattice.cpp trunk/moses/src/WordsBitmap.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nic...@us...> - 2008-09-12 15:31:51
|
Revision: 1885 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1885&view=rev Author: nicolabertoldi Date: 2008-09-12 15:31:46 +0000 (Fri, 12 Sep 2008) Log Message: ----------- mv some Timer functions into the .cpp file Modified Paths: -------------- trunk/moses/src/Makefile.am trunk/moses/src/Timer.h Added Paths: ----------- trunk/moses/src/Timer.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <re...@us...> - 2008-09-23 19:40:27
|
Revision: 1889 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1889&view=rev Author: redpony Date: 2008-09-23 19:39:56 +0000 (Tue, 23 Sep 2008) Log Message: ----------- a little refactoring in preparation for yet another way to export the search lattice. Modified Paths: -------------- trunk/moses/src/Manager.cpp trunk/moses/src/Manager.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <re...@us...> - 2008-09-24 17:03:13
|
Revision: 1891 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1891&view=rev Author: redpony Date: 2008-09-24 17:03:07 +0000 (Wed, 24 Sep 2008) Log Message: ----------- fix a couple names Modified Paths: -------------- trunk/moses/src/PhraseDictionaryTree.cpp trunk/moses/src/PhraseDictionaryTreeAdaptor.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2008-10-10 18:31:13
|
Revision: 1901 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1901&view=rev Author: hieuhoang1972 Date: 2008-10-10 18:31:07 +0000 (Fri, 10 Oct 2008) Log Message: ----------- unix build Modified Paths: -------------- trunk/moses/src/LanguageModelIRST.cpp trunk/moses/src/LanguageModelIRST.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2008-10-14 19:25:23
|
Revision: 1902 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1902&view=rev Author: hieuhoang1972 Date: 2008-10-14 19:25:18 +0000 (Tue, 14 Oct 2008) Log Message: ----------- fix caching bug. Modified Paths: -------------- trunk/moses/src/StaticData.cpp trunk/moses/src/StaticData.h trunk/moses/src/TranslationOptionCollection.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2008-11-12 19:57:31
|
Revision: 1939 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1939&view=rev Author: hieuhoang1972 Date: 2008-11-12 19:57:28 +0000 (Wed, 12 Nov 2008) Log Message: ----------- add interal language model into makefile build Modified Paths: -------------- trunk/moses/src/Makefile.am trunk/moses/src/TypeDef.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ph...@us...> - 2008-11-24 17:30:56
|
Revision: 1945 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1945&view=rev Author: phkoehn Date: 2008-11-24 17:30:37 +0000 (Mon, 24 Nov 2008) Log Message: ----------- added -monotone-at-punctuation option Modified Paths: -------------- trunk/moses/src/Makefile.am trunk/moses/src/Manager.cpp trunk/moses/src/Parameter.cpp trunk/moses/src/SearchCubePruning.cpp trunk/moses/src/SearchCubePruning.h trunk/moses/src/SearchNormal.h trunk/moses/src/StaticData.cpp trunk/moses/src/StaticData.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ph...@us...> - 2008-11-25 19:29:59
|
Revision: 1948 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1948&view=rev Author: phkoehn Date: 2008-11-25 19:29:47 +0000 (Tue, 25 Nov 2008) Log Message: ----------- needed for -monotone-at-punctuation Added Paths: ----------- trunk/moses/src/ReorderingConstraint.cpp trunk/moses/src/ReorderingConstraint.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ph...@us...> - 2008-12-13 12:09:02
|
Revision: 1956 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1956&view=rev Author: phkoehn Date: 2008-12-13 12:08:55 +0000 (Sat, 13 Dec 2008) Log Message: ----------- improvements to pruning, working version passed regression Modified Paths: -------------- trunk/moses/src/ConfusionNet.cpp trunk/moses/src/Hypothesis.cpp trunk/moses/src/Hypothesis.h trunk/moses/src/HypothesisStack.h trunk/moses/src/HypothesisStackCubePruning.cpp trunk/moses/src/HypothesisStackCubePruning.h trunk/moses/src/HypothesisStackNormal.cpp trunk/moses/src/HypothesisStackNormal.h trunk/moses/src/Manager.cpp trunk/moses/src/Manager.h trunk/moses/src/Parameter.cpp trunk/moses/src/SearchCubePruning.cpp trunk/moses/src/SearchNormal.cpp trunk/moses/src/SearchNormal.h trunk/moses/src/Sentence.cpp trunk/moses/src/SentenceStats.h trunk/moses/src/StaticData.cpp trunk/moses/src/StaticData.h trunk/moses/src/TranslationOptionCollection.cpp trunk/moses/src/TranslationOptionCollection.h trunk/moses/src/TranslationOptionCollectionConfusionNet.cpp trunk/moses/src/TranslationOptionCollectionConfusionNet.h trunk/moses/src/TranslationOptionCollectionText.cpp trunk/moses/src/TranslationOptionCollectionText.h trunk/moses/src/TranslationOptionList.h trunk/moses/src/TypeDef.h trunk/moses/src/WordsBitmap.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jds...@us...> - 2008-12-13 13:13:07
|
Revision: 1958 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1958&view=rev Author: jdschroeder Date: 2008-12-13 13:12:54 +0000 (Sat, 13 Dec 2008) Log Message: ----------- Fixed XML bug where TranslationOptions generated by XML had null for source phrases. TODO: drop <linked> XML tags feature? Modified Paths: -------------- trunk/moses/src/Sentence.cpp trunk/moses/src/XmlOption.cpp trunk/moses/src/XmlOption.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ph...@us...> - 2008-12-14 13:23:41
|
Revision: 1959 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1959&view=rev Author: phkoehn Date: 2008-12-14 13:23:33 +0000 (Sun, 14 Dec 2008) Log Message: ----------- improved early discarding, ifverbose(2) time tracking Modified Paths: -------------- trunk/moses/src/Hypothesis.cpp trunk/moses/src/Manager.cpp trunk/moses/src/SearchCubePruning.cpp trunk/moses/src/SearchCubePruning.h trunk/moses/src/SearchNormal.cpp trunk/moses/src/SentenceStats.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ph...@us...> - 2008-12-15 12:52:47
|
Revision: 1960 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1960&view=rev Author: phkoehn Date: 2008-12-15 12:52:38 +0000 (Mon, 15 Dec 2008) Log Message: ----------- initial version of reordering zones and walls, may work Modified Paths: -------------- trunk/moses/src/InputType.h trunk/moses/src/ReorderingConstraint.cpp trunk/moses/src/ReorderingConstraint.h trunk/moses/src/SearchCubePruning.cpp trunk/moses/src/SearchCubePruning.h trunk/moses/src/SearchNormal.cpp trunk/moses/src/SearchNormal.h trunk/moses/src/Sentence.cpp trunk/moses/src/Sentence.h trunk/moses/src/TranslationOptionCollection.cpp trunk/moses/src/WordsBitmap.h trunk/moses/src/XmlOption.cpp trunk/moses/src/XmlOption.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ph...@us...> - 2008-12-17 12:33:02
|
Revision: 1961 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1961&view=rev Author: phkoehn Date: 2008-12-17 12:32:52 +0000 (Wed, 17 Dec 2008) Log Message: ----------- big fix in early discarding, requiring moving CalcFutureCost into SquareMatrix Modified Paths: -------------- trunk/moses/src/Hypothesis.cpp trunk/moses/src/Hypothesis.h trunk/moses/src/HypothesisStack.h trunk/moses/src/SearchNormal.cpp trunk/moses/src/SquareMatrix.cpp trunk/moses/src/SquareMatrix.h trunk/moses/src/TranslationOptionCollection.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ph...@us...> - 2008-12-20 20:22:50
|
Revision: 1964 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1964&view=rev Author: phkoehn Date: 2008-12-20 20:22:35 +0000 (Sat, 20 Dec 2008) Log Message: ----------- faster early discarding, code cleanup and documentation Modified Paths: -------------- trunk/moses/src/Hypothesis.cpp trunk/moses/src/SearchNormal.cpp trunk/moses/src/SearchNormal.h trunk/moses/src/SquareMatrix.cpp trunk/moses/src/SquareMatrix.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ph...@us...> - 2009-01-01 18:17:04
|
Revision: 1966 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1966&view=rev Author: phkoehn Date: 2009-01-01 18:16:54 +0000 (Thu, 01 Jan 2009) Log Message: ----------- enable use of both edt and sd; reduction of translation option cache Modified Paths: -------------- trunk/moses/src/HypothesisStack.h trunk/moses/src/HypothesisStackNormal.cpp trunk/moses/src/HypothesisStackNormal.h trunk/moses/src/Parameter.cpp trunk/moses/src/SearchNormal.cpp trunk/moses/src/StaticData.cpp trunk/moses/src/StaticData.h trunk/moses/src/TypeDef.h trunk/moses/src/WordsBitmap.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <re...@us...> - 2009-01-22 22:22:20
|
Revision: 1993 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1993&view=rev Author: redpony Date: 2009-01-22 21:31:17 +0000 (Thu, 22 Jan 2009) Log Message: ----------- add client for remote language model Modified Paths: -------------- trunk/moses/src/LanguageModelFactory.cpp trunk/moses/src/Makefile.am trunk/moses/src/Parameter.cpp trunk/moses/src/TypeDef.h Added Paths: ----------- trunk/moses/src/LanguageModelRemote.cpp trunk/moses/src/LanguageModelRemote.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jds...@us...> - 2009-02-05 17:37:13
|
Revision: 2081 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=2081&view=rev Author: jdschroeder Date: 2009-02-05 17:37:09 +0000 (Thu, 05 Feb 2009) Log Message: ----------- Support for multiple input feature scores on confusion networks and lattices. Use "link-param-count" to tell Moses how many to expect in the input. If weight-i (I) is one more than link-param-count, a feature for non-null word count will be added (this has actually always been there, but only for the 1 param, 2 weights scenario). Input feature scores are now preserved for unknown words. Unknown word penalty weight is now tunable with -weight-u (u), default is 1, as was hard-coded before. Changes to mert-moses.pl will be checked in shortly. Modified Paths: -------------- trunk/moses/src/ConfusionNet.cpp trunk/moses/src/ConfusionNet.h trunk/moses/src/Hypothesis.h trunk/moses/src/PCNTools.cpp trunk/moses/src/PCNTools.h trunk/moses/src/PDTAimp.h trunk/moses/src/Parameter.cpp trunk/moses/src/ScoreIndexManager.cpp trunk/moses/src/StaticData.cpp trunk/moses/src/StaticData.h trunk/moses/src/TargetPhrase.cpp trunk/moses/src/TargetPhrase.h trunk/moses/src/TranslationOption.cpp trunk/moses/src/TranslationOptionCollection.cpp trunk/moses/src/TranslationOptionCollection.h trunk/moses/src/TranslationOptionCollectionConfusionNet.cpp trunk/moses/src/WordLattice.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: Josh S. <j.s...@ed...> - 2009-02-05 17:45:00
|
Just to clarify: weight-u is *settable* now, but there's no mert support for it. -J On 5 Feb 2009, at 17:37, jds...@us... wrote: > Revision: 2081 > http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=2081&view=rev > Author: jdschroeder > Date: 2009-02-05 17:37:09 +0000 (Thu, 05 Feb 2009) > > Log Message: > ----------- > Support for multiple input feature scores on confusion networks and > lattices. > Use "link-param-count" to tell Moses how many to expect in the input. > If weight-i (I) is one more than link-param-count, a feature for non- > null word count will be added (this has actually always been there, > but only for the 1 param, 2 weights scenario). > Input feature scores are now preserved for unknown words. > > Unknown word penalty weight is now tunable with -weight-u (u), > default is 1, as was hard-coded before. > > Changes to mert-moses.pl will be checked in shortly. > > Modified Paths: > -------------- > trunk/moses/src/ConfusionNet.cpp > trunk/moses/src/ConfusionNet.h > trunk/moses/src/Hypothesis.h > trunk/moses/src/PCNTools.cpp > trunk/moses/src/PCNTools.h > trunk/moses/src/PDTAimp.h > trunk/moses/src/Parameter.cpp > trunk/moses/src/ScoreIndexManager.cpp > trunk/moses/src/StaticData.cpp > trunk/moses/src/StaticData.h > trunk/moses/src/TargetPhrase.cpp > trunk/moses/src/TargetPhrase.h > trunk/moses/src/TranslationOption.cpp > trunk/moses/src/TranslationOptionCollection.cpp > trunk/moses/src/TranslationOptionCollection.h > trunk/moses/src/TranslationOptionCollectionConfusionNet.cpp > trunk/moses/src/WordLattice.cpp > > > This was sent by the SourceForge.net collaborative development > platform, the world's largest Open Source development site. > > ------------------------------------------------------------------------------ > Create and Deploy Rich Internet Apps outside the browser with > Adobe(R)AIR(TM) > software. With Adobe AIR, Ajax developers can use existing skills > and code to > build responsive, highly engaging applications that combine the > power of local > resources and data with the reach of the web. Download the Adobe AIR > SDK and > Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com > _______________________________________________ > Mosesdecoder-commits mailing list > Mos...@li... > https://lists.sourceforge.net/lists/listinfo/mosesdecoder-commits > -- The University of Edinburgh is a charitable body, registered in Scotland, with registration number SC005336. |
From: <hie...@us...> - 2009-02-18 13:22:28
|
Revision: 2180 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=2180&view=rev Author: hieuhoang1972 Date: 2009-02-18 11:35:41 +0000 (Wed, 18 Feb 2009) Log Message: ----------- vs build Modified Paths: -------------- trunk/moses/src/ConfusionNet.cpp trunk/moses/src/LanguageModelFactory.cpp trunk/moses/src/TypeDef.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ph...@us...> - 2009-05-26 19:34:34
|
Revision: 2344 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=2344&view=rev Author: phkoehn Date: 2009-05-26 19:31:32 +0000 (Tue, 26 May 2009) Log Message: ----------- experimental version of global lexical model Added Paths: ----------- trunk/moses/src/GlobalLexicalModel.cpp trunk/moses/src/GlobalLexicalModel.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2009-05-31 20:32:26
|
Revision: 2352 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=2352&view=rev Author: hieuhoang1972 Date: 2009-05-31 20:32:18 +0000 (Sun, 31 May 2009) Log Message: ----------- gui Modified Paths: -------------- trunk/moses/src/Parameter.cpp trunk/moses/src/Sentence.cpp trunk/moses/src/Sentence.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cha...@us...> - 2009-07-20 13:56:41
|
Revision: 2386 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=2386&view=rev Author: chardmeier Date: 2009-07-20 13:56:37 +0000 (Mon, 20 Jul 2009) Log Message: ----------- Fixed language model computation for unigram models. Modified Paths: -------------- trunk/moses/src/Hypothesis.cpp trunk/moses/src/LanguageModel.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2009-07-23 10:29:38
|
Revision: 2399 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=2399&view=rev Author: hieuhoang1972 Date: 2009-07-23 10:29:30 +0000 (Thu, 23 Jul 2009) Log Message: ----------- includes suggested by Tom Hoar's mate Modified Paths: -------------- trunk/moses/src/PCNTools.cpp trunk/moses/src/Util.cpp trunk/moses/src/Word.h trunk/moses/src/WordsBitmap.h trunk/moses/src/mempool.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |