From: <hie...@us...> - 2006-12-13 12:46:04
|
Revision: 1061 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1061&view=rev Author: hieuhoang1972 Date: 2006-12-13 04:45:59 -0800 (Wed, 13 Dec 2006) Log Message: ----------- floor trans scores Modified Paths: -------------- trunk/moses/src/PDTAimp.h trunk/moses/src/PhraseDictionaryMemory.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-01-22 14:55:44
|
Revision: 1138 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1138&view=rev Author: hieuhoang1972 Date: 2007-01-22 06:43:10 -0800 (Mon, 22 Jan 2007) Log Message: ----------- minor compile issue for icc Modified Paths: -------------- trunk/moses/src/LanguageModel.h trunk/moses/src/LanguageModelIRST.cpp trunk/moses/src/LanguageModelIRST.h trunk/moses/src/StaticData.h trunk/moses/src/TypeDef.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-01-25 16:47:35
|
Revision: 1150 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1150&view=rev Author: hieuhoang1972 Date: 2007-01-25 08:47:30 -0800 (Thu, 25 Jan 2007) Log Message: ----------- speed up Word comparison Modified Paths: -------------- trunk/moses/src/Word.cpp trunk/moses/src/Word.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-02-05 13:02:45
|
Revision: 1170 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1170&view=rev Author: hieuhoang1972 Date: 2007-02-05 05:02:44 -0800 (Mon, 05 Feb 2007) Log Message: ----------- assert some assumptions implicitly made Modified Paths: -------------- trunk/moses/src/HypothesisCollection.h trunk/moses/src/LatticePathCollection.h trunk/moses/src/LatticePathList.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-02-05 13:25:35
|
Revision: 1171 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1171&view=rev Author: hieuhoang1972 Date: 2007-02-05 05:24:34 -0800 (Mon, 05 Feb 2007) Log Message: ----------- ensure factor Id are completely contiguous. save mem in language model Modified Paths: -------------- trunk/moses/src/Factor.cpp trunk/moses/src/Factor.h trunk/moses/src/FactorCollection.cpp trunk/moses/src/FactorCollection.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-02-06 22:20:47
|
Revision: 1180 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1180&view=rev Author: hieuhoang1972 Date: 2007-02-06 14:20:41 -0800 (Tue, 06 Feb 2007) Log Message: ----------- tweaked function to add hypo to stack Modified Paths: -------------- trunk/moses/src/HypothesisCollection.cpp trunk/moses/src/HypothesisCollection.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-02-10 19:40:37
|
Revision: 1203 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1203&view=rev Author: hieuhoang1972 Date: 2007-02-10 11:40:36 -0800 (Sat, 10 Feb 2007) Log Message: ----------- minor fn name change Modified Paths: -------------- trunk/moses/src/Hypothesis.cpp trunk/moses/src/Hypothesis.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lex...@us...> - 2007-02-16 15:56:45
|
Revision: 1217 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1217&view=rev Author: lexi_birch Date: 2007-02-16 07:56:44 -0800 (Fri, 16 Feb 2007) Log Message: ----------- Merging from branch. >From now on, can have multiple decoder step lists to accomodate backoff Specify this as an extra parameter in the [mapping] option in the ini file This is backwards compatible. Before (and still accepted): [mapping] T 0 Now you can have: [mapping] 0 T 0 1 T 1 1 G 0 Imagine for instance the translation table 0 is words - words, and the table 1 is stems - stems, and the generation table 0 is stems - words. This will allow us to backoff to stems if words are not found. It is not really backoff because all the options from both decoder step lists get included into the translation option collection, which is then used to create the hypotheses. The different paths must have their weights carefully balanced. MERT might not be enough to discover the best weights for all the combined parameters. Modified Paths: -------------- trunk/moses/src/Manager.cpp trunk/moses/src/StaticData.cpp trunk/moses/src/StaticData.h trunk/moses/src/TranslationOptionCollection.cpp trunk/moses/src/TranslationOptionCollection.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-02-16 18:15:11
|
Revision: 1219 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1219&view=rev Author: hieuhoang1972 Date: 2007-02-16 10:15:06 -0800 (Fri, 16 Feb 2007) Log Message: ----------- minor gcc compile error Modified Paths: -------------- trunk/moses/src/LanguageModelIRST.cpp trunk/moses/src/LanguageModelIRST.h trunk/moses/src/LanguageModelSRI.cpp trunk/moses/src/LanguageModelSRI.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-02-22 23:55:03
|
Revision: 1233 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1233&view=rev Author: hieuhoang1972 Date: 2007-02-22 15:54:59 -0800 (Thu, 22 Feb 2007) Log Message: ----------- more verbose=0 Modified Paths: -------------- trunk/moses/src/LanguageModelIRST.cpp trunk/moses/src/LanguageModelSRI.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-02-28 11:59:34
|
Revision: 1251 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1251&view=rev Author: hieuhoang1972 Date: 2007-02-28 03:59:32 -0800 (Wed, 28 Feb 2007) Log Message: ----------- get rid of warning message in srilm class Modified Paths: -------------- branches/hieu-async/moses/moses.vcproj branches/hieu-async/moses/src/LanguageModelSRI.cpp trunk/moses/moses.vcproj trunk/moses/src/LanguageModelSRI.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-03-02 13:37:23
|
Revision: 1257 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1257&view=rev Author: hieuhoang1972 Date: 2007-03-02 05:37:12 -0800 (Fri, 02 Mar 2007) Log Message: ----------- code cleanup Modified Paths: -------------- trunk/moses/src/LanguageModelSRI.cpp trunk/moses/src/LanguageModelSRI.h trunk/moses/src/PDTAimp.h 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...> - 2007-03-07 22:15:08
|
Revision: 1287 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1287&view=rev Author: hieuhoang1972 Date: 2007-03-07 14:15:03 -0800 (Wed, 07 Mar 2007) Log Message: ----------- change DecodeStep* to const DecodeStep* Modified Paths: -------------- trunk/moses/src/Manager.cpp trunk/moses/src/StaticData.cpp trunk/moses/src/StaticData.h trunk/moses/src/TranslationOptionCollection.cpp trunk/moses/src/TranslationOptionCollection.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-03-14 20:08:04
|
Revision: 1306 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1306&view=rev Author: hieuhoang1972 Date: 2007-03-14 13:07:58 -0700 (Wed, 14 Mar 2007) Log Message: ----------- get rid of idx arg in GetScoreProducerDescription() Modified Paths: -------------- trunk/moses/src/DummyScoreProducers.cpp trunk/moses/src/DummyScoreProducers.h trunk/moses/src/GenerationDictionary.cpp trunk/moses/src/GenerationDictionary.h trunk/moses/src/LanguageModel.h trunk/moses/src/LanguageModelMultiFactor.cpp trunk/moses/src/LanguageModelMultiFactor.h trunk/moses/src/LanguageModelSingleFactor.cpp trunk/moses/src/LanguageModelSingleFactor.h trunk/moses/src/LexicalReordering.h trunk/moses/src/PhraseDictionary.cpp trunk/moses/src/PhraseDictionary.h trunk/moses/src/PhraseDictionaryTree.cpp trunk/moses/src/PhraseDictionaryTree.h trunk/moses/src/PhraseDictionaryTreeAdaptor.cpp trunk/moses/src/PhraseDictionaryTreeAdaptor.h trunk/moses/src/ScoreIndexManager.cpp trunk/moses/src/ScoreProducer.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-03-26 19:40:37
|
Revision: 1330 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1330&view=rev Author: hieuhoang1972 Date: 2007-03-26 12:40:35 -0700 (Mon, 26 Mar 2007) Log Message: ----------- roll back new Lexical Reordering Modified Paths: -------------- trunk/moses/src/LexicalReordering.cpp trunk/moses/src/LexicalReordering.h trunk/moses/src/StaticData.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-04-06 00:31:41
|
Revision: 1339 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1339&view=rev Author: hieuhoang1972 Date: 2007-04-05 17:31:40 -0700 (Thu, 05 Apr 2007) Log Message: ----------- remove mutable from m_reordering. store tran opt in list as non-const Modified Paths: -------------- trunk/moses/src/TranslationOption.cpp trunk/moses/src/TranslationOption.h trunk/moses/src/TranslationOptionCollection.cpp trunk/moses/src/TranslationOptionCollection.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <re...@us...> - 2007-04-18 14:18:11
|
Revision: 1360 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1360&view=rev Author: redpony Date: 2007-04-18 07:18:05 -0700 (Wed, 18 Apr 2007) Log Message: ----------- add word lattice type Added Paths: ----------- trunk/moses/src/WordLattice.cpp trunk/moses/src/WordLattice.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2007-05-04 17:29:55
|
Revision: 1378 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1378&view=rev Author: hieuhoang1972 Date: 2007-05-04 10:29:48 -0700 (Fri, 04 May 2007) Log Message: ----------- clean up lattice path code Modified Paths: -------------- trunk/moses/src/LatticePathList.h trunk/moses/src/Manager.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ab...@us...> - 2007-05-15 20:54:09
|
Revision: 1382 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1382&view=rev Author: abarun Date: 2007-05-15 13:54:01 -0700 (Tue, 15 May 2007) Log Message: ----------- Code for MBR decoding Modified Paths: -------------- trunk/moses/src/ScoreComponentCollection.h trunk/moses/src/StaticData.cpp trunk/moses/src/StaticData.h trunk/moses/src/TypeDef.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ab...@us...> - 2007-05-15 21:34:22
|
Revision: 1384 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1384&view=rev Author: abarun Date: 2007-05-15 14:34:21 -0700 (Tue, 15 May 2007) Log Message: ----------- Code for MBR decoding Modified Paths: -------------- trunk/moses/src/Parameter.cpp trunk/moses/src/StaticData.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mau...@us...> - 2007-05-24 09:07:44
|
Revision: 1397 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1397&view=rev Author: maurocettolo Date: 2007-05-24 02:07:40 -0700 (Thu, 24 May 2007) Log Message: ----------- updated interface to new irstlm toolkit, able to handle micro-macro tag maps Modified Paths: -------------- trunk/moses/src/LanguageModelIRST.cpp trunk/moses/src/LanguageModelIRST.h trunk/moses/src/StaticData.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jds...@us...> - 2007-05-24 13:23:40
|
Revision: 1398 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1398&view=rev Author: jdschroeder Date: 2007-05-24 06:23:36 -0700 (Thu, 24 May 2007) Log Message: ----------- Added support for pharaoh-style XML tags in Sentence input to supplement phrase table translation options. Use command line flag -xml-input. Possible values are: -inclusive (places XML options into mix with regular phrase table choices) -exclusive (no phrase table entries that overlap any of the XML source words are allowed) -ignore (XML markup is removed from input but not used during decoding) -pass-through (default, previous moses behavior: XML data is erroneously treated as words) Modified Paths: -------------- trunk/moses/src/Parameter.cpp trunk/moses/src/Sentence.cpp trunk/moses/src/Sentence.h trunk/moses/src/StaticData.cpp trunk/moses/src/StaticData.h trunk/moses/src/TargetPhrase.cpp trunk/moses/src/TargetPhrase.h trunk/moses/src/TranslationOptionCollection.cpp trunk/moses/src/TranslationOptionCollection.h trunk/moses/src/TranslationOptionCollectionText.cpp trunk/moses/src/TranslationOptionCollectionText.h trunk/moses/src/TypeDef.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <re...@us...> - 2007-06-06 04:49:20
|
Revision: 1415 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1415&view=rev Author: redpony Date: 2007-06-05 21:49:17 -0700 (Tue, 05 Jun 2007) Log Message: ----------- reduce memory consumption by removing data members from Factor object. These were not used anywhere and are determined by context. Since the were not used, it is not even clear if they were being reliably set, so it's better to remove them. Modified Paths: -------------- trunk/moses/src/Factor.cpp trunk/moses/src/Factor.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ph...@us...> - 2007-07-19 19:03:51
|
Revision: 1428 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1428&view=rev Author: phkoehn Date: 2007-07-19 12:03:40 -0700 (Thu, 19 Jul 2007) Log Message: ----------- fixed memort blowup with caching bin ttable / bin reordering table Modified Paths: -------------- trunk/moses/src/Hypothesis.cpp trunk/moses/src/LexicalReorderingTable.cpp trunk/moses/src/PDTAimp.h trunk/moses/src/PhraseDictionaryTreeAdaptor.cpp trunk/moses/src/TranslationOptionCollection.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: Philipp K. <pk...@in...> - 2007-07-19 19:13:06
|
Hi, further comment: the original binary ttable code and binary reordering model code cached at several places the full unpruned phrase table entries for a source phrase. For a Europarl model this means storing over 100,000 translations for the comma ",". Now, only the filtered entries are stored (no repeated lookups are necessary for multiple commas). -phi On 7/19/07, ph...@us... <ph...@us...> wrote: > Revision: 1428 > http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1428&view=rev > Author: phkoehn > Date: 2007-07-19 12:03:40 -0700 (Thu, 19 Jul 2007) > > Log Message: > ----------- > fixed memort blowup with caching bin ttable / bin reordering table > > Modified Paths: > -------------- > trunk/moses/src/Hypothesis.cpp > trunk/moses/src/LexicalReorderingTable.cpp > trunk/moses/src/PDTAimp.h > trunk/moses/src/PhraseDictionaryTreeAdaptor.cpp > trunk/moses/src/TranslationOptionCollection.cpp > > > This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Mosesdecoder-commits mailing list > Mos...@li... > https://lists.sourceforge.net/lists/listinfo/mosesdecoder-commits > > |