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
2020-08-03Allow Arabic letters to begin a fa sentenceKenneth Heafield
2020-06-30escape ampersandsBarry Haddow
2020-03-19sentence splitter -k option to keep line boundariesKenneth Heafield
2020-03-19Add Pashto ؟ as a sentence splitting characterKenneth Heafield
2020-02-26flag to turn off sentence splitter from emitting <P>William Waites
2020-01-06Proper spacingalvations-patch-2alvations
2019-12-16attempt to handle Korean better; only consider horizontal space in final splitBarry Haddow
2019-12-09split word on any type of spaceBarry Haddow
2019-11-082 letter codesBarry Haddow
2019-11-08support for several Indic languagesBarry Haddow
2019-11-05list itemsBarry Haddow
2019-11-05fix abbrev ruleBarry Haddow
2019-11-01devanagari fixBarry Haddow
2019-10-31reorganise indic supportBarry Haddow
2019-10-31use block notation for indic scriptsBarry Haddow
2019-10-31fix nbpBarry Haddow
2019-10-28full cjk testBarry Haddow
2019-09-30debugBarry Haddow
2019-09-30revert 05788925Barry Haddow
2019-09-30enable custom non breaking prefixesBarry Haddow
2019-09-30Merge branch 'master' of github.com:moses-smt/mosesdecoderBarry Haddow
2019-09-30do not add spaces in cjkBarry Haddow
2019-09-04The dot before an acronym should be optional.alvations-patch-regexesalvations
2019-07-10Support for Urdu in sentence splitterAchim Ruopp
2019-04-26escape angle bracketsMatt Post
The script doesn't escape angle brackets which can result in bad SGML / XML output. This fixes that, although ideally, this should be implemented with a proper parser and dumper.
2018-12-30consistent outputHieu Hoang
2018-12-04sacre bleuHieu Hoang
2018-10-30basic support for Gujarati and Hindi, backported from one of the many upstreamsBarry Haddow
2018-05-04Merge pull request #196 from astronautguo/masterHieu Hoang
fix bug when copying to cache
2018-05-03Don't drop last character if file does not end with newlineKenneth Heafield
2018-04-28fix bug when copying to cacheastro
2017-03-07reference-from-sgm.perl: fix Perl errorPhil Williams
2017-01-11Update to applly CJK processing conditionally.Linas Vepstas
2017-01-08Handle punctuation+CJK combinations.Linas Vepstas
2017-01-06Bug-fix: regular Western sentence enders not recognized.Linas Vepstas
2017-01-05Whoops, revert cut-n-paste damage in previous commit.Linas Vepstas
2017-01-05Preliminary support for Chinese.Linas Vepstas
Also, cleanup some of the comments.
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.
2016-08-11make probing pt work with emsHieu Hoang
2016-06-04barebone support for quality estimation in experiment.perlPhilipp Koehn
2016-02-05fix search graph parsing for CYK+shuoyangd
2015-09-24option to cat model filesHieu Hoang
2015-07-29script to copy model files to local disk before running the decoder - useful ↵Philipp Koehn
for grid
2015-07-14allow saving of model from fast-align (for incremental use)Philipp Koehn
2015-06-02Lint-fixing binge.Jeroen Vermeulen
2015-05-29Add license notices to scripts.Jeroen Vermeulen
This is not pleasant to read (and much, much less pleasant to write!) but sort of necessary in an open project. Right now it's quite hard to figure out what is licensed how, which doesn't matter much to most people but can suddenly become very important when people want to know what they're being allowed to do. I kept the notices as short as I could. As far as I could see, everything without a clear license notice is LGPL v2.1 or later.
2015-05-17Fix a lot of lint, mostly trailing whitespace.Jeroen Vermeulen
This is lint reported by the new lint-checking functionality in beautify.py. (We can change to a different lint checker if we have a better one, but it would probably still flag these same problems.) Lint checking can help a lot, but only if we get the lint under control.
2015-05-16Fix more Python lint.Jeroen Vermeulen
Most of the complaints fixed here were from Pocketlint, but many were also from Syntastic the vim plugin.
2015-05-05output bleu for multi-bleu hackHieu Hoang