Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-02Add InMemoryPerSentenceOnDemandLMLane Schwartz
2016-11-12Add per-sentence on-demand translation model.Lane Schwartz
2016-08-12Standalone phrase distance featureMichael Denkowski
2016-06-07Merge branch 'vw_tgtcontext' of github.com:moses-smt/mosesdecoderAles Tamchyna
2016-06-01Added Grammatical Error Correction specific scorer (M^2) and featuresMarcin Junczys-Dowmunt
2016-04-04vw context bigram features; support using tag subsets as features in VWAles Tamchyna
2016-04-01deseg initial commitmsalameh83
2016-03-24implementing VWContextBilingualAles Tamchyna
2016-03-03implemented a basic target context featureAles Tamchyna
2016-02-12Option for target constituent constrained phrase extraction. TargetConstituen...Matthias Huck
2016-01-13Merge branch 'master' of github.com:moses-smt/mosesdecoderLane Schwartz
2016-01-13TargetPreferencesFeatureMatthias Huck
2016-01-13No more double LM scoresLane Schwartz
2016-01-12ReloadingLM compiles and runs, but gives double the LM score it shouldLane Schwartz
2015-12-29add PhraseDictionaryMemoryPerSentenceHieu Hoang
2015-12-18always compile with probing ptHieu Hoang
2015-11-24FF registration is now in FeatureFactory::DefaultSetup, ...Ulrich Germann
2015-10-05new VW feature type for probabilistic sense labelsAles Tamchyna
2015-09-24DeleteRules FFHieu Hoang
2015-09-15Update phrase table combination interfaceMichael Denkowski
2015-08-17Bye-bye, PhraseDictionaryDynSuffixArray.Ulrich Germann
2015-08-11remove namespace pollution from old dynamic suffix array and randlmHieu Hoang
2015-08-10Namespace cleanupUlrich Germann
2015-08-08daily automatic beautifierMosesAdmin
2015-07-08Changed verbosity level to 2 for using default values for FF weights.Ulrich Germann
2015-06-02delete ChangeSource(). Not usedHieu Hoang
2015-05-02beautifyHieu Hoang
2015-04-30Remove trailing whitespace in C++ files.Jeroen Vermeulen
2015-04-29One step closer to eliminating the requirement to provide num-features=... in...Ulrich Germann
2015-03-31delete External FF. FF framework changes too fast to be able to keep this up-...Hieu Hoang
2015-03-18relational dependency language modelRico Sennrich
2015-03-10Add SyntaxInputWeight feature functionPhil Williams
2015-03-02RulePairUnlexicalizedSource feature functionMatthias Huck
2015-02-25Model1Feature: a simple IBM Model 1 scorer,Matthias Huck
2015-02-16target (internal) bigrams for VWAles Tamchyna
2015-02-16properly register bigram VW featureAles Tamchyna
2015-01-27a plain dense unaligned word count feature with two scores (source and target...Matthias Huck
2015-01-19Added new VW feature and execption to Simple9Marcin Junczys-Dowmunt
2015-01-14beautifyHieu Hoang
2015-01-10Merge branch 'master' of github.com:moses-smt/mosesdecoderHieu Hoang
2015-01-10delete oov ptHieu Hoang
2015-01-08Merge branch 'vw_integration' of github.com:moses-smt/mosesdecoder into vw_in...Ales Tamchyna
2015-01-08Merge branch 'vw_integration' of github.com:moses-smt/mosesdecoder into vw_in...Marcin Junczys-Dowmunt
2015-01-08Added TabbedSentence and first attempt at external VW featuresMarcin Junczys-Dowmunt
2015-01-08Merge branch 'master' of github.com:moses-smt/mosesdecoder into vw_integrationAles Tamchyna
2015-01-08adding some VW feature functionsAles Tamchyna
2015-01-07target indicator feature, minor fix in VW interfaceAles Tamchyna
2015-01-07compiles with and without VW, VW feature has a nicer nameAles Tamchyna
2015-01-06adding some #ifdefs, more to comeAles Tamchyna
2015-01-06Moved VW files to folder FF/VW, added VWFeature base classMarcin Junczys-Dowmunt