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
path: root/moses/FF
AgeCommit message (Expand)Author
2016-03-23more commentsAles Tamchyna
2016-03-23some commentsAles Tamchyna
2016-03-23re-factoring VW integrationAles Tamchyna
2016-03-23update VW context feature interfaceAles Tamchyna
2016-03-23separate PhraseBasedReorderingState into its own fileHieu Hoang
2016-03-23separate HReorderingBackwardState into its own fileHieu Hoang
2016-03-23separate HReorderingForwardState into its own fileHieu Hoang
2016-03-22minorAles Tamchyna
2016-03-22optimizationsAles Tamchyna
2016-03-21Merge branch 'master' of github.com:moses-smt/mosesdecoder into vw_tgtcontextAles Tamchyna
2016-03-18daily automatic beautifierMosesAdmin
2016-03-17Sparse distortion featuresMatthias Huck
2016-03-10minorAles Tamchyna
2016-03-10optimizing VW queries by cachingAles Tamchyna
2016-03-09VW feature functions now also output extracted features for cachingAles Tamchyna
2016-03-09return feature ids when adding featuresAles Tamchyna
2016-03-08important bug fix in target-side VW, adding optional debugging messagesAles Tamchyna
2016-03-07bugfixAles Tamchyna
2016-03-07bugfixAles Tamchyna
2016-03-07prepend BOS words to target sentence when training VWAles Tamchyna
2016-03-07removing outdated methodAles Tamchyna
2016-03-07update vw stateAles Tamchyna
2016-03-07finished a naive implementation of vw target context, it compilesAles Tamchyna
2016-03-07keep track of required context size for each VW featuresAles Tamchyna
2016-03-07towards state tracking for VWAles Tamchyna
2016-03-07evaluate VW with target contextAles Tamchyna
2016-03-07towards evaluation in target contextAles Tamchyna
2016-03-07when target context features are used in VW, do not add any score before deco...Ales Tamchyna
2016-03-07noteAles Tamchyna
2016-03-03pseudocode for target-context evaluation in decoding with VWAles Tamchyna
2016-03-03Merge branch 'master' of github.com:moses-smt/mosesdecoder into vw_tgtcontextAles Tamchyna
2016-03-03minorAles Tamchyna
2016-03-03support training with target-context features in VWAles Tamchyna
2016-03-03implemented a basic target context featureAles Tamchyna
2016-03-03target context feature base classAles Tamchyna
2016-03-03new vw feature type: target contextAles Tamchyna
2016-03-02make VW feature statefulAles Tamchyna
2016-02-22Merge branch 'master' of https://github.com/moses-smt/mosesdecoderMatthias Huck
2016-02-22Model1Feature: skip-target-punctuation parameterMatthias Huck
2016-02-22daily automatic beautifierMosesAdmin
2016-02-21Model1Feature: skip over target-side punctuationMatthias Huck
2016-02-20WordTranslationFeature: fix loading of word listsMatthias Huck
2016-02-17update VW compatibilityAles Tamchyna
2016-02-13daily automatic beautifiermmt-mergeMosesAdmin
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-13daily automatic beautifierMosesAdmin
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