Commit Graph

1343 Commits

Author SHA1 Message Date
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
b2d454fbcc Merge branch 'master' of github.com:moses-smt/mosesdecoder 2012-05-18 13:38:15 +01:00
Hieu Hoang
31f725a2b6 Fix chart decoding so that it allows inputtype=0 2012-05-18 11:02:51 +01:00
Hieu Hoang
b46107231d Merge branch 'master' of github.com:moses-smt/mosesdecoder 2012-05-17 15:51:21 +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
4ccab95808 Merged in fixes for compiler warnings regarding comparing signed and unsigned integer expressions. 2012-05-10 14:48:51 +02:00
Christian Federmann
a18a5542b4 Fixed compiler warning. 2012-05-09 21:45:26 +02: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
12a340f281 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2012-05-05 17:19:26 -04:00
Kenneth Heafield
e9a6212de1 Stricter dependencies enforced by clang 2012-05-05 17:17:28 -04: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
857398dfbd Fix warnings: -Wreorder and -Wmismatched-tags. 2012-05-05 18:51:12 +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
58252d12c2 FactorFriend is a struct not a class. For clang. 2012-05-04 11:21:25 -04:00
Oliver Wilson
1aafcce298 Update Jamfile for renamed RandLM libraries. 2012-05-04 11:07:09 +01:00
phikoehn
60ff4ff9fb minor fixes 2012-04-17 23:41:45 +01:00
phikoehn
a7882ad8ee multi-threaded hierarchical rule extractor 2012-04-17 05:54:48 +01:00
Oliver Wilson
8782b6df38 Remove developer specific include path from LM Jamfile. 2012-04-03 11:23:05 +01:00
Oliver Wilson
c5095706c1 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2012-04-02 17:23:42 +01:00
Oliver Wilson
0aac1865d9 Use networked implementation of LDHT instead of the local version. 2012-04-02 17:21:38 +01:00
Lane Schwartz
88570ad6e4 Merge branch 'master' of ../mosesdecoder.export.bundle 2012-04-02 12:21:26 -04:00
Oliver Wilson
430b720084 Import Lossy Distributed Hash Table Language Model implementation. 2012-04-02 16:14:58 +01:00
Lane Schwartz
6793fb9635 Fixed memory leaks when using syntactic language model. 2012-03-30 16:28:22 -04:00
Lane Schwartz
c810902901 Using VERBOSE at level 3 instead of cerr for SyntacticLanguageModel messages. 2012-03-30 16:27:11 -04:00
Lane Schwartz
152a596803 Reordered initialization of member variables within SyntacticLanguageModel.
Doing this gets rid of a gcc warning message.
2012-03-30 16:24:57 -04:00
Lane Schwartz
8c949576f6 Added dummy implementation of EvaluateChart to SyntacticLanguageModel.
The EvaluateChart method is now required by the parent class FeatureFunction.

This implementation simply throws a runtime error,
because the syntactic language model is incremental in nature,
and as such is not well defined for chart parsing algorithms.
2012-03-30 16:21:39 -04:00
phikoehn
292c75cb1a added support tp specify translation options via xml for chart decoder 2012-03-28 04:29:24 +01:00
Kenneth Heafield
ee580d22be Merge branch 'master' of github.com:moses-smt/mosesdecoder 2012-03-20 10:45:40 -04:00
Kenneth Heafield
989bb308a0 Add comments to moses/src/LM/Jamfile 2012-03-20 10:45:16 -04:00
Christian Buck
93fb726e85 updated typename 2012-03-19 17:35:17 +00:00
Christian Buck
b499c1cd85 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2012-03-16 02:57:49 +00:00
Kenneth Heafield
5308a529dd Attempt to fix randlm compilation 2012-03-05 12:18:27 -05:00
Christian Buck
8b6f41a7cb Merge branch 'master' of github.com:moses-smt/mosesdecoder 2012-02-24 01:12:14 +00:00
Philipp Koehn
517fda5ada bug fixes 2012-02-16 05:14:56 +00:00
Kenneth Heafield
05909cc7f4 Optional header installation 2012-02-13 14:31:37 -05:00
Hieu Hoang
2d3c2c47c4 compile error when using ORLM and SRI 2012-02-09 21:38:31 +07:00
Hieu Hoang
7f8c6e0d92 output how many threads specified 2012-02-09 15:40:11 +07:00
Kenneth Heafield
b9455e0744 Compile ORLM. The existing code should to be refactored. 2012-02-08 13:29:16 -05:00
Kenneth Heafield
8530d0548c Don't segfault when complaining that IRSTLM isn't multithreaded 2012-02-07 10:21:14 -05:00