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/moses
AgeCommit message (Collapse)Author
2006-07-24 - confusion net:zens
* more robust read functions * correct treatment of epsilons * code cleanup - parameter: fixed check for binary phrase table - staticData: do not read input phrases in case of binary phrase table git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@260 1f5c12ca-751b-0410-a591-d2e778427230
2006-07-24(useless) optimization flag addedbojar
+ reporting number od hypotheses git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@259 1f5c12ca-751b-0410-a591-d2e778427230
2006-07-24fix compile error on gcc 4redpony
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@258 1f5c12ca-751b-0410-a591-d2e778427230
2006-07-22 - removed some obsolete partszens
- avoided some code duplication - binary ttable is no longer a compiler switch: use binary ttable if exists, otherwise use standard ttable git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@253 1f5c12ca-751b-0410-a591-d2e778427230
2006-07-22 - translation of confusion nets integrated (works only with binary phrase ↵zens
table) - removed some obsolete stuff git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@250 1f5c12ca-751b-0410-a591-d2e778427230
2006-07-21 - prepare I/O for Confusion Netszens
- remove some of the dynamic casting stuff git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@245 1f5c12ca-751b-0410-a591-d2e778427230
2006-07-21mergehieuhoang1972
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@244 1f5c12ca-751b-0410-a591-d2e778427230
2006-07-21Add hook for word insertion taskredpony
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@243 1f5c12ca-751b-0410-a591-d2e778427230
2006-07-21 - binary phrase table now fully supportedzens
-> define preprocessor variable USEBINTTABLE e.g. uncommenting the line in StaticData.cpp or on the make command line - some clean up git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@241 1f5c12ca-751b-0410-a591-d2e778427230
2006-07-21 - support for binary ttable in moses almost completedzens
- moved common part of CreateTranslationOptionCollection() for text and confusion net input to base class git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@237 1f5c12ca-751b-0410-a591-d2e778427230
2006-07-21minor includehieuhoang1972
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@236 1f5c12ca-751b-0410-a591-d2e778427230
2006-07-21visual studio projhieuhoang1972
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@235 1f5c12ca-751b-0410-a591-d2e778427230
2006-07-21fix a few warningsredpony
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@231 1f5c12ca-751b-0410-a591-d2e778427230
2006-07-21fix nasty error misinterpretting negative numbers as CLI optionsredpony
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@230 1f5c12ca-751b-0410-a591-d2e778427230
2006-07-20change irst calling backhieuhoang1972
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@225 1f5c12ca-751b-0410-a591-d2e778427230
2006-07-20IRST lm wrapper not compilable.hieuhoang1972
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@224 1f5c12ca-751b-0410-a591-d2e778427230
2006-07-20move some headers around, preparation for enabling bzip2 compression (MUCH ↵redpony
higher compression than gzip) git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@223 1f5c12ca-751b-0410-a591-d2e778427230
2006-07-20use pull LanguageModel creation logic into a LMFactoryredpony
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@217 1f5c12ca-751b-0410-a591-d2e778427230
2006-07-20add functionality to compute MD5 key to compare two hypothesesredpony
- may become faster with larger language models, at 3 gram, no real benefit enabled -Wall fixed a variety of warnings changed WordsBitmap to use memcmp instead of hard-coded loop added comments git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@215 1f5c12ca-751b-0410-a591-d2e778427230
2006-07-20use InputFileStream to read IRST lm files (enables them to be gzipped)redpony
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@214 1f5c12ca-751b-0410-a591-d2e778427230
2006-07-20fixes minor things in the hypothesis reporting (last target words, scores)phkoehn
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@199 1f5c12ca-751b-0410-a591-d2e778427230
2006-07-20minor cleaning-upeherbst
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@196 1f5c12ca-751b-0410-a591-d2e778427230
2006-07-19returns NULL if word not found in genration tablehieuhoang1972
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@191 1f5c12ca-751b-0410-a591-d2e778427230
2006-07-19add comments, fix iterator usageredpony
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@189 1f5c12ca-751b-0410-a591-d2e778427230
2006-07-19*** empty log message ***zens
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@185 1f5c12ca-751b-0410-a591-d2e778427230
2006-07-19*** empty log message ***zens
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@184 1f5c12ca-751b-0410-a591-d2e778427230
2006-07-19 - prepared confusion net inputzens
-> new base class InputType is used throughout the decoder instead of Sentence Sentence and ConfusionNet derive from this class -> Manager etc. do not know if the input is a sentence or a confusion net (but could check if REALLY needed) - two separate classes derived from TranslationOptionCollection: one for text input and one for confusion net input - score computation in PhraseDictionaryTree.cpp and some optimizations git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@183 1f5c12ca-751b-0410-a591-d2e778427230
2006-07-19changes to support drop-any in the context of multi-factored modelsredpony
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@180 1f5c12ca-751b-0410-a591-d2e778427230
2006-07-19add constraints on word deletion, use default initializers in WordsRange.hredpony
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@178 1f5c12ca-751b-0410-a591-d2e778427230
2006-07-18remove overhead for word deletionredpony
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@177 1f5c12ca-751b-0410-a591-d2e778427230
2006-07-18added unknown-word handling code (currently commented out) and source-word ↵eherbst
deletion (also currently commented out) git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@176 1f5c12ca-751b-0410-a591-d2e778427230
2006-07-18checking eclipse project fileshieuhoang1972
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@172 1f5c12ca-751b-0410-a591-d2e778427230
2006-07-18add comment to remind myself of the work i need to doredpony
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@169 1f5c12ca-751b-0410-a591-d2e778427230
2006-07-18more language model cleanup:redpony
* move n-best functionality into client, so that LanguageModel interface doesn't need to take a reference to a NULL list * fix performance bug with IRST implementation that was replicated from SRI * make context array that is used in SRI live in the class rather than local git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@166 1f5c12ca-751b-0410-a591-d2e778427230
2006-07-18fix performance bug in SRI lm access coderedpony
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@165 1f5c12ca-751b-0410-a591-d2e778427230
2006-07-18add IsNBestEnabled function in preparation for conditional compilation removalredpony
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@164 1f5c12ca-751b-0410-a591-d2e778427230
2006-07-18 - added class for confusion netzens
- generation of target candidates for confusion net git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@162 1f5c12ca-751b-0410-a591-d2e778427230
2006-07-18commentingeherbst
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@160 1f5c12ca-751b-0410-a591-d2e778427230
2006-07-18re-added license notes at topeherbst
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@159 1f5c12ca-751b-0410-a591-d2e778427230
2006-07-18commentingeherbst
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@158 1f5c12ca-751b-0410-a591-d2e778427230
2006-07-18table limit for each phrase tablehieuhoang1972
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@157 1f5c12ca-751b-0410-a591-d2e778427230
2006-07-18add basic support for IRST LM (behaves slightly differently than SRI, to be ↵redpony
debugged) git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@153 1f5c12ca-751b-0410-a591-d2e778427230
2006-07-17*** empty log message ***alex_const
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@150 1f5c12ca-751b-0410-a591-d2e778427230
2006-07-17temp fixredpony
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@147 1f5c12ca-751b-0410-a591-d2e778427230
2006-07-17more LM clean-upredpony
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@144 1f5c12ca-751b-0410-a591-d2e778427230
2006-07-17add language model classesredpony
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@143 1f5c12ca-751b-0410-a591-d2e778427230
2006-07-17split LanguageModel into polymorphic classes to make it easier to add ↵redpony
support for IRST LM. add comments. git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@142 1f5c12ca-751b-0410-a591-d2e778427230
2006-07-16changes for trans opt cachinghieuhoang1972
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@138 1f5c12ca-751b-0410-a591-d2e778427230
2006-07-16fixed memory leak in translationhieuhoang1972
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@137 1f5c12ca-751b-0410-a591-d2e778427230
2006-07-15fixed trans Opt scoringhieuhoang1972
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@134 1f5c12ca-751b-0410-a591-d2e778427230