Hieu Hoang
154ca336d6
separate out ChartTranslationOption into its own files
2013-08-12 19:01:06 +01:00
Hieu Hoang
0bef0f63bf
eclipse file
2013-08-01 13:53:06 +01:00
Hieu Hoang
ba187294d5
begin cleanup of SCFG parsing. Get rid of Sentence variable in ChartRuleLookupManager, replace with ChartParser variable
2013-07-31 12:25:34 +01:00
Hieu Hoang
d1700435e0
eclipse file for extract
2013-07-26 14:00:19 +01:00
Hieu Hoang
4fde5f7ea2
eclipse file for extract-rules
2013-07-26 12:27:55 +01:00
Hieu Hoang
26c373ca3c
Merge /home/hieu/workspace/github/mosesdecoder into hieu_opt_input
2013-07-23 13:13:17 +01:00
Hieu Hoang
9b9e8cc759
eclipse file with randlm
2013-07-23 12:41:02 +01:00
Hieu Hoang
a098227abe
add ControlRecombination feature function
2013-07-20 23:10:50 +01:00
Hieu Hoang
5b7a9af588
refactor RandLM. Compiles with eclipse but not with bjam
2013-07-20 00:19:04 +01:00
Hieu Hoang
d4e641de80
eclipse
2013-07-19 23:19:17 +01:00
Hieu Hoang
24a9a7949e
eclipse
2013-07-19 09:37:33 +01:00
Hieu Hoang
ba5ece8abe
Merge github.com:moses-smt/mosesdecoder into hieu_opt_input
2013-07-19 09:34:32 +01:00
Hieu Hoang
ecef376aed
rename InputLatticeNode.h to InputPath.h
2013-07-06 22:42:52 +01:00
Hieu Hoang
ac8d10af38
move lookup of all subphrases into PhraseDictionary class
2013-07-03 16:57:23 +01:00
Hieu Hoang
39f864d181
Merge github.com:moses-smt/mosesdecoder into hieu_opt_input2
2013-07-03 16:25:39 +01:00
Hieu Hoang
4995ea4f89
eclipse
2013-07-03 16:24:49 +01:00
Hieu Hoang
159911a92b
Merge github.com:moses-smt/mosesdecoder into hieu_opt_input2
2013-07-03 13:35:10 +01:00
Hieu Hoang
bf9742f5f8
eclipse project for extract-ghkm
2013-07-03 12:35:45 +01:00
Hieu Hoang
46e1b8df22
eclipse
2013-07-02 13:03:40 +01:00
Hieu Hoang
8123772b43
separate class InputLatticeNode into seprate file
2013-07-01 23:27:13 +01:00
Hieu Hoang
8d98d026d4
Merge github.com:moses-smt/mosesdecoder into hieu_opt_input2
2013-07-01 22:30:41 +01:00
Hieu Hoang
bff761b605
a little bit more towards using prefix subphrase to optimize translation model lookup
2013-07-01 22:30:29 +01:00
Hieu Hoang
e3a9694c60
eclipse
2013-07-01 19:56:48 +01:00
Hieu Hoang
fa4b92fc0a
Merge branch 'master' into nadir_osm
2013-06-28 14:19:30 +01:00
Hieu Hoang
e3390393a3
Merge branch 'master' of github.com:moses-smt/mosesdecoder into nadir_osm
2013-06-27 21:12:29 +01:00
Hieu Hoang
3833d67ec0
merge with master
2013-06-26 17:12:22 +01:00
Hieu Hoang
d43c174dcd
merge
2013-06-25 10:50:26 +01:00
Hieu Hoang
e15a4fc882
add phrase penalty feature function
2013-06-25 06:54:23 +01:00
Hieu Hoang
69acbfa1d3
compiles, but only on eclipse
2013-06-24 14:45:20 +01:00
Hieu Hoang
96d116dba0
refactor parsing of feature functiona args
2013-06-10 16:29:07 +01:00
Hieu Hoang
b4ca44e8af
refactor TargetWordInsertionFeature::Load()
2013-06-09 20:09:21 +01:00
Hieu Hoang
82224a7a46
feature functions can be both sparse AND dense
2013-06-09 18:48:09 +01:00
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
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
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
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
Hieu Hoang
dcafe74892
port PhraseDictionaryMultiModelCount to new format
2013-05-13 17:20:14 +01: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