Hieu Hoang
|
63cd5d4faf
|
use new constructor
|
2013-02-03 23:55:05 +00:00 |
|
Hieu Hoang
|
ed4921c0c9
|
delete variable weight
|
2013-02-03 23:30:36 +00:00 |
|
Hieu Hoang
|
55dd8f1fcf
|
delete variable m_dictIndex
|
2013-02-03 23:04:52 +00:00 |
|
Hieu Hoang
|
4ecdeac694
|
refactor class PhraseDictionaryFeature
|
2013-02-03 22:26:18 +00:00 |
|
Hieu Hoang
|
4ca673df8e
|
allow num of features to be specified as an argument, rather than need to be passed into constructor
|
2013-02-03 18:27:55 +00:00 |
|
Hieu Hoang
|
4caffffe7b
|
refactor class LexicalReordering
|
2013-02-03 18:16:42 +00:00 |
|
Hieu Hoang
|
2573d0a122
|
delete LM/Factory.*
|
2013-02-01 21:01:44 +00:00 |
|
Hieu Hoang
|
530e859697
|
tokenize line now moved into base class ScoreProducer
|
2013-02-01 20:23:36 +00:00 |
|
Hieu Hoang
|
6ed71fc73c
|
separate out PhraseDictionaryFeature from SparsePhraseDictionaryFeature
|
2013-02-01 16:59:30 +00:00 |
|
Hieu Hoang
|
48e2a80823
|
old format of specifying pt without implementation type no longer supported
|
2013-02-01 16:06:51 +00:00 |
|
Hieu Hoang
|
551d97344c
|
refactor PhraseDictionaryFeature
|
2013-02-01 15:50:57 +00:00 |
|
Hieu Hoang
|
51c26c84b8
|
refactor SparsePhraseDictionaryFeature
|
2013-01-31 12:19:25 +00:00 |
|
Hieu Hoang
|
6c00a0f627
|
delete m_fLMsLoaded
|
2013-01-30 11:37:14 +00:00 |
|
Hieu Hoang
|
a8fb2512ee
|
delete m_fLMsLoaded
|
2013-01-29 16:57:56 +00:00 |
|
Hieu Hoang
|
47fe787f58
|
refactor class BleuScoreFeature
|
2013-01-29 13:16:22 +00:00 |
|
Hieu Hoang
|
967ac6542a
|
bleu feature
|
2013-01-29 10:54:09 +00:00 |
|
Hieu Hoang
|
00ebc1e5ab
|
refactor Syntactic LM. Can't find dependencies to do this properly. Ask Lane later on
|
2013-01-28 17:33:45 +00:00 |
|
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 |
|