From: <hie...@us...> - 2008-08-05 00:24:48
|
Revision: 1872 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1872&view=rev Author: hieuhoang1972 Date: 2008-08-05 00:24:45 +0000 (Tue, 05 Aug 2008) Log Message: ----------- rename IOStream to IOWrapper. move vs.net solution file to root folder Modified Paths: -------------- trunk/misc/processLexicalTable.vcproj trunk/misc/processPhraseTable.vcproj trunk/moses/moses.vcproj trunk/moses-cmd/moses-cmd.vcproj trunk/moses-cmd/src/Main.cpp trunk/moses-cmd/src/Main.h trunk/moses-cmd/src/Makefile.am Added Paths: ----------- trunk/moses-cmd/src/IOWrapper.cpp trunk/moses-cmd/src/IOWrapper.h trunk/moses.sln Removed Paths: ------------- trunk/moses/moses.sln trunk/moses-cmd/src/IOStream.cpp trunk/moses-cmd/src/IOStream.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 16:48:43
|
Revision: 1890 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1890&view=rev Author: redpony Date: 2008-09-24 16:48:23 +0000 (Wed, 24 Sep 2008) Log Message: ----------- enable moses to accept a file that lists feature name and weight pairs. enable moses to export its search graph as a phrase lattice encoded serialized in a Google protocol buffer. This requires protoc (http://code.google.com/p/protobuf/) to function, disabled by default. Modified Paths: -------------- trunk/config.h.in trunk/configure.in trunk/moses/src/DummyScoreProducers.cpp trunk/moses/src/LanguageModelSingleFactor.cpp trunk/moses/src/Makefile.am trunk/moses/src/Manager.cpp trunk/moses/src/Manager.h trunk/moses/src/Parameter.cpp trunk/moses/src/PhraseDictionary.cpp trunk/moses/src/ScoreComponentCollection.h trunk/moses/src/ScoreIndexManager.cpp trunk/moses/src/ScoreIndexManager.h trunk/moses/src/StaticData.cpp trunk/moses/src/StaticData.h trunk/moses/src/TargetPhrase.cpp trunk/moses/src/TargetPhrase.h trunk/moses-cmd/src/Main.cpp Added Paths: ----------- trunk/moses/src/hypergraph.proto trunk/moses/src/rule.proto This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2008-10-08 23:51:37
|
Revision: 1897 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1897&view=rev Author: hieuhoang1972 Date: 2008-10-08 23:51:26 +0000 (Wed, 08 Oct 2008) Log Message: ----------- create namespace Modified Paths: -------------- trunk/misc/processLexicalTable.cpp trunk/misc/processPhraseTable.cpp trunk/moses/src/AlignmentElement.cpp trunk/moses/src/AlignmentElement.h trunk/moses/src/AlignmentPair.cpp trunk/moses/src/AlignmentPair.h trunk/moses/src/AlignmentPhrase.cpp trunk/moses/src/AlignmentPhrase.h trunk/moses/src/BitmapContainer.cpp trunk/moses/src/BitmapContainer.h trunk/moses/src/ConfusionNet.cpp trunk/moses/src/ConfusionNet.h trunk/moses/src/DecodeGraph.cpp trunk/moses/src/DecodeGraph.h trunk/moses/src/DecodeStep.cpp trunk/moses/src/DecodeStep.h trunk/moses/src/DecodeStepGeneration.cpp trunk/moses/src/DecodeStepGeneration.h trunk/moses/src/DecodeStepTranslation.cpp trunk/moses/src/DecodeStepTranslation.h trunk/moses/src/Dictionary.cpp trunk/moses/src/Dictionary.h trunk/moses/src/DummyScoreProducers.cpp trunk/moses/src/DummyScoreProducers.h trunk/moses/src/Factor.cpp trunk/moses/src/Factor.h trunk/moses/src/FactorCollection.cpp trunk/moses/src/FactorCollection.h trunk/moses/src/FactorTypeSet.cpp trunk/moses/src/FactorTypeSet.h trunk/moses/src/File.h trunk/moses/src/FilePtr.h trunk/moses/src/GenerationDictionary.cpp trunk/moses/src/GenerationDictionary.h trunk/moses/src/Hypothesis.cpp trunk/moses/src/Hypothesis.h trunk/moses/src/HypothesisStack.cpp 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/InputFileStream.cpp trunk/moses/src/InputFileStream.h trunk/moses/src/InputType.cpp trunk/moses/src/InputType.h trunk/moses/src/LMList.cpp trunk/moses/src/LMList.h trunk/moses/src/LanguageModel.cpp trunk/moses/src/LanguageModel.h trunk/moses/src/LanguageModelFactory.cpp trunk/moses/src/LanguageModelFactory.h trunk/moses/src/LanguageModelInternal.cpp trunk/moses/src/LanguageModelInternal.h trunk/moses/src/LanguageModelJoint.h trunk/moses/src/LanguageModelMultiFactor.cpp trunk/moses/src/LanguageModelMultiFactor.h trunk/moses/src/LanguageModelSRI.cpp trunk/moses/src/LanguageModelSRI.h trunk/moses/src/LanguageModelSingleFactor.cpp trunk/moses/src/LanguageModelSingleFactor.h trunk/moses/src/LanguageModelSkip.h trunk/moses/src/LexicalReordering.cpp trunk/moses/src/LexicalReordering.h trunk/moses/src/LexicalReorderingTable.cpp trunk/moses/src/LexicalReorderingTable.h trunk/moses/src/Manager.cpp trunk/moses/src/Manager.h trunk/moses/src/NGramCollection.cpp trunk/moses/src/NGramCollection.h trunk/moses/src/NGramNode.cpp trunk/moses/src/NGramNode.h trunk/moses/src/PDTAimp.h trunk/moses/src/Parameter.cpp trunk/moses/src/Parameter.h trunk/moses/src/PartialTranslOptColl.cpp trunk/moses/src/PartialTranslOptColl.h trunk/moses/src/Phrase.cpp trunk/moses/src/Phrase.h trunk/moses/src/PhraseDictionary.cpp trunk/moses/src/PhraseDictionary.h trunk/moses/src/PhraseDictionaryMemory.cpp trunk/moses/src/PhraseDictionaryMemory.h trunk/moses/src/PhraseDictionaryNode.cpp trunk/moses/src/PhraseDictionaryNode.h trunk/moses/src/PhraseDictionaryTree.cpp trunk/moses/src/PhraseDictionaryTree.h trunk/moses/src/PhraseDictionaryTreeAdaptor.cpp trunk/moses/src/PhraseDictionaryTreeAdaptor.h trunk/moses/src/PrefixTree.h trunk/moses/src/PrefixTreeMap.cpp trunk/moses/src/PrefixTreeMap.h trunk/moses/src/ScoreComponentCollection.cpp trunk/moses/src/ScoreComponentCollection.h trunk/moses/src/ScoreIndexManager.cpp trunk/moses/src/ScoreIndexManager.h trunk/moses/src/ScoreProducer.cpp trunk/moses/src/ScoreProducer.h trunk/moses/src/Search.cpp trunk/moses/src/Search.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/SentenceStats.cpp trunk/moses/src/SentenceStats.h trunk/moses/src/SquareMatrix.cpp trunk/moses/src/SquareMatrix.h trunk/moses/src/StaticData.cpp trunk/moses/src/StaticData.h trunk/moses/src/TargetPhrase.cpp trunk/moses/src/TargetPhrase.h trunk/moses/src/TargetPhraseCollection.cpp trunk/moses/src/TargetPhraseCollection.h trunk/moses/src/Timer.cpp trunk/moses/src/Timer.h trunk/moses/src/TranslationOption.cpp trunk/moses/src/TranslationOption.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/TrellisPath.cpp trunk/moses/src/TrellisPath.h trunk/moses/src/TrellisPathCollection.cpp trunk/moses/src/TrellisPathCollection.h trunk/moses/src/TrellisPathList.h trunk/moses/src/TypeDef.h trunk/moses/src/UserMessage.cpp trunk/moses/src/UserMessage.h trunk/moses/src/Util.cpp trunk/moses/src/Util.h trunk/moses/src/Word.cpp trunk/moses/src/Word.h trunk/moses/src/WordLattice.cpp trunk/moses/src/WordLattice.h trunk/moses/src/WordsBitmap.cpp trunk/moses/src/WordsBitmap.h trunk/moses/src/WordsRange.cpp trunk/moses/src/WordsRange.h trunk/moses/src/XmlOption.cpp trunk/moses/src/XmlOption.h trunk/moses-cmd/src/IOWrapper.cpp trunk/moses-cmd/src/IOWrapper.h trunk/moses-cmd/src/Main.cpp trunk/moses-cmd/src/Main.h trunk/moses-cmd/src/TranslationAnalysis.cpp trunk/moses-cmd/src/TranslationAnalysis.h trunk/moses-cmd/src/mbr.cpp trunk/moses-cmd/src/mbr.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2008-10-09 00:20:51
|
Revision: 1898 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1898&view=rev Author: hieuhoang1972 Date: 2008-10-09 00:20:39 +0000 (Thu, 09 Oct 2008) Log Message: ----------- unix build Modified Paths: -------------- trunk/misc/GenerateTuples.cpp trunk/misc/queryLexicalTable.cpp trunk/moses/src/LanguageModelSRI.h trunk/moses-cmd/.cdtbuild This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ph...@us...> - 2008-10-16 21:14:47
|
Revision: 1905 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1905&view=rev Author: phkoehn Date: 2008-10-16 21:14:38 +0000 (Thu, 16 Oct 2008) Log Message: ----------- added headers for standard compliance (gcc 4.3 on 64 bit linux) Modified Paths: -------------- trunk/mert/BleuScorer.h trunk/mert/ScoreStats.h trunk/mert/Types.h trunk/mert/Util.h trunk/moses/src/PCNTools.h trunk/moses/src/TypeDef.h trunk/moses/src/Util.h trunk/moses/src/gzfilebuf.h trunk/scripts/training/mbr/mbr.cpp trunk/scripts/training/phrase-extract/extract.cpp trunk/scripts/training/symal/symal.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2008-10-28 17:17:07
|
Revision: 1919 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1919&view=rev Author: hieuhoang1972 Date: 2008-10-28 17:17:01 +0000 (Tue, 28 Oct 2008) Log Message: ----------- make build instructions. can build with both sri & irst @ same time Modified Paths: -------------- trunk/BUILD-INSTRUCTIONS.txt trunk/regenerate-makefiles.sh This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2008-10-31 18:44:51
|
Revision: 1927 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1927&view=rev Author: hieuhoang1972 Date: 2008-10-31 18:44:44 +0000 (Fri, 31 Oct 2008) Log Message: ----------- eclipse proj Added Paths: ----------- trunk/misc/.cproject trunk/moses/.cproject trunk/moses-cmd/.cproject This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2008-11-04 17:49:53
|
Revision: 1933 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1933&view=rev Author: hieuhoang1972 Date: 2008-11-04 17:49:44 +0000 (Tue, 04 Nov 2008) Log Message: ----------- configure for randlm Modified Paths: -------------- trunk/configure.in trunk/moses/src/TranslationOptionCollection.cpp trunk/moses/src/TranslationOptionList.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2008-11-04 18:03:13
|
Revision: 1935 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1935&view=rev Author: hieuhoang1972 Date: 2008-11-04 18:03:03 +0000 (Tue, 04 Nov 2008) Log Message: ----------- intergrate randlm Modified Paths: -------------- trunk/misc/.cproject trunk/misc/.project trunk/moses/.cproject trunk/moses/src/LanguageModelFactory.cpp trunk/moses/src/Makefile.am trunk/moses/src/TypeDef.h trunk/moses-cmd/.cproject Added Paths: ----------- trunk/moses/src/LanguageModelRandLM.cpp trunk/moses/src/LanguageModelRandLM.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hie...@us...> - 2008-12-10 14:20:15
|
Revision: 1954 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1954&view=rev Author: hieuhoang1972 Date: 2008-12-10 14:20:10 +0000 (Wed, 10 Dec 2008) Log Message: ----------- eclipse files Modified Paths: -------------- trunk/misc/.project trunk/moses-cmd/.project This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <re...@us...> - 2009-01-22 17:50:57
|
Revision: 1990 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1990&view=rev Author: redpony Date: 2009-01-22 17:50:51 +0000 (Thu, 22 Jan 2009) Log Message: ----------- check in code for remote LM-server Added Paths: ----------- trunk/lmserver/ trunk/lmserver/AUTHORS trunk/lmserver/BUILD trunk/lmserver/COPYING trunk/lmserver/ChangeLog trunk/lmserver/INSTALL trunk/lmserver/Makefile.am trunk/lmserver/NEWS trunk/lmserver/README trunk/lmserver/aclocal.m4 trunk/lmserver/compile trunk/lmserver/config.guess trunk/lmserver/config.h.in trunk/lmserver/config.status trunk/lmserver/config.sub trunk/lmserver/configure trunk/lmserver/configure.ac trunk/lmserver/daemon.c trunk/lmserver/depcomp trunk/lmserver/examples/ trunk/lmserver/examples/LMClient.java trunk/lmserver/examples/LMClient.pm trunk/lmserver/examples/query_lmserver.pl trunk/lmserver/install-sh trunk/lmserver/lmserver.c trunk/lmserver/lmserver.h trunk/lmserver/missing trunk/lmserver/srilm.cc trunk/lmserver/srilm.h trunk/lmserver/stamp-h1 trunk/lmserver/stats.h trunk/lmserver/thread.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <re...@us...> - 2009-02-06 15:43:10
|
Revision: 2087 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=2087&view=rev Author: redpony Date: 2009-02-06 15:43:06 +0000 (Fri, 06 Feb 2009) Log Message: ----------- Feature function overhaul. Each feature function is computed in one of three ways: 1) Stateless feature functions from the phrase table/generation table: these are computed when the TranslationOption is created. They become part of the ScoreBreakdown object contained in the TranslationOption and are added to the feature value vector when a hypothesis is extended. 2) Stateless feature functions that are computed during state exploration. Currently, only WordPenalty falls into this category, but these functions implement a method Evaluate which do does not receive a Hypothesis or any contextual information. 3) Stateful feature functions: these features receive the arc information (translation option), compute some value and then return some context information. The context information created by a particular feature function is passed back to it as the previous context when a hypothesis originating at the node where the previous edge terminates is created. States in the search space may be recombined if the context information is identical. The context information must be stored in an object implementing the FFState interface. TODO: 1) the command line interface / MERT interface needs to go to named parameters that are otherwise opaque 2) StatefulFeatureFunction's Evaluate method should just take a TranslationOption and a context object. It is not good that it takes a hypothesis, because then people may be tempted to access information about the "previous" hypothesis without "declaring" this dependency. 3) Future cost estimates should be handled using feature functions. All stateful feature functions need some kind of future cost estimate. 4) Philipp's poor-man's cube pruning is broken. Modified Paths: -------------- trunk/config.h.in trunk/moses/src/DummyScoreProducers.cpp trunk/moses/src/DummyScoreProducers.h trunk/moses/src/GenerationDictionary.cpp trunk/moses/src/GenerationDictionary.h trunk/moses/src/Hypothesis.cpp trunk/moses/src/Hypothesis.h trunk/moses/src/LanguageModel.cpp trunk/moses/src/LanguageModel.h trunk/moses/src/LexicalReordering.cpp trunk/moses/src/LexicalReordering.h trunk/moses/src/Makefile.am trunk/moses/src/PhraseDictionary.cpp trunk/moses/src/PhraseDictionary.h trunk/moses/src/ScoreComponentCollection.h trunk/moses/src/ScoreIndexManager.cpp trunk/moses/src/ScoreIndexManager.h trunk/moses/src/ScoreProducer.cpp trunk/moses/src/ScoreProducer.h trunk/regression-testing/tests/lattice-distortion/truth/results.txt Added Paths: ----------- trunk/moses/src/FFState.cpp trunk/moses/src/FFState.h trunk/moses/src/FeatureFunction.cpp trunk/moses/src/FeatureFunction.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <bh...@us...> - 2009-02-26 11:17:14
|
Revision: 2221 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=2221&view=rev Author: bhaddow Date: 2009-02-26 11:17:12 +0000 (Thu, 26 Feb 2009) Log Message: ----------- Connect new mert to the moses build system Modified Paths: -------------- trunk/Makefile.am trunk/configure.in Added Paths: ----------- trunk/mert/Makefile.am Removed Paths: ------------- trunk/mert/Makefile This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <re...@us...> - 2009-03-12 16:52:45
|
Revision: 2236 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=2236&view=rev Author: redpony Date: 2009-03-12 16:52:27 +0000 (Thu, 12 Mar 2009) Log Message: ----------- fix for one round of problems- this moses will work with g++ > 4.3 Modified Paths: -------------- trunk/config.h.in trunk/moses/src/PDTAimp.h trunk/moses/src/SearchNormal.cpp trunk/regression-testing/run-test-suite.pl 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:31:41
|
Revision: 2343 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=2343&view=rev Author: phkoehn Date: 2009-05-26 19:30:35 +0000 (Tue, 26 May 2009) Log Message: ----------- generalized n-best list reporting for feature functions, added experimental version of global lexical model Modified Paths: -------------- trunk/moses/src/DummyScoreProducers.cpp trunk/moses/src/DummyScoreProducers.h trunk/moses/src/GenerationDictionary.h trunk/moses/src/LanguageModel.h trunk/moses/src/LexicalReordering.h trunk/moses/src/Makefile.am trunk/moses/src/Manager.cpp trunk/moses/src/Parameter.cpp trunk/moses/src/PhraseDictionary.h trunk/moses/src/PhraseDictionaryTree.h trunk/moses/src/PhraseDictionaryTreeAdaptor.h trunk/moses/src/ScoreProducer.h trunk/moses/src/Sentence.cpp trunk/moses/src/StaticData.cpp trunk/moses/src/StaticData.h trunk/moses/src/TargetPhraseCollection.h trunk/moses/src/TranslationOptionCollectionText.cpp trunk/moses-cmd/src/IOWrapper.cpp trunk/regression-testing/tests/lattice-distortion/truth/results.txt trunk/regression-testing/tests/nbest-multi-factor/truth/results.txt trunk/scripts/training/mert-moses-new.pl trunk/scripts/training/mert-moses.pl This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: Philipp K. <pk...@in...> - 2009-05-26 19:40:31
|
Hi, I updated the code guide and broke it off into its own section on the Moses Wiki. The cause for all this was that I added a new feature function - a discriminative global lexical model [Mauser et al, 2009] - that is currently still very experimental. I wrote a more detailed guide on how to add feature functions (which is really pretty straight-forward!) and something on how words, factors and phrases are represented in Moses. More is needed in terms of a gentle introduction to the code, but it is a start. Please help out. -phi On Tue, May 26, 2009 at 8:30 PM, <ph...@us...> wrote: > Revision: 2343 > http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=2343&view=rev > Author: phkoehn > Date: 2009-05-26 19:30:35 +0000 (Tue, 26 May 2009) > > Log Message: > ----------- > generalized n-best list reporting for feature functions, added experimental version of global lexical model > > Modified Paths: > -------------- > trunk/moses/src/DummyScoreProducers.cpp > trunk/moses/src/DummyScoreProducers.h > trunk/moses/src/GenerationDictionary.h > trunk/moses/src/LanguageModel.h > trunk/moses/src/LexicalReordering.h > trunk/moses/src/Makefile.am > trunk/moses/src/Manager.cpp > trunk/moses/src/Parameter.cpp > trunk/moses/src/PhraseDictionary.h > trunk/moses/src/PhraseDictionaryTree.h > trunk/moses/src/PhraseDictionaryTreeAdaptor.h > trunk/moses/src/ScoreProducer.h > trunk/moses/src/Sentence.cpp > trunk/moses/src/StaticData.cpp > trunk/moses/src/StaticData.h > trunk/moses/src/TargetPhraseCollection.h > trunk/moses/src/TranslationOptionCollectionText.cpp > trunk/moses-cmd/src/IOWrapper.cpp > trunk/regression-testing/tests/lattice-distortion/truth/results.txt > trunk/regression-testing/tests/nbest-multi-factor/truth/results.txt > trunk/scripts/training/mert-moses-new.pl > trunk/scripts/training/mert-moses.pl > > > This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. > > ------------------------------------------------------------------------------ > Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT > is a gathering of tech-side developers & brand creativity professionals. Meet > the minds behind Google Creative Lab, Visual Complexity, Processing, & > iPhoneDevCamp as they present alongside digital heavyweights like Barbarian > Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com > _______________________________________________ > Mosesdecoder-commits mailing list > Mos...@li... > https://lists.sourceforge.net/lists/listinfo/mosesdecoder-commits > |
From: <hie...@us...> - 2009-05-27 12:54:06
|
Revision: 2347 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=2347&view=rev Author: hieuhoang1972 Date: 2009-05-27 12:54:04 +0000 (Wed, 27 May 2009) Log Message: ----------- make gcc amd make calls consistent for eric to use in ubuntu package Modified Paths: -------------- trunk/reranking/src/Makefile trunk/scripts/Makefile trunk/scripts/training/cmert-0.5/Makefile trunk/scripts/training/mbr/Makefile trunk/scripts/training/phrase-extract/Makefile trunk/scripts/training/symal/Makefile trunk/sigtest-filter/Makefile This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <bh...@us...> - 2009-08-07 16:48:06
|
Revision: 2477 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=2477&view=rev Author: bhaddow Date: 2009-08-07 16:47:54 +0000 (Fri, 07 Aug 2009) Log Message: ----------- Merge moses-server branch (includes mt moses) into trunk. Plain (single-thread) moses should configure and build as before. Multi-thread and server only available if appropriate options are selected at configure/compile time. Modified Paths: -------------- trunk/Makefile.am trunk/config.h.in trunk/configure.in trunk/misc/Makefile.am trunk/moses/src/BitmapContainer.cpp trunk/moses/src/BitmapContainer.h trunk/moses/src/DecodeGraph.h trunk/moses/src/DecodeStepTranslation.cpp trunk/moses/src/DecodeStepTranslation.h trunk/moses/src/DummyScoreProducers.cpp trunk/moses/src/DummyScoreProducers.h trunk/moses/src/FactorCollection.cpp trunk/moses/src/FactorCollection.h trunk/moses/src/File.h trunk/moses/src/FilePtr.h 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/LanguageModel.cpp trunk/moses/src/LexicalReorderingTable.cpp trunk/moses/src/LexicalReorderingTable.h trunk/moses/src/Makefile.am trunk/moses/src/Manager.cpp trunk/moses/src/Manager.h trunk/moses/src/PDTAimp.h trunk/moses/src/PhraseDictionary.cpp trunk/moses/src/PhraseDictionary.h trunk/moses/src/PhraseDictionaryMemory.cpp trunk/moses/src/PhraseDictionaryMemory.h trunk/moses/src/PhraseDictionaryNode.cpp trunk/moses/src/PhraseDictionaryNode.h trunk/moses/src/PhraseDictionaryTree.cpp trunk/moses/src/PhraseDictionaryTree.h trunk/moses/src/PhraseDictionaryTreeAdaptor.cpp trunk/moses/src/PhraseDictionaryTreeAdaptor.h trunk/moses/src/PrefixTreeMap.cpp trunk/moses/src/PrefixTreeMap.h trunk/moses/src/Search.cpp trunk/moses/src/Search.h trunk/moses/src/SearchCubePruning.cpp trunk/moses/src/SearchCubePruning.h trunk/moses/src/SearchNormal.cpp trunk/moses/src/SearchNormal.h trunk/moses/src/StaticData.cpp trunk/moses/src/StaticData.h trunk/moses/src/TargetPhrase.cpp trunk/moses/src/TargetPhrase.h trunk/moses/src/TranslationOption.h trunk/moses/src/TranslationOptionCollection.cpp trunk/moses-cmd/src/IOWrapper.cpp trunk/moses-cmd/src/IOWrapper.h trunk/moses-cmd/src/Main.cpp trunk/moses-cmd/src/Main.h trunk/moses-cmd/src/Makefile.am trunk/regenerate-makefiles.sh Added Paths: ----------- trunk/config.guess trunk/config.sub trunk/m4/ trunk/m4/ax_boost_base.m4 trunk/m4/ax_boost_thread.m4 trunk/m4/ax_xmlrpc_c.m4 trunk/moses-cmd/src/MainMT.cpp trunk/moses-cmd/src/ThreadPool.cpp trunk/moses-cmd/src/ThreadPool.h trunk/server/ trunk/server/Makefile.am trunk/server/client.perl trunk/server/mosesserver.cpp Removed Paths: ------------- trunk/m4/ax_boost_base.m4 trunk/m4/ax_boost_thread.m4 trunk/m4/ax_xmlrpc_c.m4 trunk/moses/src/AlignmentElement.cpp trunk/moses/src/AlignmentElement.h trunk/moses/src/AlignmentPair.cpp trunk/moses/src/AlignmentPair.h trunk/moses/src/AlignmentPhrase.cpp trunk/moses/src/AlignmentPhrase.h trunk/server/Makefile.am trunk/server/client.perl trunk/server/mosesserver.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: Philipp K. <pk...@in...> - 2009-08-08 02:52:47
|
Hi Barry, great work! How do you configure/use this? -phi On Fri, Aug 7, 2009 at 5:47 PM, <bh...@us...> wrote: > Revision: 2477 > http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=2477&view=rev > Author: bhaddow > Date: 2009-08-07 16:47:54 +0000 (Fri, 07 Aug 2009) > > Log Message: > ----------- > Merge moses-server branch (includes mt moses) into trunk. > Plain (single-thread) moses should configure and build as before. > Multi-thread and server only available if appropriate options are selected > at configure/compile time. > > Modified Paths: > -------------- > trunk/Makefile.am > trunk/config.h.in > trunk/configure.in > trunk/misc/Makefile.am > trunk/moses/src/BitmapContainer.cpp > trunk/moses/src/BitmapContainer.h > trunk/moses/src/DecodeGraph.h > trunk/moses/src/DecodeStepTranslation.cpp > trunk/moses/src/DecodeStepTranslation.h > trunk/moses/src/DummyScoreProducers.cpp > trunk/moses/src/DummyScoreProducers.h > trunk/moses/src/FactorCollection.cpp > trunk/moses/src/FactorCollection.h > trunk/moses/src/File.h > trunk/moses/src/FilePtr.h > 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/LanguageModel.cpp > trunk/moses/src/LexicalReorderingTable.cpp > trunk/moses/src/LexicalReorderingTable.h > trunk/moses/src/Makefile.am > trunk/moses/src/Manager.cpp > trunk/moses/src/Manager.h > trunk/moses/src/PDTAimp.h > trunk/moses/src/PhraseDictionary.cpp > trunk/moses/src/PhraseDictionary.h > trunk/moses/src/PhraseDictionaryMemory.cpp > trunk/moses/src/PhraseDictionaryMemory.h > trunk/moses/src/PhraseDictionaryNode.cpp > trunk/moses/src/PhraseDictionaryNode.h > trunk/moses/src/PhraseDictionaryTree.cpp > trunk/moses/src/PhraseDictionaryTree.h > trunk/moses/src/PhraseDictionaryTreeAdaptor.cpp > trunk/moses/src/PhraseDictionaryTreeAdaptor.h > trunk/moses/src/PrefixTreeMap.cpp > trunk/moses/src/PrefixTreeMap.h > trunk/moses/src/Search.cpp > trunk/moses/src/Search.h > trunk/moses/src/SearchCubePruning.cpp > trunk/moses/src/SearchCubePruning.h > trunk/moses/src/SearchNormal.cpp > trunk/moses/src/SearchNormal.h > trunk/moses/src/StaticData.cpp > trunk/moses/src/StaticData.h > trunk/moses/src/TargetPhrase.cpp > trunk/moses/src/TargetPhrase.h > trunk/moses/src/TranslationOption.h > trunk/moses/src/TranslationOptionCollection.cpp > trunk/moses-cmd/src/IOWrapper.cpp > trunk/moses-cmd/src/IOWrapper.h > trunk/moses-cmd/src/Main.cpp > trunk/moses-cmd/src/Main.h > trunk/moses-cmd/src/Makefile.am > trunk/regenerate-makefiles.sh > > Added Paths: > ----------- > trunk/config.guess > trunk/config.sub > trunk/m4/ > trunk/m4/ax_boost_base.m4 > trunk/m4/ax_boost_thread.m4 > trunk/m4/ax_xmlrpc_c.m4 > trunk/moses-cmd/src/MainMT.cpp > trunk/moses-cmd/src/ThreadPool.cpp > trunk/moses-cmd/src/ThreadPool.h > trunk/server/ > trunk/server/Makefile.am > trunk/server/client.perl > trunk/server/mosesserver.cpp > > Removed Paths: > ------------- > trunk/m4/ax_boost_base.m4 > trunk/m4/ax_boost_thread.m4 > trunk/m4/ax_xmlrpc_c.m4 > trunk/moses/src/AlignmentElement.cpp > trunk/moses/src/AlignmentElement.h > trunk/moses/src/AlignmentPair.cpp > trunk/moses/src/AlignmentPair.h > trunk/moses/src/AlignmentPhrase.cpp > trunk/moses/src/AlignmentPhrase.h > trunk/server/Makefile.am > trunk/server/client.perl > trunk/server/mosesserver.cpp > > > This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Mosesdecoder-commits mailing list > Mos...@li... > https://lists.sourceforge.net/lists/listinfo/mosesdecoder-commits > |
From: <hie...@us...> - 2009-10-02 09:54:22
|
Revision: 2559 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=2559&view=rev Author: hieuhoang1972 Date: 2009-10-02 09:54:10 +0000 (Fri, 02 Oct 2009) Log Message: ----------- visual studio Modified Paths: -------------- trunk/misc/processLexicalTable.vcproj trunk/misc/processPhraseTable.vcproj trunk/moses/moses.vcproj trunk/moses/src/Phrase.h trunk/moses/src/TypeDef.h trunk/moses-cmd/moses-cmd.vcproj trunk/moses.sln Removed Paths: ------------- trunk/moses/src/mempool.cpp trunk/moses/src/mempool.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jf...@us...> - 2010-02-24 09:19:47
|
Revision: 2930 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=2930&view=rev Author: jfouet Date: 2010-02-24 09:19:37 +0000 (Wed, 24 Feb 2010) Log Message: ----------- Add configure option to link with libsrilm.so Modified Paths: -------------- trunk/config.h.in trunk/configure.in This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jf...@us...> - 2010-02-24 09:27:26
|
Revision: 2932 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=2932&view=rev Author: jfouet Date: 2010-02-24 09:27:18 +0000 (Wed, 24 Feb 2010) Log Message: ----------- Add configure options to link dynamically with libmoses Modified Paths: -------------- trunk/Makefile.am trunk/config.h.in trunk/configure.in trunk/misc/Makefile.am trunk/moses/src/Makefile.am trunk/moses-cmd/src/Makefile.am trunk/regenerate-makefiles.sh This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jf...@us...> - 2010-02-24 10:37:55
|
Revision: 2938 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=2938&view=rev Author: jfouet Date: 2010-02-24 10:37:49 +0000 (Wed, 24 Feb 2010) Log Message: ----------- enable trace with a configure options and fix compilation error when trace are disabled Modified Paths: -------------- trunk/configure.in trunk/mert/Makefile.am trunk/moses/src/TypeDef.h trunk/moses/src/Util.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jf...@us...> - 2010-02-24 11:15:52
|
Revision: 2939 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=2939&view=rev Author: jfouet Date: 2010-02-24 11:15:44 +0000 (Wed, 24 Feb 2010) Log Message: ----------- Use portable include guard instead of pragma once Modified Paths: -------------- trunk/lmserver/lmserver.h trunk/lmserver/srilm.h trunk/lmserver/stats.h trunk/moses/src/BitmapContainer.h trunk/moses/src/ConfusionNet.h trunk/moses/src/DecodeGraph.h trunk/moses/src/DecodeStep.h trunk/moses/src/DecodeStepGeneration.h trunk/moses/src/DecodeStepTranslation.h trunk/moses/src/Dictionary.h trunk/moses/src/DummyScoreProducers.h trunk/moses/src/DynSAInclude/fdstream.h trunk/moses/src/DynSAInclude/file.h trunk/moses/src/DynSAInclude/types.h trunk/moses/src/DynSAInclude/utils.h trunk/moses/src/DynSAInclude/vocab.h trunk/moses/src/DynSuffixArray.h trunk/moses/src/FFState.h trunk/moses/src/Factor.h trunk/moses/src/FactorCollection.h trunk/moses/src/FactorTypeSet.h trunk/moses/src/FeatureFunction.h trunk/moses/src/File.h trunk/moses/src/FilePtr.h trunk/moses/src/FloydWarshall.h trunk/moses/src/GenerationDictionary.h trunk/moses/src/GlobalLexicalModel.h trunk/moses/src/Hypothesis.h trunk/moses/src/HypothesisStack.h trunk/moses/src/HypothesisStackCubePruning.h trunk/moses/src/HypothesisStackNormal.h trunk/moses/src/InputFileStream.h trunk/moses/src/InputType.h trunk/moses/src/LMList.h trunk/moses/src/LVoc.h trunk/moses/src/LanguageModel.h trunk/moses/src/LanguageModelFactory.h trunk/moses/src/LanguageModelIRST.h trunk/moses/src/LanguageModelInternal.h trunk/moses/src/LanguageModelJoint.h trunk/moses/src/LanguageModelMultiFactor.h trunk/moses/src/LanguageModelRandLM.h trunk/moses/src/LanguageModelRemote.h trunk/moses/src/LanguageModelSRI.h trunk/moses/src/LanguageModelSingleFactor.h trunk/moses/src/LanguageModelSkip.h trunk/moses/src/LexicalReordering.h trunk/moses/src/LexicalReorderingTable.h trunk/moses/src/Manager.h trunk/moses/src/NGramCollection.h trunk/moses/src/NGramNode.h trunk/moses/src/ObjectPool.h trunk/moses/src/PCNTools.h trunk/moses/src/PDTAimp.h trunk/moses/src/Parameter.h trunk/moses/src/PartialTranslOptColl.h trunk/moses/src/Phrase.h trunk/moses/src/PhraseDictionary.h trunk/moses/src/PhraseDictionaryDynSuffixArray.h trunk/moses/src/PhraseDictionaryMemory.h trunk/moses/src/PhraseDictionaryNode.h trunk/moses/src/PhraseDictionaryTree.h trunk/moses/src/PhraseDictionaryTreeAdaptor.h trunk/moses/src/PrefixTree.h trunk/moses/src/PrefixTreeMap.h trunk/moses/src/ReorderingConstraint.h trunk/moses/src/ScoreComponentCollection.h trunk/moses/src/ScoreIndexManager.h trunk/moses/src/ScoreProducer.h trunk/moses/src/Search.h trunk/moses/src/SearchCubePruning.h trunk/moses/src/SearchNormal.h trunk/moses/src/Sentence.h trunk/moses/src/SentenceStats.h trunk/moses/src/SquareMatrix.h trunk/moses/src/StaticData.h trunk/moses/src/TargetPhrase.h trunk/moses/src/TargetPhraseCollection.h trunk/moses/src/Timer.h trunk/moses/src/TranslationOption.h trunk/moses/src/TranslationOptionCollection.h trunk/moses/src/TranslationOptionCollectionConfusionNet.h trunk/moses/src/TranslationOptionCollectionText.h trunk/moses/src/TranslationOptionList.h trunk/moses/src/TrellisPath.h trunk/moses/src/TrellisPathCollection.h trunk/moses/src/TrellisPathList.h trunk/moses/src/UniqueObject.h trunk/moses/src/UserMessage.h trunk/moses/src/Word.h trunk/moses/src/WordLattice.h trunk/moses/src/WordsBitmap.h trunk/moses/src/WordsRange.h trunk/moses/src/XmlOption.h trunk/moses/src/gzfilebuf.h trunk/moses/src/hash.h trunk/moses-cmd/src/IOWrapper.h trunk/moses-cmd/src/LatticeMBR.h trunk/moses-cmd/src/Main.h trunk/moses-cmd/src/ThreadPool.h trunk/moses-cmd/src/TranslationAnalysis.h trunk/moses-cmd/src/mbr.h trunk/reranking/src/ParameterNBest.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jf...@us...> - 2010-03-01 11:32:28
|
Revision: 2950 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=2950&view=rev Author: jfouet Date: 2010-03-01 11:32:15 +0000 (Mon, 01 Mar 2010) Log Message: ----------- restore trace by default Modified Paths: -------------- trunk/configure.in trunk/mert/Makefile.am This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |