Commit Graph

230 Commits

Author SHA1 Message Date
Marcin Junczys-Dowmunt
b5b048cf1a Set default number of scores to 4 2015-01-22 12:36:50 +01:00
Marcin Junczys-Dowmunt
e3ef09e9a4 fixed segfault for querying, set scores to 4 2015-01-22 12:35:55 +01:00
Hieu Hoang
6d61db28fa use astyle 2.01. It's on Edinburgh server and doesn't screw up enum 2015-01-14 19:21:11 +00:00
Hieu Hoang
05ead45e71 beautify 2015-01-14 11:07:42 +00:00
Hieu Hoang
f3a84fc014 delete processPhraseTable and queryPhraseTable 2015-01-12 12:26:16 +00:00
XapaJIaMnu
d0807c45f2 Fixed crash in probingPT when probability is precisely 0 2014-12-23 15:21:06 +00:00
Nicola Bertoldi
e4eb201c52 merged master into dynamic-models and solved conflicts 2014-12-13 12:52:47 +01:00
Hieu Hoang
4b10c59bea add OutputSearchGraphHypergraph() to API framework. Move m_source to BaseManager 2014-12-05 21:33:59 +00:00
Hieu Hoang
b2c0fa097c make GetParam() a const method with no side effect 2014-11-28 18:33:45 +00:00
Hieu Hoang
da8b4b74eb make GetParam() a const method with no side effect 2014-11-28 18:29:03 +00:00
Barry Haddow
041c87b1b0 prune using phrase scores 2014-10-21 15:11:09 +01:00
Barry Haddow
c823918200 Pass arguments correctly to Moses 2014-09-09 11:47:23 +01:00
Barry Haddow
21b7548b32 Tidy comments 2014-09-09 10:23:17 +01:00
Barry Haddow
18437a0351 phrase table pruning 2014-09-08 15:08:18 +01:00
Barry Haddow
260954bfd5 Start implementing pruner
Conflicts:

	misc/Jamfile
2014-09-07 23:26:31 +01:00
Ulrich Germann
ab06edda5b Moved merge-sorted from contrib/m4m/util to misc. 2014-07-19 19:05:58 +01:00
XapaJIaMnu
ae149b0190 Fix compilation of ProbingPT 2014-06-13 14:08:23 +01:00
Hieu Hoang
9e43830c6e bjam for ProbingPT 2014-06-13 10:20:30 +01:00
Hieu Hoang
2c6cdb5889 bjam for ProbingPT 2014-06-13 09:48:32 +01:00
Nicola Bertoldi
1fe4eb0528 beautify 2014-06-08 09:44:59 +02:00
Nicola Bertoldi
4d75c889f1 merged master into dynamic-models 2014-06-08 09:39:37 +02:00
Ulrich Germann
249c40ec74 Eliminated factor delimiter from the parameters of
Phrase.CreateFromString() and Sentence.CreateFromString(),
as it was never used in those functions anyway ---
Word.CreateFromString() retrieves the factor delimiter
from StaticData directly.
2014-05-31 14:33:31 +01:00
Nicola Bertoldi
e452a13062 beautify 2014-01-15 16:49:57 +01:00
Nicola Bertoldi
47bece6eac code cleanup; fixings to others' code/test 2014-01-15 16:16:37 +01:00
Nicola Bertoldi
50970b2b59 merge master into this branch 2014-01-14 08:50:18 +01:00
phikoehn
a27df5c046 allow setting of nscores in compact phrase table query tool 2014-01-10 19:43:44 +00:00
Nadir Durrani
c291f859a0 Transliteration Mining 2013-12-16 18:19:44 +00:00
Hieu Hoang
31ce9b510e beautify 2013-09-27 09:35:24 +01:00
Nadir Durrani
74cd9c7a99 Removing Binaries 2013-09-24 13:03:20 +01:00
Hieu Hoang
769f2fe00c start on forced decoding for SCFG 2013-08-30 17:45:56 +01:00
Nicola Bertoldi
ebfc21def8 remove useless files (generated by beautify) 2013-08-17 22:09:16 +02:00
Nicola Bertoldi
5868653bd6 beautify 2013-08-11 23:41:23 +02:00
Hieu Hoang
310b26f989 beautify 2013-07-08 20:52:14 +01:00
Hieu Hoang
3eba5782c2 beautify 2013-07-08 20:25:47 +01:00
Marcin Junczys-Dowmunt
d3b4c11be2 Fixed queryPhraseTableMin, added warnings for compacting phrase tables qithout alignment 2013-07-08 09:58:02 +02:00
Hieu Hoang
4d13555bef add name of feature function to mimic how it is actually called in the decoder 2013-07-06 17:04:58 +01:00
Hieu Hoang
dc33fa3d3d redo parsing of feature function parameters 2013-06-20 12:50:41 +01:00
Hieu Hoang
abe6bb7c22 refactor parsing of feature functiona args 2013-06-10 18:11:55 +01:00
Hieu Hoang
21ff6d4831 beautify 2013-06-03 12:33:18 +01:00
Hieu Hoang
eaf53769ad consistent Load() for all feature functions. Can be used not to load if doing --show-weights 2013-05-31 20:21:02 +01:00
Hieu Hoang
6249432407 beautify 2013-05-29 18:16:15 +01:00
Hieu Hoang
bfaca78b12 delete create-ini 2013-05-28 12:42:30 +01:00
Hieu Hoang
06a5c86695 delete LMList 2013-05-27 16:50:21 +01:00
Hieu Hoang
369e3411f9 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2013-05-22 12:12:08 +01:00
Hieu Hoang
112bcdc925 Make Phrase::CreateFromString() more efficient 2013-05-22 12:03:00 +01:00
Ian Johnson
166eb7d0e0 Added PCL based arrow pipelining 2013-05-22 10:25:25 +01:00
Hieu Hoang
8dd84d7a40 change integration of sparse features with EMS to account for new weights format 2013-05-16 15:38:05 +01:00
Hieu Hoang
34df0011a9 change PhraseDictionaryTreeAdaptor --> PhraseDictionaryBinary 2013-05-14 12:19:55 +01:00
Hieu Hoang
847a993661 change name PhraseDictionarySCFG to PhraseDictionaryMemory. They have been merged 2013-05-09 17:28:37 +01:00
Hieu Hoang
96b43c2ded change create-ini to give implementation independent names to LM 2013-03-18 15:53:42 +00:00