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 (Collapse)Author
2017-09-26eclipse for CreateProbingPtHieu Hoang
2017-09-26eclipseHieu Hoang
2017-07-20windows buildmoses-ebay.premergeHieu Hoang
2017-04-26moses2 rename Skeleton... to Example...Hieu Hoang
2017-04-26rename Skeleton... to Example...Hieu Hoang
2017-04-26rename Skeleton... to Example...Hieu Hoang
2017-04-10eclipse - use C++11Hieu Hoang
2017-04-10ignore wall if at the beginning of sentenceHieu Hoang
2017-02-17eclipseHieu Hoang
2017-02-16.hh -> .h. Will be picked up by beautifierHieu Hoang
2017-02-16eclipseHieu Hoang
2017-02-16moses and moses2 both use probingpt libHieu Hoang
2017-02-16eclipseHieu Hoang
2017-02-11remove all Moses headersHieu Hoang
2017-02-03MorphoTrie -> InMemoryTrieHieu Hoang
2017-02-03remove DALM from Moses2Hieu Hoang
2017-02-01moses2 compilesHieu Hoang
2017-02-01moses compilesHieu Hoang
2017-02-01eclipseHieu Hoang
2017-01-31get ready to make FeatureRegistry a singleton objectHieu Hoang
2017-01-20compile error on Centos 6Hieu Hoang
2017-01-07compile errorHieu Hoang
2016-12-21eclipseHieu Hoang
2016-11-22eclipseHieu Hoang
2016-11-22eclipseHieu Hoang
2016-11-20eclipseHieu Hoang
2016-10-06quering -> queryingHieu Hoang
2016-10-03update Moses::ProbingPT with Moses2::ProbingPT. Does not compileHieu Hoang
2016-10-03allow moses2 to load memory pt that don't contain alignments.Hieu Hoang
2016-08-23create deviantsHieu Hoang
2016-08-12Standalone phrase distance featureMichael Denkowski
(Uses input coordinates populated by XML input and target phrase coordinates populated by phrase dictionary implementation)
2016-08-12Roll back to just tracking coordinates in mmsaptMichael Denkowski
(distance wants to be a separate FF)
2016-08-12Distance feature for mmsaptMichael Denkowski
- Make ttask visible to scorers - Only track sentence ids if using distance feature
2016-08-11eclipseHieu Hoang
2016-08-10move moses2 to contribHieu Hoang
2016-08-06consistent method namesHieu Hoang
2016-08-06comment out debugging messageHieu Hoang
2016-08-05support distinct nbestHieu Hoang
2016-08-05support distinct nbestHieu Hoang
2016-08-05fixed segfault. Use calculated hypo, rather than hypo key. Usually they are ↵Hieu Hoang
same as hypo, except when scores are equal
2016-08-05leakHieu Hoang
2016-08-05leakHieu Hoang
2016-08-05get rid of iterator over hypo collection. Create too many errorsHieu Hoang
2016-08-05start to get rid of iterator over hypo collection. Create too many errorsHieu Hoang
2016-08-05segfault creating nbest. Was using all hypos in coll instead of sorted and ↵Hieu Hoang
pruned hypos only
2016-08-05use same method to add hypos to collHieu Hoang
2016-08-05add debugging messagesHieu Hoang
2016-08-04comment out debugging messagesHieu Hoang
2016-08-04comment out debugging messagesHieu Hoang
2016-08-04mem leakHieu Hoang