Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/marian.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-28Cherry picked cleaning/refeactoring patches (#905)Roman Grundkiewicz
2021-06-18changes for reviewHieu Hoang
2021-06-16get lemma size from vocab classHieu Hoang
2021-03-26Merged PR 18309: Cleaner suppression of unwanted output wordsMartin Junczys-Dowmunt
2021-03-04chmod -xHieu Hoang
2019-05-02addressed PR feedbackFrank Seide
2019-04-30weird mode change backFrank Seide
2019-04-30weird mode changeFrank Seide
2019-04-27weirdo change of access permissionsFrank Seide
2019-04-23added shortlists to lemma factorFrank Seide
2019-03-29bug fix: _GNUC_ should be __GNUC__; SentencePieceVocab now supports all-caps ...Frank Seide
2019-02-20implemented all-caps'ing and title-casing for factored vocabsFrank Seide
2019-02-17moved gen of rand word from fakeBatch() to IVocab::randWord(), where factored...Frank Seide
2019-02-07new option --english-title-case-everyFrank Seide
2019-02-07merged from fseide/commentbeamsearchFrank Seide
2019-02-05renamed VocabBase to IVocabFrank Seide
2019-02-01abstracted type Word into a class, in prep for factored decodingFrank Seide
2019-01-24C++ source is should not have execute bitsKenneth Heafield
2018-12-12fix more warningsMarcin Junczys-Dowmunt
2018-11-30address comments from PRMarcin Junczys-Dowmunt
2018-11-25training of sentencepiece models across multiple training files with reservoi...Marcin Junczys-Dowmunt
2018-11-24refactored vocabulary creationMarcin Junczys-Dowmunt
2018-10-18change name to VocabBaseMarcin Junczys-Dowmunt
2018-10-17refactor vocab factoriesMarcin Junczys-Dowmunt
2018-10-14set inference properties for corpusMarcin Junczys-Dowmunt
2018-10-11add bleu-detokMarcin Junczys-Dowmunt
2018-10-09clean up vocab and fix async bugMarcin Junczys-Dowmunt
2018-10-08simplified vocabularyMarcin Junczys-Dowmunt
2018-10-08remove processor.hMarcin Junczys-Dowmunt
2018-10-08introduce vocabulary wrapperMarcin Junczys-Dowmunt
2018-10-04Merge branch 'sentencepiece' of https://github.com/marian-nmt/marian-dev into...Marcin Junczys-Dowmunt
2018-10-04move processors to own file, add inference mode for processorsMarcin Junczys-Dowmunt
2018-10-03add sentencepiece to config parserMarcin Junczys-Dowmunt
2018-10-03add SentencePiece processorMarcin Junczys-Dowmunt
2018-10-03merge with clean-indicesMarcin Junczys-Dowmunt
2018-10-01Merge branch 'master' into clean-indicesMarcin Junczys-Dowmunt
2018-09-30Make Word uint32_t and introduce IndexTypeMarcin Junczys-Dowmunt
2018-09-30move Input/OutputFileStream to namespace ioMarcin Junczys-Dowmunt
2018-09-01fixed all warnings discovered by Visual StudioFrank Seide
2018-07-31Autoformat files, part 2Roman Grundkiewicz
2018-06-21bug fix: History::Add() should obey the actual EOS symbol from the given voca...Frank Seide
2018-05-25EOS_ID and UNK_ID are now determined from the loaded vocabulary file, instead...Frank Seide
2017-11-09Add --max-size to marian-vocabRoman Grundkiewicz
2017-11-09Use stdin/stdout in marian-vocabRoman Grundkiewicz
2017-10-19Re-autoformat after mergeRoman Grundkiewicz
2017-10-18fixed vocabulary issue in #116 and added fatures in #111Marcin Junczys-Dowmunt
2017-06-05Autoformat .h and .cpp filesRoman Grundkiewicz
2017-04-24consistent vocabsMarcin Junczys-Dowmunt
2017-03-24better vocab handlingMarcin Junczys-Dowmunt
2017-03-19better model reloadingMarcin Junczys-Dowmunt