Kenneth Heafield
1b87f29332
ChartDecoding isn't the only syntax algorithm
2013-06-18 10:21:47 -04:00
Hieu Hoang
6249432407
beautify
2013-05-29 18:16:15 +01:00
Hieu Hoang
06a5c86695
delete LMList
2013-05-27 16:50:21 +01:00
Hieu Hoang
7ff009adad
minor compile error
2013-05-25 08:52:39 +01:00
Hieu Hoang
40ae4e9522
split classes in DummyScoreProducers into separate files
2013-05-24 23:57:06 +01:00
Hieu Hoang
a80d838b0f
move feature functions into moses/FF
2013-05-24 18:02:49 +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
981351758a
delete class TranslationSystem
2013-05-11 14:13:26 +01:00
Hieu Hoang
ac9496e74f
merge
2013-05-08 15:39:00 +01:00
Hieu Hoang
02063f2413
delete makefiles
2013-05-08 15:09:55 +01:00
Hieu Hoang
01af82310b
delete ScoreProducer
2013-02-21 20:03:35 +00:00
Hieu Hoang
9d454f8161
refactor generation dictionary class
2013-01-18 18:22:06 +00:00
Hieu Hoang
6885e04b42
move feature function variables into FeatureFunction.h
2012-12-31 00:57:21 +00:00
Hieu Hoang
0ecc092b77
assert(false) in mira. Did not implement StaticData.GetBleuScoreFeature()
2012-12-28 16:50:59 +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
1798957647
change m_producers to non-const
2012-12-24 21:51:11 +00:00
Hieu Hoang
5d9980af91
move WordPenalty to staticData
2012-12-19 15:38:57 +00:00
Hieu Hoang
c2d9d84ba0
move feature function variables from TranslationSystem back to StaticData
2012-12-19 14:37:00 +00:00
Hieu Hoang
cb270a76be
all regression tests passed
2012-12-04 18:39:06 +00:00
Hieu Hoang
065597dc9f
only include moses root when compiling
2012-11-14 14:18:53 +00:00
Hieu Hoang
44f24bd673
resolved merge conflicts
2012-11-12 20:35:32 +00:00
Hieu Hoang
5e3ef23cef
move moses/src/* to moses/
2012-11-12 19:56:18 +00:00
Kenneth Heafield
1bae8e1701
Why was mira pulling in IOWrapper?
2012-11-12 18:27:38 +00:00
Kenneth Heafield
d9a09df221
Unbork mira build
2012-11-12 18:15:27 +00:00
Kenneth Heafield
d7ecd0be1a
Remove bleu_lib target.
2012-11-07 23:21:59 +01:00
Hieu Hoang
6f7f2cf332
take out debug arg from perl script
2012-10-23 14:53:53 +01:00
Barry Haddow
190f4c5996
Fix non-mpi compile error
2012-10-09 21:51:32 +01:00
Eva Hasler
e7e4dbd405
merge remaining changes to mira, word pair features, phrase pair features
2012-10-03 18:53:55 +01:00
Eva Hasler
ebbf0d028c
changes to mira, adding jackknife to experiment.perl
2012-10-01 20:36:52 +01:00
Barry Haddow
0a950ee9f4
Merge remote branch 'github/master' into miramerge
...
Compiles, but not tested. Had to disable relent filter. Strangely, it seems to contain the
whole of moses-cmd.
Conflicts:
Jamroot
OnDiskPt/TargetPhrase.cpp
moses-cmd/src/Main.cpp
moses/src/AlignmentInfo.cpp
moses/src/AlignmentInfo.h
moses/src/ChartTranslationOptionCollection.cpp
moses/src/ChartTranslationOptionCollection.h
moses/src/GenerationDictionary.cpp
moses/src/Jamfile
moses/src/Parameter.cpp
moses/src/PhraseDictionary.cpp
moses/src/StaticData.cpp
moses/src/StaticData.h
moses/src/TargetPhrase.h
moses/src/TranslationSystem.cpp
moses/src/TranslationSystem.h
moses/src/Word.cpp
phrase-extract/score.cpp
regression-testing/Jamfile
scripts/ems/experiment.meta
scripts/ems/experiment.perl
scripts/training/train-model.perl
2012-09-26 22:49:33 +01:00
Barry Haddow
2d71e5be60
Non-mpi build
2012-08-17 13:46:38 +01:00
ehasler
6ba85d22a4
save all changes related to domain adaptation
2012-07-26 17:32:50 +01:00
Barry Haddow
2b4e61d826
Merge branch 'trunk' into miramerge
...
Compiles, not tested.
Conflicts:
Jamroot
OnDiskPt/PhraseNode.h
OnDiskPt/TargetPhrase.cpp
OnDiskPt/TargetPhrase.h
OnDiskPt/TargetPhraseCollection.cpp
mert/BleuScorer.cpp
mert/Data.cpp
mert/FeatureData.cpp
moses-chart-cmd/src/Main.cpp
moses/src/AlignmentInfo.h
moses/src/ChartManager.cpp
moses/src/LM/Ken.cpp
moses/src/LM/Ken.h
moses/src/LMList.h
moses/src/LexicalReordering.h
moses/src/PhraseDictionaryTree.h
moses/src/ScoreIndexManager.h
moses/src/StaticData.h
moses/src/TargetPhrase.h
moses/src/Word.cpp
scripts/ems/experiment.meta
scripts/ems/experiment.perl
scripts/training/train-model.perl
2012-07-17 13:36:50 +01:00
Eva Hasler
bc2c564178
remove unused vars
2012-07-04 11:53:45 +01:00
Eva Hasler
ea1bdd03f1
clean up mira
2012-07-04 11:40:12 +01:00
Eva Hasler
788bea2f2b
clean up and fixing stopping criterion in mira training script
2012-07-03 16:21:09 +01:00
Eva Hasler
e1c1a5343c
merge
2012-06-07 11:16:52 +01:00
Eva Hasler
3c1728f30d
clean up
2012-06-01 20:20:30 +01:00
Eva Hasler
6a6a35c65e
fix start weights in experiment.perl, add hypothesis queue for picking hope and fear translations, add variations to 1slack formulation
2012-06-01 01:49:42 +01:00
Eva
62d10a2af3
implement CalculateBleu for complete translations, add parameters --disable-bleu-feature and --real-bleu to replace dynamic sentence Bleu with real sentence Bleu
2012-05-29 17:04:36 -07:00
Eva
29b31f6cd9
remove <s> and </s> from chart bleu score computation
2012-05-28 15:49:39 -07:00
Eva
d81ebe2337
Fix nbest lists for chart mira
2012-05-27 23:03:45 -07:00
Eva Hasler
4f76643486
update feature learning rate code
2012-05-18 18:58:42 +01:00
Eva Hasler
c8f04a7e48
add feature confidence
2012-05-15 17:49:54 +01:00
Eva Hasler
30deedde9f
changed permission, everything changed..
2012-05-10 18:54:24 +01:00
Eva Hasler
dd9bd42a62
fix weight scaling
2012-05-02 22:54:23 +01:00
Eva Hasler
702c9d1b81
enable start weights and scaling all features
2012-05-02 21:34:39 +01:00
Eva Hasler
9035a0ac85
fix margin normalisation
2012-05-02 17:57:24 +01:00
Eva Hasler
e9fb37a918
set bleu weight back to 1
2012-05-01 00:22:01 +01:00
Eva Hasler
1b18c0a914
distinguish between dynamic and external score
2012-05-01 00:15:16 +01:00