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

github.com/kpu/kenlm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-11-13some refactoringunigram_pruningMarcin Junczys-Dowmunt
2014-11-12populate list of allowed unigrams for pruningMarcin Junczys-Dowmunt
2014-11-12Refactoring in adjusted countsKenneth Heafield
2014-11-12some more cleaningMarcin Junczys-Dowmunt
2014-11-12clean up, options, vocab pruningMarcin Junczys-Dowmunt
2014-11-11merge in pruning fix from masterMarcin Junczys-Dowmunt
2014-11-11Fix crash when pruningMarcin Junczys-Dowmunt
2014-11-11Add macro-enabled debugging to joint_order.Kenneth Heafield
2014-11-11Upgrade ngram dumper for debuggingKenneth Heafield
2014-11-11preliminary pruning by vocabularyMarcin Junczys-Dowmunt
2014-11-10Don't prune <s> </s> <unk>Marcin Junczys-Dowmunt
2014-11-10Merge branch 'master' into unigram_pruningMarcin Junczys-Dowmunt
2014-11-10Merge branch 'master' of github.com:kpu/kenlmKenneth Heafield
2014-11-10Trim file to size in PWriteOrThrowKenneth Heafield
2014-11-10first attemps at unigram pruningMarcin Junczys-Dowmunt
2014-11-07LICENSE shouldn't just refer to Avenue.Kenneth Heafield
2014-11-04Restore include installation. Fixes #25.Kenneth Heafield
2014-10-03log10 -> log10fKenneth Heafield
2014-10-03Merge branch 'master' of https://github.com/kpu/kenlmKenneth Heafield
2014-10-01Avoid segfault by not reading cutoff count from empty block. Fixes #24.Kenneth Heafield
2014-09-21Merge pull request #23 from wilkeraziz/masterKenneth Heafield
2014-09-18ARPA-style file with qs (caution: log10(q) can be > 0)Kenneth Heafield
2014-09-18Merge branch 'master' of https://github.com/kpu/kenlmKenneth Heafield
2014-09-18More documentationKenneth Heafield
2014-09-18Merge branch 'master' of github.com:kpu/kenlmKenneth Heafield
2014-09-17Revamp/genericize scoped objects. These will support scoped CMPH objects.Kenneth Heafield
2014-09-17Merge remote-tracking branch 'upstream/master'Wilker Aziz
2014-09-17including oov to python example use of full_scoresWilker Aziz
2014-09-17Fix implicit discount_fallback to be a vector of stringsKenneth Heafield
2014-09-16Merge remote-tracking branch 'upstream/master'Wilker Aziz
2014-09-14Isolate prob+backoff vs q computationKenneth Heafield
2014-09-13WordIndex was missing namespace in pxd, returning OOV count withWilker Aziz
2014-09-12Enable interpolate_unigrams by defaultKenneth Heafield
2014-09-12Fix test (arguments changed)Kenneth Heafield
2014-09-12Newline in warningKenneth Heafield
2014-09-12Remove Marcin's debug message "Pruning"Kenneth Heafield
2014-09-12Allow fallback discounts. Mostly for class-based LMs, but users have to make...Kenneth Heafield
2014-09-12constKenneth Heafield
2014-09-11minor changes to allow scoring with NullStateWilker Aziz
2014-08-28Pull in minor changes from MosesKenneth Heafield
2014-08-28BUGFIX: some unigrams were being read incorrectly.Kenneth Heafield
2014-08-26Require that words in higher-order n-grams have been seen in the vocabulary (...Kenneth Heafield
2014-08-25Merge branch 'master' of github.com:kpu/kenlmKenneth Heafield
2014-08-25More verbose exception for duplicate n-gram detectedKenneth Heafield
2014-07-27Second attempt at fixing missing back-off issueMarcin Junczys-Dowmunt
2014-07-27Fixed issue with lost back-off weightsMarcin Junczys-Dowmunt
2014-07-22Fix fd leak noticed by Barry HaddowKenneth Heafield
2014-07-02Fix castKenneth Heafield
2014-07-02Program to dump counts files to textKenneth Heafield
2014-06-22Try to fix deadlock when out of memory / Jean-Francois BeaulacKenneth Heafield