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 (Expand)Author
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-21fixes for irstlm on Linux machinesredpony
2006-08-16Tuning of cache valuesmfederico
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-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-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-05Changed include names of ngram.[ch] to n_gram.[ch] as they clash with Ngram.[...mfederico
2006-08-05Changed names of ngram.[ch] to n_gram.[ch] as they clash with Ngram.[ch] of S...mfederico
2006-08-05Changed names of ngram.[ch] to n_gram.[ch] as they clash with Ngram.[ch] of S...mfederico
2006-07-26minor warninghieuhoang1972
2006-07-25avoid a few unnecessary copiesredpony
2006-07-25Visual Studio issueshieuhoang1972
2006-07-25fix memory errorredpony
2006-07-25Marcello's changes supporting SRI-trained LMs <untested>redpony
2006-07-21add simple CL program to compile language models into the IRST LM bin formatredpony
2006-07-20remove mfstream and make lmtable take an istream instead of a filenameredpony
2006-07-20minor cleaning-upeherbst
2006-07-19forgot to commit Makefile.amredpony
2006-07-18irst-lm libraryredpony