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-01-14tpt_tokenindex.cc: Indentation.Ulrich Germann
2017-01-11Merge pull request #175 from linas/zhUlrich Germann
Preliminary Chinese support. I'm not aware of any existing regression tests, so we should watch out for error reports.
2017-01-11Update to applly CJK processing conditionally.Linas Vepstas
2017-01-11Merge ../mosesdecoder.perfHieu Hoang
2017-01-11add FF param argsHieu Hoang
2017-01-11use ken's method to mem map target phrasesHieu Hoang
2017-01-10move target phrase mem map into query engineHieu Hoang
2017-01-10use ken's read mapHieu Hoang
2017-01-10use ken's read mapHieu Hoang
2017-01-10use ken's read mapHieu Hoang
2017-01-10Merge branch 'master' of github.com:moses-smt/mosesdecoderHieu Hoang
2017-01-10daily automatic beautifierMosesAdmin
2017-01-10enable C++11Hieu Hoang
2017-01-09minor renameHieu Hoang
2017-01-08Handle punctuation+CJK combinations.Linas Vepstas
2017-01-07compile errorHieu Hoang
2017-01-06Bug-fix: regular Western sentence enders not recognized.Linas Vepstas
2017-01-06daily automatic beautifierMosesAdmin
2017-01-06MergeLane Schwartz
2017-01-06Fixed a subtle possibly thread-related threadLane Schwartz
2017-01-05Create a Cantonese version, distinct from Mandarin.Linas Vepstas
The content is identical, at this moment, but having distinct langauge suffixes solves processing-pipeline problems later on.
2017-01-05Whoops, revert cut-n-paste damage in previous commit.Linas Vepstas
2017-01-05Preliminary support for Chinese.Linas Vepstas
2017-01-05Preliminary support for Chinese.Linas Vepstas
Also, cleanup some of the comments.
2017-01-05Merge pull request #174 from linas/clUlrich Germann
Purely cosmetic cleanup.
2017-01-05oops.Linas Vepstas
2017-01-05Purely cosmetic cleanup.Linas Vepstas
Use same indentation style throughout; wrap long lines; capitalize sentences; add punctuation; remove trailing whitespace.
2017-01-05Merge pull request #173 from linas/ltUlrich Germann
More abbreviations for Lithuanian.
2017-01-05More abbreviations for LLithuanian.Linas Vepstas
2017-01-05More abbreviationsLinas Vepstas
2017-01-05Merge pull request #172 from linas/ltUlrich Germann
New file: Lithuanian
2017-01-05New file: LithuanianLinas Vepstas
2017-01-03Merge branch 'master' of github.com:moses-smt/mosesdecoderHieu Hoang
2017-01-03revert changes to Distortion FFHieu Hoang
2017-01-03daily automatic beautifierMosesAdmin
2017-01-03re-tune if decoder changed. eg moses -> moses2Hieu Hoang
2017-01-02add back -text-type for EMSHieu Hoang
2017-01-02Allow user to specify whether PhraseDictionaryMemoryPerSentenceOnDemand are ↵Lane Schwartz
probability values or not
2017-01-02Merge branch 'master' of github.com:moses-smt/mosesdecoderLane Schwartz
2017-01-02Add InMemoryPerSentenceOnDemandLMLane Schwartz
2017-01-02Added labelled score breakdown to translation options in TranslationRequest.Lane Schwartz
This will enable a client to get the feature value(s) associated with a particular feature for a particular translation option
2017-01-02re-implement -feature-overwriteHieu Hoang
2017-01-02CreateProbingPT2 -> CreateProbingPTHieu Hoang
2017-01-02Merge branch 'perf_moses2' of github.com:hieuhoang/mosesdecoder into perf_moses2Hieu Hoang
2017-01-02add completed-hypo to Distortion FFHieu Hoang
2016-12-30Merge pull request #171 from doried-a-a/masterUlrich Germann
Fixing errors while building with oxlm
2016-12-29fixing errors while building with oxlm: renamed iptr to boost_iptr because ↵Doried Abd-Allah
of a conflict with eigen library required by oxlm, added boost_serialization to oxlm requirements in jamroot
2016-12-29Merge branch 'master' of github.com:moses-smt/mosesdecoderHieu Hoang
2016-12-29Merge ../mosesdecoder.perfHieu Hoang
2016-12-29Edge case of wall at the end of sentence /Mike LadwigHieu Hoang