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-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-05Preliminary support for Chinese.Linas Vepstas
2017-01-05More abbreviations for LLithuanian.Linas Vepstas
2017-01-05More abbreviationsLinas Vepstas
2017-01-05New file: LithuanianLinas Vepstas
2016-07-31Single lower-case letter French wordAntoine Dusséaux
"a" is a single lower-case letter French word that can be at the end of a sentence: "Oui, il l'a."
2015-09-23Create nonbreaking_prefix.gaJim Regan
2015-08-23dos2unix everythingHieu Hoang
2015-01-20May is not an abbreviationKenneth Heafield
2014-12-11chmodHieu Hoang
2014-12-05Month abbreviations shouldn't be causing a sentence split.Kenneth Heafield
Yes this will break existing tokenized data :-(.
2014-09-04Merge pull request #72 from flammie/masterHieu Hoang
Add Finnish non-breaking prefixes
2014-09-04fix location and remove english notesFlammie Pirinen
2014-08-06move notice about czech prefixes to share/READMEHieu Hoang
2014-01-05Tamil tokenization /P.ArththikaHieu Hoang
2013-10-07Update nonbreaking_prefix.elDimitris Mavroeidis
Added non-breaking prefixes for Greek.
2013-08-16Fixed bug in tokenizer.perl where comma separated lists of singleJeremy Gwinnup
characters aren't handled correctly input> A,B,C,D,E,F yielded> A, B,C , D,E , F now yields> A, B, C, D, E, F Updated Russian nonbreaking prefixes list with capital letters
2013-03-19Hungarian and Latvian non-breaking prefix filesAchim
2012-07-17Merge branch 'trunk' into miramergeBarry Haddow
Compiles, not tested. Conflicts: Jamroot OnDiskPt/PhraseNode.h OnDiskPt/TargetPhrase.cpp OnDiskPt/TargetPhrase.h OnDiskPt/TargetPhraseCollection.cpp mert/BleuScorer.cpp mert/Data.cpp mert/FeatureData.cpp moses-chart-cmd/src/Main.cpp moses/src/AlignmentInfo.h moses/src/ChartManager.cpp moses/src/LM/Ken.cpp moses/src/LM/Ken.h moses/src/LMList.h moses/src/LexicalReordering.h moses/src/PhraseDictionaryTree.h moses/src/ScoreIndexManager.h moses/src/StaticData.h moses/src/TargetPhrase.h moses/src/Word.cpp scripts/ems/experiment.meta scripts/ems/experiment.perl scripts/training/train-model.perl
2012-07-14czech prefixesKarel Bílek
2012-06-26lock m_vocab variable access in Encode() and Lookup(). Other functions are ↵Hieu Hoang
still not threadsafe