Merge pull request #1775 from facebook/edufix

fix educational decoder
This commit is contained in:
Yann Collet
2019-09-10 12:12:08 -07:00
committed by GitHub
6 changed files with 52 additions and 28 deletions
+2 -2
View File
@@ -638,8 +638,8 @@ void COVER_warnOnSmallCorpus(size_t maxDictSize, size_t nbDmers, int displayLeve
"compared to the source size %u! "
"size(source)/size(dictionary) = %f, but it should be >= "
"10! This may lead to a subpar dictionary! We recommend "
"training on sources at least 10x, and up to 100x the "
"size of the dictionary!\n", (U32)maxDictSize,
"training on sources at least 10x, and preferably 100x "
"the size of the dictionary! \n", (U32)maxDictSize,
(U32)nbDmers, ratio);
}