mosesdecoder/moses
2016-03-03 17:27:40 +01:00
..
FF pseudocode for target-context evaluation in decoding with VW 2016-03-03 17:27:40 +01:00
LM load= option to KenLM exposing more load_method options 2016-02-20 00:07:48 +00:00
parameters Bug fix related to --report-all-factors. 2016-01-12 17:20:29 +00:00
PP daily automatic beautifier 2016-02-13 00:02:04 +00:00
server Fix mosesserver for hiero 2016-02-01 16:26:58 +00:00
Syntax eliminate compiler warnings 2016-01-06 17:35:19 +00:00
TranslationModel Merge branch 'master' of https://github.com/moses-smt/mosesdecoder 2016-01-15 22:52:44 +00:00
AlignmentInfo.cpp daily automatic beautifier 2015-11-02 00:00:37 +00:00
AlignmentInfo.h daily automatic beautifier 2015-11-02 00:00:37 +00:00
AlignmentInfoCollection.cpp Mmsapt now adds word alignment info to target phrases. 2014-10-07 18:08:31 +01:00
AlignmentInfoCollection.h beautify 2015-01-14 11:07:42 +00:00
AlignmentInfoTest.cpp
BaseManager.cpp Code cleanup and refactoring. 2015-12-13 22:31:43 +00:00
BaseManager.h Passing around AllOptions or references thereto everywhere, 2015-12-09 23:05:00 +00:00
Bitmap.cpp beautify 2015-10-26 12:03:54 +00:00
Bitmap.h beautify 2015-10-26 12:03:54 +00:00
BitmapContainer.cpp daily automatic beautifier 2015-12-12 00:00:41 +00:00
BitmapContainer.h Consistent naming: m_futureScore --> m_estimatedScore 2015-11-09 13:40:31 +00:00
Bitmaps.cpp move m_bitmaps into Search class. Cube pruning uses it too 2015-10-26 09:20:08 +00:00
Bitmaps.h WordsRange -> Range 2015-10-25 13:37:59 +00:00
ChartCell.cpp Passing around AllOptions or references thereto everywhere, 2015-12-09 23:05:00 +00:00
ChartCell.h WordsRange -> Range 2015-10-25 13:37:59 +00:00
ChartCellCollection.cpp WordsRange -> Range 2015-10-25 13:37:59 +00:00
ChartCellCollection.h WordsRange -> Range 2015-10-25 13:37:59 +00:00
ChartCellLabel.h WordsRange -> Range 2015-10-25 13:37:59 +00:00
ChartCellLabelSet.h WordsRange -> Range 2015-10-25 13:37:59 +00:00
ChartHypothesis.cpp Code cleanup and refactoring. 2015-12-11 01:09:22 +00:00
ChartHypothesis.h Code cleanup and refactoring. 2015-12-11 01:09:22 +00:00
ChartHypothesisCollection.cpp Consistent naming: total score -> m_futureScore 2015-11-09 12:44:39 +00:00
ChartHypothesisCollection.h Fix a few compiler warnings (clang) 2015-11-27 12:20:38 +00:00
ChartKBestExtractor.cpp Code cleanup and refactoring. 2015-12-11 01:09:22 +00:00
ChartKBestExtractor.h score deltas in chart decoding 2015-01-07 14:25:43 +00:00
ChartManager.cpp Merge branch 'master' of https://github.com/moses-smt/mosesdecoder 2015-12-13 22:31:58 +00:00
ChartManager.h WordsRange -> Range 2015-10-25 13:37:59 +00:00
ChartParser.cpp daily automatic beautifier 2015-12-13 23:07:15 +00:00
ChartParser.h Code cleanup and refactoring. 2015-12-11 01:09:22 +00:00
ChartParserCallback.h WordsRange -> Range 2015-10-25 13:37:59 +00:00
ChartRuleLookupManager.cpp
ChartRuleLookupManager.h WordsRange -> Range 2015-10-25 13:37:59 +00:00
ChartTranslationOption.cpp beautify 2015-01-14 11:07:42 +00:00
ChartTranslationOption.h beautify 2015-01-14 11:07:42 +00:00
ChartTranslationOptionList.cpp daily automatic beautifier 2015-12-12 18:04:13 +00:00
ChartTranslationOptionList.h Code cleanup and refactoring. 2015-12-11 13:52:48 +00:00
ChartTranslationOptions.cpp Code cleanup and refactoring. 2015-12-13 22:31:43 +00:00
ChartTranslationOptions.h WordsRange -> Range 2015-10-25 13:37:59 +00:00
CMakeLists.txt
ConfusionNet.cpp daily automatic beautifier 2015-12-12 18:04:13 +00:00
ConfusionNet.h Code cleanup and refactoring. 2015-12-11 01:09:22 +00:00
ContextScope.h Code cleanup and refactoring. 2015-12-13 22:31:43 +00:00
DecodeGraph.cpp
DecodeGraph.h beautify 2015-01-14 11:07:42 +00:00
DecodeStep.cpp
DecodeStep.h
DecodeStepGeneration.cpp WordsRange -> Range 2015-10-25 13:37:59 +00:00
DecodeStepGeneration.h
DecodeStepTranslation.cpp daily automatic beautifier 2015-11-02 00:00:37 +00:00
DecodeStepTranslation.h daily automatic beautifier 2015-11-02 00:00:37 +00:00
ExportInterface.cpp Bug fix in server as suggested by Martin Baumgärtner. 2016-01-11 15:48:36 -06:00
ExportInterface.h Enforce const-ness of command line arguments; bug fix in mosesserver.cpp. 2015-11-11 01:08:05 +00:00
Factor.cpp
Factor.h Option for target constituent constrained phrase extraction. TargetConstituentAdjacencyFeature. 2016-02-12 17:46:57 +00:00
FactorCollection.cpp beautify 2015-01-14 11:07:42 +00:00
FactorCollection.h don't hardcode amount of mem to be used by lmplz 2015-08-16 20:32:07 +04:00
FactorTypeSet.cpp
FactorTypeSet.h
FeatureVector.cpp make util::StringStream more like std::stringstream 2015-10-16 19:03:22 +00:00
FeatureVector.h Improved reporting of nbest scores via server interface. 2015-11-01 14:53:16 +00:00
FeatureVectorTest.cpp
File.cpp
File.h daily automatic beautifier 2015-10-16 20:17:00 +01:00
FilePtr.h
FloydWarshall.cpp
FloydWarshall.h
ForestInput.cpp Code cleanup and refactoring. 2015-12-11 01:09:22 +00:00
ForestInput.h Code cleanup and refactoring. 2015-12-11 01:09:22 +00:00
GenerationDictionary.cpp Code cleanup and refactoring. 2015-12-11 01:09:22 +00:00
GenerationDictionary.h Code cleanup and refactoring. 2015-12-11 01:09:22 +00:00
gzfilebuf.h Check for error when opening gzfilebuf. 2015-06-13 21:31:53 +07:00
hypergraph.proto
HypergraphOutput.cpp Code cleanup and refactoring. 2015-12-11 13:52:48 +00:00
HypergraphOutput.h daily automatic beautifier 2015-12-12 18:04:13 +00:00
HypoList.h
Hypothesis.cpp Passing around AllOptions or references thereto everywhere, 2015-12-09 23:05:00 +00:00
Hypothesis.h Code cleanup. 2015-12-07 16:07:11 +00:00
HypothesisStack.cpp delete use of mempool in Hypos. Never used. Getting in the way of next refactoring 2015-10-19 11:48:27 +01:00
HypothesisStack.h WordsBitmap -> Bitmap 2015-10-25 13:07:25 +00:00
HypothesisStackCubePruning.cpp Passing around AllOptions or references thereto everywhere, 2015-12-09 23:05:00 +00:00
HypothesisStackCubePruning.h Consistent naming: m_futureScore --> m_estimatedScore 2015-11-09 13:40:31 +00:00
HypothesisStackNormal.cpp daily automatic beautifier 2015-12-11 00:00:33 +00:00
HypothesisStackNormal.h WordsBitmap -> Bitmap 2015-10-25 13:07:25 +00:00
Incremental.cpp eliminate compiler warnings 2016-01-06 17:35:19 +00:00
Incremental.h beautify. Add sed for trailing spaces 2015-05-13 11:29:16 +01:00
InputFileStream.cpp
InputFileStream.h Check for error when opening gzfilebuf. 2015-06-13 21:31:53 +07:00
InputPath.cpp Code cleanup and refactoring. 2015-12-13 22:31:43 +00:00
InputPath.h daily automatic beautifier 2015-12-13 23:07:15 +00:00
InputType.cpp Code cleanup and refactoring. 2015-12-11 01:09:22 +00:00
InputType.h Code cleanup and refactoring. 2015-12-11 01:09:22 +00:00
IOWrapper.cpp Code cleanup and refactoring. 2015-12-11 13:52:48 +00:00
IOWrapper.h Code cleanup and refactoring. 2015-12-11 01:09:22 +00:00
Jamfile Hiero phrase orientation 2015-12-10 12:56:37 +00:00
LatticeMBR.cpp Passing around AllOptions or references thereto everywhere, 2015-12-09 23:05:00 +00:00
LatticeMBR.h const some args. Ready to internalize n-best creation into Managers 2014-12-10 20:04:16 +00:00
LVoc.cpp
LVoc.h use astyle 2.01. It's on Edinburgh server and doesn't screw up enum 2015-01-14 19:21:11 +00:00
Manager.cpp Bug fix related to --report-all-factors. 2016-01-12 17:20:29 +00:00
Manager.h daily automatic beautifier 2015-12-09 00:00:35 +00:00
mbr.cpp daily automatic beautifier 2015-12-09 00:00:35 +00:00
mbr.h daily automatic beautifier 2015-12-09 00:00:35 +00:00
MockHypothesis.cpp Merge branch 'master' of https://github.com/moses-smt/mosesdecoder 2015-12-11 01:59:26 +00:00
MockHypothesis.h Managers and feature functions now have access to the entire TranslationTask, not just the InputType. 2015-03-26 18:25:54 +00:00
MosesTest.cpp
NonTerminal.cpp
NonTerminal.h
ObjectPool.h
OutputCollector.h daily automatic beautifier 2015-08-08 00:00:45 +01:00
OutputFileStream.cpp prune multiple files at once. Make up for failure in ems to give the full path of the gen table 2015-06-25 13:02:29 +04:00
OutputFileStream.h prune multiple files at once. Make up for failure in ems to give the full path of the gen table 2015-06-25 13:02:29 +04:00
Parameter.cpp Added switch --daemon: fork and run moses server in background. The parent won't exit until the child is ready to serve. 2015-12-07 16:01:12 +00:00
Parameter.h daily automatic beautifier 2015-11-12 00:00:40 +00:00
PartialTranslOptColl.cpp Code cleanup. 2015-12-07 16:07:11 +00:00
PartialTranslOptColl.h daily automatic beautifier 2015-12-09 00:00:35 +00:00
PCNTools.cpp
PCNTools.h beautify 2015-01-14 11:07:42 +00:00
PDTAimp.cpp daily automatic beautifier 2015-12-13 23:07:15 +00:00
PDTAimp.h daily automatic beautifier 2015-12-13 23:07:15 +00:00
Phrase.cpp Code cleanup and refactoring. 2015-12-11 01:09:22 +00:00
Phrase.h Code cleanup and refactoring. 2015-12-13 22:31:43 +00:00
PrefixTree.h Bug fix in a sanity check in PrefixTree.h 2014-11-21 23:58:17 +00:00
PrefixTreeMap.cpp delete typedefs for UINT32 and UINT64. MSVC now has uint32_t and uint64_t /Ken 2015-03-25 00:55:39 +00:00
PrefixTreeMap.h minor leak showing for lex reordering. Just refactor 2014-04-23 15:12:27 +01:00
Range.cpp WordsRange -> Range 2015-10-25 13:37:59 +00:00
Range.h explicit default constructor. Just in case 2015-11-05 13:41:16 +00:00
ReorderingConstraint.cpp daily automatic beautifier 2015-12-12 00:00:41 +00:00
ReorderingConstraint.h daily automatic beautifier 2015-12-12 00:00:41 +00:00
rule.proto
RuleCube.cpp Code cleanup and refactoring. 2015-12-11 01:09:22 +00:00
RuleCube.h
RuleCubeItem.cpp Consistent naming: total score -> m_futureScore 2015-11-09 12:44:39 +00:00
RuleCubeItem.h
RuleCubeQueue.cpp Code cleanup and refactoring. 2015-12-11 13:52:48 +00:00
RuleCubeQueue.h
ScoreComponentCollection.cpp daily automatic beautifier 2015-11-02 00:00:37 +00:00
ScoreComponentCollection.h daily automatic beautifier 2015-11-02 00:00:37 +00:00
ScoreComponentCollectionTest.cpp daily automatic beautifier 2015-11-25 00:00:39 +00:00
Search.cpp Passing around AllOptions or references thereto everywhere, 2015-12-09 23:05:00 +00:00
Search.h Code cleanup. 2015-12-07 16:07:11 +00:00
SearchCubePruning.cpp Passing around AllOptions or references thereto everywhere, 2015-12-09 23:05:00 +00:00
SearchCubePruning.h Code cleanup. 2015-12-07 16:07:11 +00:00
SearchNormal.cpp Code cleanup. 2015-12-07 16:07:11 +00:00
SearchNormal.h Code cleanup. 2015-12-07 16:07:11 +00:00
Sentence.cpp daily automatic beautifier 2015-12-12 18:04:13 +00:00
Sentence.h Code cleanup and refactoring. 2015-12-11 01:09:22 +00:00
SentenceStats.cpp
SentenceStats.h Consistent naming: total score -> m_futureScore 2015-11-09 12:44:39 +00:00
SquareMatrix.cpp beautify 2015-11-09 15:00:24 +00:00
SquareMatrix.h Consistent naming: m_futureScore --> m_estimatedScore 2015-11-09 13:40:31 +00:00
StackVec.h extend FF framework by add StackVec* argument to 2nd Evaluate(). NULL if phrase-based 2014-05-08 17:51:45 +01:00
StaticData.cpp eliminate compiler warnings 2016-01-06 17:35:19 +00:00
StaticData.h Code cleanup and refactoring. 2015-12-13 22:31:43 +00:00
SyntacticLanguageModel.cpp
SyntacticLanguageModel.h beautify 2015-01-14 11:07:42 +00:00
SyntacticLanguageModelFiles.h
SyntacticLanguageModelState.h
TabbedSentence.cpp Code cleanup and refactoring. 2015-12-11 01:09:22 +00:00
TabbedSentence.h Code cleanup and refactoring. 2015-12-11 01:09:22 +00:00
TargetPhrase.cpp eliminate compiler warnings 2016-01-06 17:35:19 +00:00
TargetPhrase.h consistent naming of future scores, estimated scores 2015-11-03 05:55:26 +00:00
TargetPhraseCollection.cpp
TargetPhraseCollection.h Life cycle of TargetPhraseCollection is now managed via shared pointers. 2015-10-18 21:27:58 +01:00
Terminal.h
thread_safe_container.h Restore readability. 2015-08-02 21:22:52 +01:00
ThreadPool.cpp remove unused method, and misleading comment 2015-11-10 21:35:08 +00:00
ThreadPool.h remove unused method, and misleading comment 2015-11-10 21:35:08 +00:00
Timer.cpp move global Timer to Timer.h 2015-11-17 16:15:13 +00:00
Timer.h move global Timer to Timer.h 2015-11-17 16:15:13 +00:00
TrainingTask.h beautify 2015-05-02 11:45:24 +01:00
TranslationAnalysis.cpp WordsRange -> Range 2015-10-25 13:37:59 +00:00
TranslationAnalysis.h beautify 2015-01-14 11:07:42 +00:00
TranslationOption.cpp WordsRange -> Range 2015-10-25 13:37:59 +00:00
TranslationOption.h WordsRange -> Range 2015-10-25 13:37:59 +00:00
TranslationOptionCollection.cpp Code cleanup and refactoring. 2015-12-11 13:52:48 +00:00
TranslationOptionCollection.h Code cleanup and refactoring. 2015-12-11 13:52:48 +00:00
TranslationOptionCollectionConfusionNet.cpp daily automatic beautifier 2015-12-13 23:07:15 +00:00
TranslationOptionCollectionConfusionNet.h daily automatic beautifier 2015-12-12 18:04:13 +00:00
TranslationOptionCollectionLattice.cpp daily automatic beautifier 2015-12-13 23:07:15 +00:00
TranslationOptionCollectionLattice.h Code cleanup and refactoring. 2015-12-11 13:52:48 +00:00
TranslationOptionCollectionText.cpp Merge branch 'master' of https://github.com/moses-smt/mosesdecoder 2015-12-13 22:31:58 +00:00
TranslationOptionCollectionText.h Code cleanup and refactoring. 2015-12-11 13:52:48 +00:00
TranslationOptionList.cpp beautify 2015-02-19 12:27:23 +00:00
TranslationOptionList.h some refactoring of VW, towards customizable loss calculation in training 2015-03-04 14:26:26 +01:00
TranslationTask.cpp daily automatic beautifier 2015-12-11 00:00:33 +00:00
TranslationTask.h Passing around AllOptions or references thereto everywhere, 2015-12-09 23:05:00 +00:00
TreeInput.cpp daily automatic beautifier 2015-12-12 00:00:41 +00:00
TreeInput.h Code cleanup and refactoring. 2015-12-11 01:09:22 +00:00
TrellisPath.cpp delete check on how total score is calculated 2016-01-19 22:34:06 +00:00
TrellisPath.h daily automatic beautifier 2015-11-12 00:00:40 +00:00
TrellisPathCollection.cpp
TrellisPathCollection.h Consistent naming: total score -> m_futureScore 2015-11-09 12:44:39 +00:00
TrellisPathList.h
TypeDef.h Added #define for boost::weak_ptr. 2015-10-28 10:25:32 +00:00
UniqueObject.h
Util.cpp move global Timer to Timer.h 2015-11-17 16:15:13 +00:00
Util.h move global Timer to Timer.h 2015-11-17 16:15:13 +00:00
Word.cpp daily automatic beautifier 2015-12-13 23:07:15 +00:00
Word.h templatize Comparer for unordered maps/set 2015-10-18 01:02:38 +01:00
WordLattice.cpp Code cleanup and refactoring. 2015-12-11 13:52:48 +00:00
WordLattice.h Code cleanup and refactoring. 2015-12-11 01:09:22 +00:00
WordsBitmapTest.cpp daily automatic beautifier 2015-10-26 12:52:18 +00:00
XmlOption.cpp Code cleanup and refactoring. 2015-12-11 01:09:22 +00:00
XmlOption.h Code cleanup and refactoring. 2015-12-11 01:09:22 +00:00
xmlrpc-c.h daily automatic beautifier 2015-11-05 00:00:36 +00:00