Commit Graph

1444 Commits

Author SHA1 Message Date
Oliver Wilson
07eabb6f2d Fix up LM request batching and asynchronousely score TranslationOptions
too.
2012-07-06 16:48:26 +01:00
Kenneth Heafield
6146cf7595 Fix Hieu's compile error 2012-07-03 22:08:03 -04:00
Hieu Hoang
1088bdcb86 more comments 2012-07-03 18:11:53 +01:00
Hieu Hoang
e7faa978b0 comment out include to google profiler 2012-07-02 20:23:09 +01:00
Hieu Hoang
6327721ae2 Merge https://github.com/hieuhoang/mosesdecoder 2012-07-02 20:09:33 +01:00
Hieu Hoang
c0140ba2e9 more comments 2012-07-02 20:01:07 +01:00
Kenneth Heafield
4ecfb9e005 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2012-07-02 12:56:40 -04:00
Kenneth Heafield
be2b2224fb Extract hack to force recompilation if arguments change 2012-07-02 12:56:14 -04:00
Oliver Wilson
5e624b522c Merge branch 'master' into asynclm 2012-07-02 16:00:05 +01:00
Oliver Wilson
65ddbf30b7 Implement batched LM requests. 2012-07-02 15:57:54 +01:00
Hieu Hoang
7e47845ad7 Merge https://github.com/moses-smt/mosesdecoder 2012-06-28 18:35:42 -04:00
Hieu Hoang
f2878bcdeb commented all classes in moses lib 2012-06-28 18:29:46 -04:00
Kenneth Heafield
c7e02eb677 KenLM e3b5c55910 including rest costs for probing 2012-06-28 10:58:59 -04:00
Hieu Hoang
ed18b2191d comment classes A-M with doxygen-compatible comments. Lots of @todo 2012-06-26 19:45:02 -04:00
Hieu Hoang
1c141f3b24 Merge https://github.com/moses-smt/mosesdecoder 2012-06-21 12:21:39 +02:00
Hieu Hoang
2d3b4d9b7c up version number. Thanks to Graham Neubig 2012-06-20 19:47:29 +02:00
Hieu Hoang
3fb69b686b fixed segfault when pt is empty 2012-06-18 15:52:20 +01:00
Hieu Hoang
5a7db584b8 Merge https://github.com/moses-smt/mosesdecoder 2012-06-16 00:46:03 +01:00
Hieu Hoang
6096f21740 factors in chart decoding runs. But target factor model has incorrect LM score 2012-06-15 21:44:45 +01:00
Hieu Hoang
137d351621 xcode 2012-06-13 15:56:53 +01:00
Hieu Hoang
018b0bbac0 Loosing factor checking for chart decoding 2012-06-13 15:08:03 +01:00
Hieu Hoang
0e621fe2d3 gzip grammar files 2012-06-08 00:43:47 +01:00
Hieu Hoang
2b20de8ea9 xcode build supports threads. Abort when using Adam's suffix arrays with threads 2012-05-30 09:49:43 +01:00
Hieu Hoang
ef26388aff eclipse project 2012-05-28 17:29:46 +01:00
Hieu Hoang
072ff99d0d Merge branch 'master' of github.com:moses-smt/mosesdecoder 2012-05-18 13:38:15 +01:00
Hieu Hoang
b2d454fbcc Merge branch 'master' of github.com:moses-smt/mosesdecoder 2012-05-18 13:38:15 +01:00
Hieu Hoang
1f382610f8 Fix chart decoding so that it allows inputtype=0 2012-05-18 11:02:51 +01:00
Hieu Hoang
31f725a2b6 Fix chart decoding so that it allows inputtype=0 2012-05-18 11:02:51 +01:00
Hieu Hoang
7390a76fde Merge branch 'master' of github.com:moses-smt/mosesdecoder 2012-05-17 15:51:21 +01:00
Hieu Hoang
b46107231d Merge branch 'master' of github.com:moses-smt/mosesdecoder 2012-05-17 15:51:21 +01:00
Hieu Hoang
f0b549f1a6 Error when using XML with multiple translation tables. Reported by Rafael Carrascosa 2012-05-17 15:50:14 +01:00
Hieu Hoang
d554cd04e4 Error when using XML with multiple translation tables. Reported by Rafael Carrascosa 2012-05-17 15:50:14 +01:00
Christian Federmann
b9b1517e4f Merged in fixes for compiler warnings regarding comparing signed and unsigned integer expressions. 2012-05-10 14:48:51 +02:00
Christian Federmann
4ccab95808 Merged in fixes for compiler warnings regarding comparing signed and unsigned integer expressions. 2012-05-10 14:48:51 +02:00
Christian Federmann
5d32cdc16d Fixed compiler warning. 2012-05-09 21:45:26 +02:00
Christian Federmann
a18a5542b4 Fixed compiler warning. 2012-05-09 21:45:26 +02:00
Phil Williams
9e626369f7 Merge pull request #13 from tetsuok/fix-warnings
Fix warnings: -Wreorder and -Wmismatched-tags.
2012-05-06 07:47:34 -07:00
Phil Williams
e877e5c3f2 Merge pull request #13 from tetsuok/fix-warnings
Fix warnings: -Wreorder and -Wmismatched-tags.
2012-05-06 07:47:34 -07:00
Kenneth Heafield
f4faece269 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2012-05-05 17:19:26 -04:00
Kenneth Heafield
12a340f281 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2012-05-05 17:19:26 -04:00
Kenneth Heafield
044a602604 Stricter dependencies enforced by clang 2012-05-05 17:17:28 -04:00
Kenneth Heafield
e9a6212de1 Stricter dependencies enforced by clang 2012-05-05 17:17:28 -04:00
Tetsuo Kiso
89f23cfc08 Fix a warning of -Woverloaded-virtfual.
A function declaration hided virtual functions from a base class.
2012-05-06 01:04:41 +09:00
Tetsuo Kiso
3f2cbcc846 Fix a warning of -Woverloaded-virtfual.
A function declaration hided virtual functions from a base class.
2012-05-06 01:04:41 +09:00
Tetsuo Kiso
1e5818d19c Fix warnings: -Wreorder and -Wmismatched-tags. 2012-05-05 18:51:12 +09:00
Tetsuo Kiso
857398dfbd Fix warnings: -Wreorder and -Wmismatched-tags. 2012-05-05 18:51:12 +09:00
Tetsuo Kiso
0c552e5be1 Fix compilation errors on clang.
Clang does not like default args allowed in template function
definitions. See e.g.,
http://www.mail-archive.com/llvmbugs@cs.uiuc.edu/msg08284.html
2012-05-05 11:49:42 +09:00
Tetsuo Kiso
97cb9d7aaa Fix compilation errors on clang.
Clang does not like default args allowed in template function
definitions. See e.g.,
http://www.mail-archive.com/llvmbugs@cs.uiuc.edu/msg08284.html
2012-05-05 11:49:42 +09:00
Kenneth Heafield
70eff39eca FactorFriend is a struct not a class. For clang. 2012-05-04 11:21:25 -04:00
Kenneth Heafield
58252d12c2 FactorFriend is a struct not a class. For clang. 2012-05-04 11:21:25 -04:00