Commit Graph

2170 Commits

Author SHA1 Message Date
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
Hieu Hoang
27df7efd6a clean up InitializeBeforeSentenceProcessing() 2012-12-24 17:42:08 +00:00
Hieu Hoang
0df397065d clean up InitializeBeforeSentenceProcessing() 2012-12-24 16:52:40 +00:00
Hieu Hoang
6dd4259258 clean up CleanUpAfterSentenceProcessing() 2012-12-24 15:56:29 +00:00
Hieu Hoang
50f666f397 clean up CleanUpAfterSentenceProcessing() 2012-12-24 15:37:11 +00:00
Hieu Hoang
c3fe79564c clean up CleanUpAfterSentenceProcessing() 2012-12-24 15:17:13 +00:00
Hieu Hoang
961cc53ae5 clean up CleanUpAfterSentenceProcessing() 2012-12-24 14:34:34 +00:00
Hieu Hoang
485db07068 clean up CleanUpAfterSentenceProcessing() 2012-12-24 12:35:29 +00:00
Hieu Hoang
5b88c4e733 completely gutted TranslationSystem 2012-12-21 16:49:32 +00:00
Hieu Hoang
6cef6cff98 move initialization and cleanup functions to staticData 2012-12-21 16:18:00 +00:00
Hieu Hoang
17898a9df3 move initialization and cleanup functions to staticData 2012-12-21 15:59:52 +00:00
Hieu Hoang
ea647fc658 move decodeGraph to staticData 2012-12-21 15:28:34 +00:00
Hieu Hoang
8799e721ac move phrase tables and generation tables to staticData 2012-12-21 14:54:43 +00:00