Hieu Hoang
d281d025cf
implement feature override as a run-time override of specific argument of a feature function. Only implemented table-limit for far
2013-06-07 17:42:23 +01:00
Hieu Hoang
dc6479fad9
eclipse
2013-06-06 15:09:05 +01:00
Ian Johnson
513af400ee
Merge branch 'master' of github.com:moses-smt/mosesdecoder
2013-06-03 13:50:08 +01:00
Ian Johnson
15f197604d
Updated PCL: fixes bugs in type derivation where fanout operations are used.
2013-06-03 13:49:58 +01:00
Hieu Hoang
266a81c9cf
add class InputFeature. To replace 7 year old hack of using phrase table weights for input scores for confusion networks and lattice inputs
2013-05-28 17:25:59 +01:00
Ian Johnson
219d51754c
Merge branch 'master' of github.com:moses-smt/mosesdecoder
2013-05-28 13:54:35 +01:00
Ian Johnson
58d5088f33
Updated PCL since it mow supports environment variables in configuration files.
2013-05-28 13:54:27 +01:00
Hieu Hoang
9977f6c393
compile error in moses server. Delete mention of ORLM
2013-05-27 19:16:18 +01:00
Hieu Hoang
87c7875391
delete LMList
2013-05-27 16:57:09 +01:00
Hieu Hoang
e8dadb58ce
split classes in DummyScoreProducers into separate files
2013-05-25 00:57:37 +01:00
Hieu Hoang
49e69f19e2
split classes in DummyScoreProducers into separate files
2013-05-25 00:25:20 +01:00
Hieu Hoang
75a1849bcf
split classes in FeatureFunction files
2013-05-24 19:11:15 +01:00
Hieu Hoang
a80d838b0f
move feature functions into moses/FF
2013-05-24 18:02:49 +01:00
Hieu Hoang
6c322ba05e
move and rename PhraseDictionarySCFG -> PhraseDictionaryMemory
2013-05-24 16:33:30 +01:00
Hieu Hoang
4a280c8ca7
move and rename PhraseDictionarySCFG -> PhraseDictionaryMemory
2013-05-24 16:23:31 +01:00
Ian Johnson
c839cf48c5
Udpated PCL
2013-05-22 15:39:36 +01:00
Ian Johnson
d9e3223e7c
Re-wrote the README
2013-05-22 13:29:48 +01:00
Ian Johnson
10820e5bfd
Added Makefiles
2013-05-22 12:11:41 +01:00
Ian Johnson
166eb7d0e0
Added PCL based arrow pipelining
2013-05-22 10:25:25 +01:00
Hieu Hoang
41da563645
port SRILM to new weights format
2013-05-19 12:44:45 +01:00
Hieu Hoang
f04ec4c56d
1. remove all code for MetaFeature from mira.
...
2. in ShowWeights(), all print out dense feature weights. Don't print 'sparse' for sparse feature functions. All features functions can contains dense and sparse
2013-05-16 19:05:08 +01:00
Rico Sennrich
5fa1752018
multimodel(counts): allow different features to have separate interpolation weights.
2013-05-16 14:11:03 +02:00
Rico Sennrich
876de13eba
restore support for multimodel(counts) in moses server:
...
set sentence-level weights and optimize weights
2013-05-16 13:40:17 +02:00
Hieu Hoang
5f6f27dea5
compile error. Delete reference to TranslationSystem
2013-05-13 20:48:05 +01:00
Hieu Hoang
dcafe74892
port PhraseDictionaryMultiModelCount to new format
2013-05-13 17:20:14 +01:00
Christian Buck
5b69987373
mosesserver now supports nbest lists
2013-05-12 21:02:27 -07:00
Hieu Hoang
981351758a
delete class TranslationSystem
2013-05-11 14:13:26 +01:00
Hieu Hoang
b75d194833
gut LMList. Get ready for deletion
2013-05-11 13:23:50 +01:00
Hieu Hoang
ed7ab8146f
port PhraseDictionaryMultiModel to new format
2013-05-10 12:30:01 +01:00
Hieu Hoang
e8497d5a7e
IsTuneable() can now be set in the ini file
2013-05-09 12:05:19 +01:00
Hieu Hoang
2b4e1fbea6
delete FindNumFeatures() and FindName()
2013-05-09 11:48:12 +01:00
Hieu Hoang
ac9496e74f
merge
2013-05-08 15:39:00 +01:00
Hieu Hoang
644cac03f6
eclipse
2013-05-07 11:40:03 +01:00
Hieu Hoang
8a371f6547
eclipse
2013-05-07 09:25:42 +01:00
Hieu Hoang
b9373c7edf
eclipse
2013-05-03 10:49:10 +01:00
Hieu Hoang
372d0505d2
eclipse
2013-05-02 21:22:05 +01:00
Hieu Hoang
f0bae8cbc8
eclipse
2013-05-02 19:56:04 +01:00
Hieu Hoang
25b1ef9e08
eclipse
2013-05-02 19:53:42 +01:00
Hieu Hoang
acaabb66d9
change StatelessFeatureType for class WordTranslationFeature. Test phrase.word-translation passes
2013-05-01 14:56:09 +01:00
Hieu Hoang
ce95c117f6
merge
2013-04-29 18:46:48 +01:00
Kenneth Heafield
972001e345
Compiler error
2013-04-27 01:02:52 +02:00
Hieu Hoang
6da2cf7663
eclipse
2013-04-24 14:19:16 +01:00
Rico Sennrich
908c006e32
online combination of multiple phrase tables
...
- creates a virtual phrase table at decoding time based on a vector of component models and a combination algorithm
- linear interpolation or instance weighting
- two possible component model types supported so far: 0 (in-memory) or 12 (compact)
- weights can be set in config, and overriden on a sentence-level through mosesserver API
- online optimization (perplexity minimization) using dlib and xmlrpc-c call
2013-04-22 13:21:59 +02:00
Christian Buck
477f913585
mosesserver now supports nbest lists
2013-04-21 00:34:59 +01:00
Christian Buck
b362791169
fixed warnings
2013-04-21 00:34:25 +01:00
Christian Buck
046e031723
Merge branch 'master' of git://github.com/moses-smt/mosesdecoder
2013-04-20 20:33:16 +01:00
Hieu Hoang
b1da4dbe0e
merged
2013-04-19 15:03:34 +01:00
Barry Haddow
7677832655
Fix markdown
2013-04-19 09:00:24 +01:00
Barry Haddow
71295e2708
correct markdown
2013-04-19 08:45:03 +01:00
Barry Haddow
e53faa174c
Complete README
2013-04-19 08:34:43 +01:00