Hieu Hoang
|
f95e66c067
|
Merge branch 'master' into weight-new
|
2013-01-28 13:37:21 +00:00 |
|
Marcin Junczys-Dowmunt
|
fcf75fae18
|
Added option to specify directory or prefix for temporary files created during phrase table compacting
|
2013-01-22 21:11:02 +01:00 |
|
Hieu Hoang
|
4d32d8b64b
|
merge
|
2013-01-19 18:47:04 +00:00 |
|
Hieu Hoang
|
9d454f8161
|
refactor generation dictionary class
|
2013-01-18 18:22:06 +00:00 |
|
Hieu Hoang
|
2525ddc83f
|
refactor generation dictionary class
|
2013-01-18 17:58:32 +00:00 |
|
Hieu Hoang
|
50dfeb9374
|
refactor generation dictionary class
|
2013-01-18 17:57:26 +00:00 |
|
Hieu Hoang
|
10d7f3654e
|
compile error when single threading
|
2013-01-18 16:31:55 +00:00 |
|
Hieu Hoang
|
ed3dde93ee
|
refactor LanguageModelIRST
|
2013-01-17 18:03:27 +00:00 |
|
Hieu Hoang
|
a57ac78741
|
refactor LanguageModelIRST
|
2013-01-17 17:58:44 +00:00 |
|
Hieu Hoang
|
75ef646918
|
refactor LanguageModel
|
2013-01-17 17:15:10 +00:00 |
|
Hieu Hoang
|
98296eb095
|
refactor LexicalReordering
|
2013-01-16 10:59:44 +00:00 |
|
Hieu Hoang
|
4599c83326
|
refactor LexicalReordering
|
2013-01-16 10:51:22 +00:00 |
|
Hieu Hoang
|
3bbccf078c
|
refactor LexicalReordering
|
2013-01-15 18:32:13 +00:00 |
|
Hieu Hoang
|
97a26104aa
|
make m_configuration a pointer.
|
2013-01-15 15:46:38 +00:00 |
|
Hieu Hoang
|
aea6d5441b
|
refactor PhrasePairFeature
|
2013-01-15 15:04:32 +00:00 |
|
Hieu Hoang
|
61d9a91f73
|
change TargetNgramFeature and TargetBigramFeature
|
2013-01-15 14:10:49 +00:00 |
|
hieu
|
01243e415a
|
Merge branch 'master' into weight-new
|
2013-01-03 17:17:35 +00:00 |
|
hieu
|
15c776eda4
|
delete check and exit of Suffix Array phrase table implementation erroneously checked in
|
2013-01-03 14:35:39 +00:00 |
|
Hieu Hoang
|
2f6b445bf6
|
move code from LoadWordTranslationFeature() to constructor in class WordTranslationFeature
|
2013-01-02 21:26:56 +00:00 |
|
Hieu Hoang
|
b71d6c9b24
|
move code from LoadPhraseLengthFeature() to constructor in class PhraseLengthFeature
|
2013-01-02 16:54:38 +00:00 |
|
Hieu Hoang
|
add63c23a7
|
move code from LoadPhraseBoundaryFeature() to constructor in class PhraseBoundaryFeature
|
2013-01-02 16:06:22 +00:00 |
|
Hieu Hoang
|
fb2c57c70f
|
move code from LoadTargetWordInsertionFeature to constructor in class TargetWordInsertionFeature. Don't understand how it loads weights
|
2013-01-02 14:48:19 +00:00 |
|
Hieu Hoang
|
6c9f6e9a21
|
move code from LoadSourceWordDeletionFeature to constructor in class SourceWordDeletionFeature. Don't understand how it loads weights
|
2013-01-02 11:31:59 +00:00 |
|
Hieu Hoang
|
de45d7076a
|
add [feature] arg. Use for GlobalLexicalModelUnlimited. Not tested
|
2013-01-01 17:27:26 +00:00 |
|
Hieu Hoang
|
0784921314
|
add [feature] arg. Use for GlobalLexicalModel. Not tested
|
2012-12-31 16:41:33 +00:00 |
|
Hieu Hoang
|
19b36b12ab
|
delete m_globalLexicalModels
|
2012-12-31 01:29:52 +00:00 |
|
Hieu Hoang
|
6885e04b42
|
move feature function variables into FeatureFunction.h
|
2012-12-31 00:57:21 +00:00 |
|
Hieu Hoang
|
d24485e4a3
|
move AddFeatureFunction() to FeatureFunction subclasses
|
2012-12-30 19:42:53 +00:00 |
|
Hieu Hoang
|
e42ad943cc
|
move AddFeatureFunction() nearer to object creation
|
2012-12-30 16:48:22 +00:00 |
|
Hieu Hoang
|
37c0ffc83e
|
move AddFeatureFunction() nearer to object creation
|
2012-12-30 15:53:24 +00:00 |
|
Hieu Hoang
|
11ef6851b1
|
delete forward declarations of some feature functions
|
2012-12-28 17:27:34 +00:00 |
|
Hieu Hoang
|
e786d85347
|
delete class variable m_bleuScoreFeature. TODO Error in mira code
|
2012-12-28 15:45:36 +00:00 |
|
Hieu Hoang
|
7a96b7cfda
|
delete class variable m_phraseBoundaryFeature
|
2012-12-28 14:26:30 +00:00 |
|
Hieu Hoang
|
e229b0528d
|
delete class variable m_targetNgramFeatures
|
2012-12-28 13:44:02 +00:00 |
|
Hieu Hoang
|
11ed381ab0
|
delete class variable m_targetBigramFeature
|
2012-12-28 12:58:47 +00:00 |
|
Hieu Hoang
|
1052b39f0f
|
move all InitializeForInput() and CleanUpAfterSentenceProcessing() into ChartParser. For consistency
|
2012-12-27 20:12:35 +00:00 |
|
Hieu Hoang
|
f9c0d9a442
|
InitializeForInput() being called twice
|
2012-12-27 19:49:44 +00:00 |
|
Hieu Hoang
|
b693228a7b
|
delete class variable m_wordTranslationFeatures
|
2012-12-27 19:30:57 +00:00 |
|
Hieu Hoang
|
136161091b
|
delete class variable m_phrasePairFeatures
|
2012-12-27 18:42:07 +00:00 |
|
Hieu Hoang
|
c00246bd21
|
delete class variable m_phraseLengthFeature and m_targetWordInsertionFeature
|
2012-12-27 17:19:06 +00:00 |
|
Hieu Hoang
|
07f242ef81
|
delete class variable m_sourceWordDeletionFeature.
|
2012-12-27 16:00:02 +00:00 |
|
Hieu Hoang
|
d3e5903ae6
|
minor cleanup
|
2012-12-27 15:28:53 +00:00 |
|
Hieu Hoang
|
4e6139d7e6
|
delete translation-systems arg
|
2012-12-27 13:42:45 +00:00 |
|
Hieu Hoang
|
748c0379d2
|
simplify CleanUpAfterSentenceProcessing()
|
2012-12-27 13:10:44 +00:00 |
|
Hieu Hoang
|
e914503982
|
simplify InitializeForInput()
|
2012-12-27 12:41:10 +00:00 |
|
Hieu Hoang
|
8a8825d740
|
delete PhraseDictionary::InitDictionary()
|
2012-12-27 12:26:27 +00:00 |
|
Hieu Hoang
|
4b55c0744d
|
simplify ~StaticData()
|
2012-12-27 11:41:52 +00:00 |
|
Hieu Hoang
|
b9c76342e9
|
Merge branch 'master' into weight-new
|
2012-12-24 23:28:48 +00:00 |
|
Hieu Hoang
|
1798957647
|
change m_producers to non-const
|
2012-12-24 21:51:11 +00:00 |
|
Hieu Hoang
|
bf58eac8bc
|
clean up InitializeBeforeSentenceProcessing()
|
2012-12-24 18:52:04 +00:00 |
|