mosesdecoder/moses
2014-11-20 17:28:50 +00:00
..
FF Merge s2t branch 2014-11-04 13:13:56 +00:00
LM compatibility with NPLM 0.3 (fork on https://github.com/rsennrich/nplm) 2014-11-17 15:12:18 +00:00
PP OrientationPhraseProperty 2014-08-07 21:43:09 +01:00
Syntax cygwin compile 2014-11-17 17:44:46 +00:00
TranslationModel Minor changes due to changes in the Moses API. Removed from list of standard programs to be compiled and installed. May need some work to get it working again. 2014-11-16 16:31:12 +00:00
AlignmentInfo.cpp Merge s2t branch 2014-11-04 13:13:56 +00:00
AlignmentInfo.h Merge s2t branch 2014-11-04 13:13:56 +00:00
AlignmentInfoCollection.cpp Mmsapt now adds word alignment info to target phrases. 2014-10-07 18:08:31 +01:00
AlignmentInfoCollection.h Mmsapt now adds word alignment info to target phrases. 2014-10-07 18:08:31 +01:00
AlignmentInfoTest.cpp beautify 2013-05-29 18:16:15 +01:00
BitmapContainer.cpp method rename 2014-08-08 16:41:16 +01:00
BitmapContainer.h speed up compiling by removing headers from StaticData.h 2013-10-03 11:05:53 +01:00
ChartCell.cpp Merge branch 'master' of github.com:moses-smt/mosesdecoder 2014-08-11 11:49:38 +01:00
ChartCell.h Implement hypergraph output for chart moses 2014-08-07 21:20:10 +01:00
ChartCellCollection.cpp beautify 2013-05-29 18:16:15 +01:00
ChartCellCollection.h delete input path creation. Already doing it in ChartParser. SCFG algorithm needs a cleanup 2014-06-16 14:37:36 +01:00
ChartCellLabel.h add input path to chart cell label 2014-06-16 00:55:36 +01:00
ChartCellLabelSet.h parse chart compression for faster CYK+ parsing with syntax systems. 2014-09-01 18:16:22 +01:00
ChartHypothesis.cpp Merge branch 'master' of github.com:moses-smt/mosesdecoder 2014-08-11 11:49:38 +01:00
ChartHypothesis.h method rename 2014-08-08 16:41:16 +01:00
ChartHypothesisCollection.cpp Merge branch 'master' of github.com:moses-smt/mosesdecoder 2014-08-11 11:49:38 +01:00
ChartHypothesisCollection.h Implement hypergraph output for chart moses 2014-08-07 21:20:10 +01:00
ChartKBestExtractor.cpp n-best tree output 2014-09-12 19:17:23 +02:00
ChartKBestExtractor.h n-best tree output 2014-09-12 19:17:23 +02:00
ChartManager.cpp delete lineNumber variable from ChartManager. It should always be carried by the input sentence itself 2014-10-08 19:23:26 +01:00
ChartManager.h delete lineNumber variable from ChartManager. It should always be carried by the input sentence itself 2014-10-08 19:23:26 +01:00
ChartParser.cpp Merge s2t branch 2014-11-04 13:13:56 +00:00
ChartParser.h moses_chart: implement -output-unknowns option. 2014-03-17 13:09:54 +00:00
ChartParserCallback.h method rename 2014-08-08 18:11:30 +01:00
ChartRuleLookupManager.cpp skelete pt 2013-09-28 09:42:17 +01:00
ChartRuleLookupManager.h various optimizations to make CYK+ parser several times faster and eat less memory. 2014-03-21 11:12:24 +00:00
ChartTranslationOption.cpp method rename 2014-08-08 16:18:24 +01:00
ChartTranslationOption.h method rename 2014-08-08 16:18:24 +01:00
ChartTranslationOptionList.cpp method rename 2014-08-08 18:11:30 +01:00
ChartTranslationOptionList.h method rename 2014-08-08 18:11:30 +01:00
ChartTranslationOptions.cpp method rename 2014-08-08 16:18:24 +01:00
ChartTranslationOptions.h method rename 2014-08-08 16:18:24 +01:00
CMakeLists.txt Checking in examples of CMake files. 2013-09-06 13:39:46 -04:00
ConfusionNet.cpp Commented out unused variable. 2014-06-05 01:40:27 +01:00
ConfusionNet.h UTIL_THROW_IF -> UTIL_THROW_IF2 2013-11-22 20:27:46 +00:00
DecodeGraph.cpp transliteration pt obery backoff argument. Probably not threadable yet 2013-12-05 13:06:35 +00:00
DecodeGraph.h each target phrase knows what decode graph created it 2014-08-02 17:15:01 +01:00
DecodeStep.cpp transliteration pt obery backoff argument. Probably not threadable yet 2013-12-05 13:06:35 +00:00
DecodeStep.h transliteration pt obery backoff argument. Probably not threadable yet 2013-12-05 13:06:35 +00:00
DecodeStepGeneration.cpp method rename 2014-08-08 15:59:34 +01:00
DecodeStepGeneration.h transliteration pt obery backoff argument. Probably not threadable yet 2013-12-05 13:06:35 +00:00
DecodeStepTranslation.cpp method rename 2014-08-08 15:59:34 +01:00
DecodeStepTranslation.h transliteration pt obery backoff argument. Probably not threadable yet 2013-12-05 13:06:35 +00:00
Factor.cpp move moses/src/* to moses/ 2012-11-12 19:56:18 +00:00
Factor.h beautify 2013-05-29 18:16:15 +01:00
FactorCollection.cpp tiny changes 2014-08-07 21:42:30 +01:00
FactorCollection.h tiny changes 2014-08-07 21:42:30 +01:00
FactorTypeSet.cpp beautify 2013-05-31 00:00:21 +01:00
FactorTypeSet.h figure out which feature function to apply at which decode step. Book-keeping 2013-05-30 18:34:10 +01:00
FeatureVector.cpp Fix output of sparse features in hypergraph 2014-08-08 16:05:50 +01:00
FeatureVector.h Fix output of sparse features in hypergraph 2014-08-08 16:05:50 +01:00
FeatureVectorTest.cpp Re-enable unit tests. They all pass. 2013-09-14 17:15:41 +01:00
File.cpp move moses/src/* to moses/ 2012-11-12 19:56:18 +00:00
File.h merged upstream with origin for mingw 2014-01-15 18:16:56 +00:00
FilePtr.h move moses/src/* to moses/ 2012-11-12 19:56:18 +00:00
FloydWarshall.cpp UTIL_THROW_IF -> UTIL_THROW_IF2 2013-11-22 20:27:46 +00:00
FloydWarshall.h move moses/src/* to moses/ 2012-11-12 19:56:18 +00:00
GenerationDictionary.cpp UTIL_THROW_IF -> UTIL_THROW_IF2 2013-11-22 20:27:46 +00:00
GenerationDictionary.h move collection of generation-table from Staticdata to GenerationDictionary 2013-11-15 17:43:41 +00:00
gzfilebuf.h move moses/src/* to moses/ 2012-11-12 19:56:18 +00:00
hypergraph.proto move moses/src/* to moses/ 2012-11-12 19:56:18 +00:00
HypergraphOutput.cpp delete lineNumber variable from Manager and TranslationTask. It should always be carried by the input sentence itself 2014-10-07 19:16:30 +01:00
HypergraphOutput.h Implement hypergraph output for chart moses 2014-08-07 21:20:10 +01:00
HypoList.h move moses/src/* to moses/ 2012-11-12 19:56:18 +00:00
Hypothesis.cpp Fix seg fault in lattice samples 2014-08-11 09:40:34 +01:00
Hypothesis.h method rename 2014-08-08 16:41:16 +01:00
HypothesisStack.cpp move moses/src/* to moses/ 2012-11-12 19:56:18 +00:00
HypothesisStack.h beautify 2013-05-29 18:16:15 +01:00
HypothesisStackCubePruning.cpp -stack 0 means no stack pruning 2014-04-09 10:33:33 +01:00
HypothesisStackCubePruning.h move moses/src/* to moses/ 2012-11-12 19:56:18 +00:00
HypothesisStackNormal.cpp -stack 0 means no stack pruning 2014-04-09 10:33:33 +01:00
HypothesisStackNormal.h move moses/src/* to moses/ 2012-11-12 19:56:18 +00:00
Incremental.cpp method rename 2014-08-08 18:11:30 +01:00
Incremental.h beautify 2013-05-29 18:16:15 +01:00
InputFileStream.cpp move moses/src/* to moses/ 2012-11-12 19:56:18 +00:00
InputFileStream.h move moses/src/* to moses/ 2012-11-12 19:56:18 +00:00
InputPath.cpp Commented out unused variable. 2014-06-05 01:40:51 +01:00
InputPath.h debugging info 2014-04-30 20:20:07 +01:00
InputType.cpp move checking of legacy phrase-table to StaticData 2013-10-02 20:02:05 +01:00
InputType.h faster compilation by taking some #includes from Word.h and Phrase.h 2013-10-04 15:40:23 +01:00
IOWrapper.cpp simulated post editing 2014-11-20 17:28:50 +00:00
IOWrapper.h Small changes to Parameters and StaticData 2014-11-20 11:21:50 +00:00
Jamfile Merge s2t branch 2014-11-04 13:13:56 +00:00
LatticeMBR.cpp consistent namespace 2014-10-09 12:52:06 +01:00
LatticeMBR.h consistent namespace 2014-10-09 12:52:06 +01:00
LVoc.cpp move moses/src/* to moses/ 2012-11-12 19:56:18 +00:00
LVoc.h replace CHECK with UTIL_THROW_IF in Moses 2013-11-19 18:52:15 +00:00
Manager.cpp delete lineNumber variable from Manager and TranslationTask. It should always be carried by the input sentence itself 2014-10-07 19:16:30 +01:00
Manager.h delete lineNumber variable from Manager and TranslationTask. It should always be carried by the input sentence itself 2014-10-07 19:16:30 +01:00
mbr.cpp move TranslationTask into moses/ 2014-09-30 12:59:31 +01:00
mbr.h move TranslationTask into moses/ 2014-09-30 12:59:31 +01:00
MockHypothesis.cpp delete lineNumber variable from Manager and TranslationTask. It should always be carried by the input sentence itself 2014-10-07 19:16:30 +01:00
MockHypothesis.h all hypotheses have translation option. All translation options have target phrase 2013-08-05 16:53:15 +01:00
MosesTest.cpp move moses/src/* to moses/ 2012-11-12 19:56:18 +00:00
NonTerminal.cpp beautify 2013-08-07 14:18:12 +01:00
NonTerminal.h Add NonTerminalSet variable to InputPath 2013-08-02 15:54:49 +01:00
ObjectPool.h move moses/src/* to moses/ 2012-11-12 19:56:18 +00:00
OutputCollector.h compiles with eclipse under OSX Mavericks 2013-10-30 21:23:16 +00:00
Parameter.cpp Parameter error 2014-11-20 17:05:08 +00:00
Parameter.h Parameter error 2014-11-20 17:05:08 +00:00
PartialTranslOptColl.cpp replace nth_element() with macro that execute sort() instead for gcc 4.8.1 & 4.8.2 2013-11-15 10:55:38 +00:00
PartialTranslOptColl.h push InpuutPath down into phrase dictionary for legacy methods 2013-08-06 17:09:53 +01:00
PCNTools.cpp UTIL_THROW_IF -> UTIL_THROW_IF2 2013-11-22 20:27:46 +00:00
PCNTools.h beautify 2013-09-27 09:35:24 +01:00
PDTAimp.cpp Fix a few compiler warnings (from Clang mostly). 2014-10-10 14:22:53 +01:00
PDTAimp.h move methods for PDAimp into .cpp file 2014-08-04 14:41:12 +01:00
Phrase.cpp Eliminated factor delimiter from the parameters of 2014-05-31 14:33:31 +01:00
Phrase.h Changed Phrase.m_words from private to protected. 2014-06-05 01:41:50 +01:00
PrefixTree.h delete includes for util/check.hh 2013-11-21 18:58:28 +00:00
PrefixTreeMap.cpp minor leak showing for lex reordering. Just refactor 2014-04-23 15:12:27 +01:00
PrefixTreeMap.h minor leak showing for lex reordering. Just refactor 2014-04-23 15:12:27 +01:00
ReorderingConstraint.cpp replace CHECK with UTIL_THROW_IF in Moses 2013-11-19 17:23:19 +00:00
ReorderingConstraint.h faster compilation by taking some #includes from Word.h and Phrase.h 2013-10-04 15:40:23 +01:00
rule.proto move moses/src/* to moses/ 2012-11-12 19:56:18 +00:00
RuleCube.cpp delete -#if defined(BOOST... Trying to find target syntax bug when using old boost 2013-12-11 21:45:30 +00:00
RuleCube.h delete debugging message 2013-12-14 16:15:27 +00:00
RuleCubeItem.cpp method rename 2014-08-08 16:41:16 +01:00
RuleCubeItem.h compare translation option dimension using pointers to translation option, rather than comparing the phrase. Comparinf the phrase is incorrect - need to compare LHS and possibly alignments too. Unnecessary 2013-12-13 17:23:39 +00:00
RuleCubeQueue.cpp move moses/src/* to moses/ 2012-11-12 19:56:18 +00:00
RuleCubeQueue.h beautify 2013-05-29 18:16:15 +01:00
ScoreComponentCollection.cpp Fix output of sparse features in hypergraph 2014-08-08 16:05:50 +01:00
ScoreComponentCollection.h Merge branch 'master' of github.com:moses-smt/mosesdecoder 2014-08-11 11:49:38 +01:00
ScoreComponentCollectionTest.cpp rename Evaluate() to EvaluateWhenApplied() 2014-07-09 23:54:16 +01:00
Search.cpp get rid of all aborts from decoder 2014-01-13 18:32:22 +00:00
Search.h speed up compiling by removing headers from StaticData.h 2013-10-03 11:05:53 +01:00
SearchCubePruning.cpp iterator compile error on some compilers /Jame Zhang 2014-06-17 19:35:19 +01:00
SearchCubePruning.h make good use of the new precise timer... 2014-01-03 18:45:31 +00:00
SearchNormal.cpp method rename 2014-08-08 16:41:16 +01:00
SearchNormal.h debugging 2014-04-03 17:21:31 +01:00
SearchNormalBatch.cpp method rename 2014-08-08 16:41:16 +01:00
SearchNormalBatch.h Merge branch 'master' of github.com:moses-smt/mosesdecoder 2013-09-25 22:33:27 +01:00
Sentence.cpp Merge branch 'master' of https://github.com/moses-smt/mosesdecoder 2014-06-03 18:55:53 +01:00
Sentence.h Eliminated factor delimiter from the parameters of 2014-05-31 14:33:31 +01:00
SentenceStats.cpp speed up compiling by removing headers from StaticData.h 2013-10-03 11:05:53 +01:00
SentenceStats.h make good use of the new precise timer... 2014-01-03 18:45:31 +00:00
SquareMatrix.cpp move moses/src/* to moses/ 2012-11-12 19:56:18 +00:00
SquareMatrix.h move moses/src/* to moses/ 2012-11-12 19:56:18 +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 Merge s2t branch 2014-11-04 13:13:56 +00:00
StaticData.h Small changes to Parameters and StaticData 2014-11-20 11:21:50 +00:00
SyntacticLanguageModel.cpp beautify 2013-09-27 09:35:24 +01:00
SyntacticLanguageModel.h rename Evaluate() to EvaluateWhenApplied() 2014-07-09 23:54:16 +01:00
SyntacticLanguageModelFiles.h replace CHECK with UTIL_THROW_IF in Moses 2013-11-19 18:52:15 +00:00
SyntacticLanguageModelState.h beautify 2013-05-29 18:16:15 +01:00
TargetPhrase.cpp Mmsapt now adds word alignment info to target phrases. 2014-10-07 18:08:31 +01:00
TargetPhrase.h Mmsapt now adds word alignment info to target phrases. 2014-10-07 18:08:31 +01:00
TargetPhraseCollection.cpp replace nth_element() with macro that execute sort() instead for gcc 4.8.1 & 4.8.2 2013-11-15 10:55:38 +00:00
TargetPhraseCollection.h Added operator [] to TargetPhraseCollection. 2014-06-05 01:44:11 +01:00
Terminal.h faster compilation by taking some #includes from Word.h and Phrase.h 2013-10-04 15:40:23 +01:00
ThreadPool.cpp race condition in moses server 2014-11-05 13:06:33 +00:00
ThreadPool.h beautify 2013-05-29 18:16:15 +01:00
Timer.cpp make good use of the new precise timer... 2014-01-03 18:45:31 +00:00
Timer.h make good use of the new precise timer... 2014-01-03 18:45:31 +00:00
TranslationAnalysis.cpp move TranslationAnalysis for both moses-cmd and moses-char-cmd into moses/ 2014-09-29 17:16:11 +01:00
TranslationAnalysis.h move TranslationAnalysis for both moses-cmd and moses-char-cmd into moses/ 2014-09-29 17:16:11 +01:00
TranslationOption.cpp method rename 2014-08-08 15:42:23 +01:00
TranslationOption.h method rename 2014-08-08 15:42:23 +01:00
TranslationOptionCollection.cpp method rename 2014-08-08 15:59:34 +01:00
TranslationOptionCollection.h method rename 2014-08-08 15:42:23 +01:00
TranslationOptionCollectionConfusionNet.cpp 1. Renamed PhraseDictionary member function release() to Release(). 2014-03-25 01:49:24 +00:00
TranslationOptionCollectionConfusionNet.h move checking of legacy phrase-table to StaticData 2013-10-02 20:02:05 +01:00
TranslationOptionCollectionLattice.cpp method rename 2014-08-08 15:42:23 +01:00
TranslationOptionCollectionLattice.h redo creation of input paths for lattices. Should redo OOV handling as phrase-table 2014-05-01 15:10:16 +01:00
TranslationOptionCollectionText.cpp replace CHECK with UTIL_THROW_IF in Moses 2013-11-19 17:23:19 +00:00
TranslationOptionCollectionText.h xml constraint 2013-08-15 11:46:45 +01:00
TranslationOptionList.cpp move moses/src/* to moses/ 2012-11-12 19:56:18 +00:00
TranslationOptionList.h UTIL_THROW_IF -> UTIL_THROW_IF2 2013-11-22 20:27:46 +00:00
TranslationTask.cpp added phil's functions 2014-11-08 17:36:32 +00:00
TranslationTask.h added phil's functions 2014-11-08 17:36:32 +00:00
TreeInput.cpp method rename 2014-08-08 15:59:34 +01:00
TreeInput.h create target phrases, not Translation Options, for XML. Can be used in both pb and scfg 2013-07-24 15:55:17 +01:00
TrellisPath.cpp UTIL_THROW_IF -> UTIL_THROW_IF2 2013-11-22 20:27:46 +00:00
TrellisPath.h beautify 2013-05-29 18:16:15 +01:00
TrellisPathCollection.cpp move moses/src/* to moses/ 2012-11-12 19:56:18 +00:00
TrellisPathCollection.h move moses/src/* to moses/ 2012-11-12 19:56:18 +00:00
TrellisPathList.h move moses/src/* to moses/ 2012-11-12 19:56:18 +00:00
TypeDef.h merge 2014-11-07 14:35:36 +00:00
UniqueObject.h move moses/src/* to moses/ 2012-11-12 19:56:18 +00:00
UserMessage.cpp move moses/src/* to moses/ 2012-11-12 19:56:18 +00:00
UserMessage.h move moses/src/* to moses/ 2012-11-12 19:56:18 +00:00
Util.cpp move misc common functions into moses/ 2014-09-30 14:22:38 +01:00
Util.h move misc common functions into moses/ 2014-09-30 14:22:38 +01:00
Word.cpp calculate baseline score without optimisation 2014-07-11 16:26:48 +01:00
Word.h Rewrite of Word::CreateFromString() to accommodate elimination of 2014-04-11 15:24:52 +01:00
WordLattice.cpp Commented out unused variable. 2014-06-12 18:32:23 +01:00
WordLattice.h beautify 2013-10-03 11:33:48 +01:00
WordsBitmap.cpp output list of available feature functions, separated by space, rather than lines 2014-01-25 10:58:00 +00:00
WordsBitmap.h output list of available feature functions, separated by space, rather than lines 2014-01-25 10:39:47 +00:00
WordsRange.cpp move moses/src/* to moses/ 2012-11-12 19:56:18 +00:00
WordsRange.h UTIL_THROW_IF -> UTIL_THROW_IF2 2013-11-22 20:27:46 +00:00
XmlOption.cpp XML option for runtime weight-overwrite 2014-10-02 11:15:03 -04:00
XmlOption.h get rid of some warnings 2013-09-22 18:24:32 +02:00