Commit Graph

16766 Commits

Author SHA1 Message Date
Hieu Hoang
8bac020955 Merge ../mosesdecoder.perf 2016-08-17 20:39:50 +01:00
Hieu Hoang
3da0b1aa49 unk penalty must also have a active chart entry so that it can share symbolbin with inputPath 2016-08-17 15:17:14 +01:00
Hieu Hoang
682bba480e store tps in a list rather than map 2016-08-17 14:40:08 +01:00
Hieu Hoang
c6c10ec551 init m_hypoIndColl 2016-08-17 14:10:32 +01:00
Hieu Hoang
5054aa053f use reference rather than pointer to tps 2016-08-17 13:47:55 +01:00
Hieu Hoang
a15997cb09 m_hypoIndColl in queueitem is a pointer to that in seen position. They have the same info 2016-08-17 13:43:47 +01:00
Hieu Hoang
b1278e582e store seen position even for 1st position 2016-08-17 13:34:29 +01:00
Hieu Hoang
3ea68b4a6c add symbolbind to seen position. May have same translation rule but bind to different NT 2016-08-17 13:03:23 +01:00
Hieu Hoang
dd6bd92a21 make target phrases collection a variable, not a pointer 2016-08-16 13:19:21 +01:00
Hieu Hoang
e9ec2ddd99 delete special method for Unk penalty 2016-08-16 13:11:09 +01:00
Hieu Hoang
d6e5827e8a get rid of PhraseTableOnDisk 2016-08-16 11:42:21 +01:00
Hieu Hoang
beb96b3491 get rid of range from SymbolBindElement 2016-08-16 11:36:45 +01:00
Hieu Hoang
e0d86b5887 Merge ../mosesdecoder.perf 2016-08-16 11:06:44 +01:00
Hieu Hoang
4f63ff2754 calc kenlm score in isolation 2016-08-15 23:14:09 +01:00
Hieu Hoang
54f0035e84 start sorting scfg target phrases by all weighted scores, not just p(e|f) 2016-08-15 22:46:29 +01:00
Hieu Hoang
b5c38e916c debug 2016-08-15 18:28:03 +01:00
Hieu Hoang
1e2cfd5526 debug 2016-08-15 14:13:57 +01:00
Hieu Hoang
f6effea29a output transopt 2016-08-15 13:21:29 +01:00
Hieu Hoang
b1ae8d133f debug 2016-08-15 11:49:10 +01:00
Hieu Hoang
ef74195a2d Merge branch 'perf_moses2' of github.com:hieuhoang/mosesdecoder into perf_moses2 2016-08-14 21:01:45 +01:00
Hieu Hoang
307f5b83a6 Merge branch 'perf_moses2' of github.com:hieuhoang/mosesdecoder into perf_moses2 2016-08-14 21:01:32 +01:00
Hieu Hoang
6db5165038 fixed precision 2016-08-14 20:56:08 +01:00
Hieu Hoang
9236eeeba9 add brodie to list of machines 2016-08-13 18:27:25 +01:00
Hieu Hoang
260b4776ad binarization with CreateProbingPT2 2016-08-13 18:24:18 +01:00
Hieu Hoang
842307a527 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2016-08-13 18:17:02 +01:00
Hieu Hoang
67d8a10d95 binarization with CreateProbingPT2 2016-08-13 18:16:35 +01:00
Hieu Hoang
5a096f669c Merge ../mosesdecoder.perf 2016-08-13 15:26:47 +01:00
Hieu Hoang
dffe9c2cca delete AllocateWithAlign(). Always align 2016-08-13 15:16:09 +01:00
Hieu Hoang
96a8e14abc always alignment memory to 4 bytes 2016-08-13 15:11:07 +01:00
Hieu Hoang
9bee418a9a clang compile error 2016-08-13 14:24:33 +01:00
Hieu Hoang
df790195d7 clang compile error 2016-08-13 14:09:26 +01:00
Hieu Hoang
5c432e5349 Merge branch 'perf_moses2' of github.com:hieuhoang/mosesdecoder into perf_moses2 2016-08-13 11:42:17 +01:00
Hieu Hoang
ae654adf83 Merge ../mosesdecoder into perf_moses2 2016-08-13 11:42:05 +01:00
Hieu Hoang
bd0583e87c compile error on gcc 4.6.3 2016-08-13 11:37:31 +01:00
MosesAdmin
fbd2f221ad daily automatic beautifier 2016-08-13 00:00:39 +01:00
Michael Denkowski
950c7de458 Merge pull request #165 from moses-smt/mjdenkowski
Phrase distance feature
2016-08-12 12:20:23 -04:00
Hieu Hoang
3de9f8b66c Merge branch 'perf_moses2' of github.com:hieuhoang/mosesdecoder into perf_moses2 2016-08-12 14:19:48 +02:00
Hieu Hoang
4fad95b9e0 delete debug message 2016-08-12 14:19:32 +02:00
Michael Denkowski
3aedc0bf68 Standalone phrase distance feature
(Uses input coordinates populated by XML input and target phrase coordinates
 populated by phrase dictionary implementation)
2016-08-12 12:05:12 +02:00
Michael Denkowski
ae1e51d81a Support storing coordinates of target phrase
- Keep track of named spaces in StaticData
- Adding coords to phrases implemented for Mmsapt
2016-08-12 12:05:12 +02:00
Michael Denkowski
d29916bbb3 Roll back to just tracking coordinates in mmsapt
(distance wants to be a separate FF)
2016-08-12 12:05:12 +02:00
Michael Denkowski
5c2b8d843c Distance feature for mmsapt
- Make ttask visible to scorers
- Only track sentence ids if using distance feature
2016-08-12 12:05:12 +02:00
Michael Denkowski
a407452d39 XML option for sentence coordinates 2016-08-12 12:05:11 +02:00
Michael Denkowski
7db3fedc3b Track sentence ids in mmsapt sampling 2016-08-12 12:05:11 +02:00
Hieu Hoang
c42bb54c04 formatting of -show-weights to make it work with mert script 2016-08-12 09:20:43 +01:00
Hieu Hoang
a8325a3e8e make probing pt work with ems 2016-08-11 15:46:43 +01:00
Hieu Hoang
5f3239963e segfault with gcc 2016-08-11 16:28:00 +02:00
Hieu Hoang
984894ffad show weights 2016-08-11 15:24:32 +02:00
Hieu Hoang
151c0e0ba5 Merge ../mosesdecoder into perf_moses2 2016-08-11 15:00:26 +02:00
Hieu Hoang
35e882f677 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2016-08-11 14:34:13 +02:00