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
path: root/irstlm
AgeCommit message (Expand)Author
2006-10-07irstlm: extension to quantize-lm to work with gizipped LMs. Requires use of t...mfederico
2006-10-05irstlm: added inputfilestream to util.h and modified compile-lm to read gzipp...mfederico
2006-10-05minor compile errorhieuhoang1972
2006-10-04win32 compatibility in IRSTLM - roll forwardhieuhoang1972
2006-10-04irstlm: added some checks on word length in dictionary.cppmfederico
2006-10-04irstlm: just removed one warning message from compile-lmmfederico
2006-10-04irstlm: commit of lmtable.h with MAX_LINE mfederico
2006-10-04win32 compatibility in IRSTLMhieuhoang1972
2006-10-04irstlm: removed some modifications about file management which created some c...mfederico
2006-10-04win32 compatibility in IRSTLMhieuhoang1972
2006-10-04win32 compatibility in IRSTLMhieuhoang1972
2006-10-04irstlm: increased MAX_WORD to 500 chars in dictionary.h and added checks to ...mfederico
2006-10-03minor compile errorhieuhoang1972
2006-10-02changed fstream to istream in lmtable, so irstlm now supports reading gzipppe...bojar
2006-10-02lmtable.cpp: fast sorting of language model generated by SRILM is now perfor...mfederico
2006-09-28quantize-lm: fixed codebook generation when very small logprobs are generated...mfederico
2006-09-09testhieuhoang1972
2006-09-01Changes to compilation scripts:nicolabertoldi
2006-08-25- Added necessary zlib-win32 implementation for winblozeswadey
2006-08-21remove .cvsignore filesredpony
2006-08-21fixes for irstlm on Linux machinesredpony
2006-08-21add maintainer moderedpony
2006-08-16Tuning of cache valuesmfederico
2006-08-16eclipse proj filehieuhoang1972
2006-08-15Enforced updates to make mempool compatible with that used in the decoder.mfederico
2006-08-14added quantize-lmmfederico
2006-08-14Quantization of ARPA-like LMsmfederico
2006-08-14tracing of cache usemfederico
2006-08-14tuning of cache usemfederico
2006-08-14added tracing of cache usagemfederico
2006-08-14changed diagnostic ouputmfederico
2006-08-14added some options to commandmfederico
2006-08-14modification of diagnostic messsagemfederico
2006-08-12No log message.mfederico
2006-08-12moved class InputType to InputType.h;eherbst
2006-08-12Some tuning if the cachesmfederico
2006-08-11LM caches are reset for each sentence only if full.mfederico
2006-08-11eclipse projhieuhoang1972
2006-08-11IRST LM refreshes caches for logprobs and LM state after each sentence.mfederico
2006-08-11visual studio issueshieuhoang1972
2006-08-11newlinehieuhoang1972
2006-08-11added ngramcache.cpp ngramcache.h to this level of the repositoryccorbett
2006-08-11Added probability and LM state caching in IRST LM.mfederico
2006-08-10 eclipse project file for IRSTLMhieuhoang1972
2006-08-10Addition of specific hashing methods for n-grams.mfederico
2006-08-10visual studio issueshieuhoang1972
2006-08-09Update includes new call to constructor of lmtable,mfederico
2006-08-09LM table store directly log10 float probs. Binary tables aremfederico
2006-08-08delete n-best confighieuhoang1972
2006-08-05Changed include names of ngram.[ch] to n_gram.[ch] as they clash with Ngram.[...mfederico