Hieu Hoang
|
05ead45e71
|
beautify
|
2015-01-14 11:07:42 +00:00 |
|
Hieu Hoang
|
18c1c4a132
|
method rename
|
2014-08-08 18:11:30 +01:00 |
|
Hieu Hoang
|
e863592f40
|
TargetPhrase to have pointer to the phrase table that creates it
|
2014-08-04 19:28:04 +01:00 |
|
Hieu Hoang
|
747661ba3e
|
sparse features in on-disk-pt
|
2014-06-06 20:35:58 +01:00 |
|
Hieu Hoang
|
0114766b54
|
sparse features in on-disk-pt
|
2014-06-06 20:00:15 +01:00 |
|
Hieu Hoang
|
bdf4fb2d53
|
sparse features in on-disk-pt
|
2014-06-06 19:35:20 +01:00 |
|
Hieu Hoang
|
d8729a92c9
|
properties in OnDiskPt
|
2014-06-06 14:25:10 +01:00 |
|
Hieu Hoang
|
f13d0c8244
|
UTIL_THROW_IF -> UTIL_THROW_IF2
|
2013-11-22 20:27:46 +00:00 |
|
Hieu Hoang
|
c8f19220e9
|
replace CHECK with UTIL_THROW_IFin OnDiskPt
|
2013-11-18 17:08:58 +00:00 |
|
Hieu Hoang
|
9d9c43f9a7
|
skelete pt
|
2013-09-28 09:42:17 +01:00 |
|
Hieu Hoang
|
a1f5167f85
|
get ready to delete source phrase from TargetPhrase class
|
2013-08-07 11:37:40 +01:00 |
|
Hieu Hoang
|
852242b804
|
beautify
|
2013-07-08 19:02:18 +01:00 |
|
Hieu Hoang
|
8d857fa26e
|
OnDisk pt passes regression
|
2013-07-08 19:01:28 +01:00 |
|
Hieu Hoang
|
6249432407
|
beautify
|
2013-05-29 18:16:15 +01:00 |
|
Hieu Hoang
|
805eef6c18
|
delete sourcePhrase variable in TargetPhrase class
|
2013-05-28 01:25:27 +01:00 |
|
Hieu Hoang
|
e8dadb58ce
|
split classes in DummyScoreProducers into separate files
|
2013-05-25 00:57:37 +01:00 |
|
Hieu Hoang
|
a80d838b0f
|
move feature functions into moses/FF
|
2013-05-24 18:02:49 +01:00 |
|
Hieu Hoang
|
f4a75b30f7
|
Make lhsTarget a pointer
|
2013-05-22 11:22:17 +01:00 |
|
Hieu Hoang
|
38c4b3695f
|
delete TargetPhrase::MutableTargetLHS(). Get ready to make lhsTarget a pointer
|
2013-05-22 10:26:06 +01:00 |
|
Hieu Hoang
|
0e1c246010
|
delete references to WordPenaltyProducer
|
2013-05-21 13:22:04 +01:00 |
|
Hieu Hoang
|
ff880ec6f1
|
delete references to LMList
|
2013-05-21 12:27:13 +01:00 |
|
Hieu Hoang
|
499487fb98
|
get rid of TargetPhrase::SetScore. Expose ScorerBreakdown object so they can be set directly
|
2013-05-13 15:36:09 +01:00 |
|
Hieu Hoang
|
fdcfe95574
|
start framework for evaluating target phrase score
|
2013-05-02 17:19:45 +01:00 |
|
Hieu Hoang
|
194adf8130
|
change format for phrase model
|
2013-02-22 19:17:57 +00:00 |
|
Hieu Hoang
|
59449f2925
|
make TranslationModel subdirectory and move files from moses/ into it
|
2012-11-27 15:08:31 +00:00 |
|
Hieu Hoang
|
5e3ef23cef
|
move moses/src/* to moses/
|
2012-11-12 19:56:18 +00:00 |
|
Kenneth Heafield
|
c34ecf12de
|
TargetPhrase doesn't have a FactorDirection constructor.
It was implicitly doing TargetPhrase(Phrase(size_t)) wastefully
|
2012-10-22 17:40:23 +01:00 |
|
Hieu Hoang
|
397e704b49
|
terminal and non-terminal word alignments stored in 2 separate objects
|
2012-10-19 15:10:10 +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 |
|
Kenneth Heafield
|
ab60d1ad6f
|
Slightly less wasteful OnDiskPt word conversion
Ideally, OnDiskPt would convert its entire vocabulary to Word in advance.
|
2012-09-26 12:52:11 +01:00 |
|
Barry Haddow
|
576bc09fa5
|
fix memory leaks in binarisation
|
2012-09-19 21:48:10 +01:00 |
|
Barry Haddow
|
1e4bff1def
|
Fix memory leak in binarisation
|
2012-09-18 15:31:29 +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 |
|
Hieu Hoang
|
6096f21740
|
factors in chart decoding runs. But target factor model has incorrect LM score
|
2012-06-15 21:44:45 +01:00 |
|
Eva Hasler
|
e1c1a5343c
|
merge
|
2012-06-07 11:16:52 +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
|
4e9babf040
|
enable binarization of rule tables with terminal alignments and new rule count
|
2012-05-18 11:09:04 -07:00 |
|
Hieu Hoang
|
3f3401f9ba
|
Add util for querying on-disk pt
|
2012-05-15 16:35:00 +01:00 |
|
Hieu Hoang
|
9467cc82e6
|
Add util for querying on-disk pt
|
2012-05-15 16:35:00 +01:00 |
|
Eva Hasler
|
30deedde9f
|
changed permission, everything changed..
|
2012-05-10 18:54:24 +01:00 |
|
Christian Federmann
|
4ccab95808
|
Merged in fixes for compiler warnings regarding comparing signed and unsigned integer expressions.
|
2012-05-10 14:48:51 +02:00 |
|
Christian Federmann
|
b9b1517e4f
|
Merged in fixes for compiler warnings regarding comparing signed and unsigned integer expressions.
|
2012-05-10 14:48:51 +02:00 |
|
Eva
|
6f39ad0b3e
|
test
|
2012-04-28 23:11:30 -07:00 |
|
Kenneth Heafield
|
a0d79781e5
|
Merge CreateOnDisk into OnDiskPt, pop out of src
|
2011-12-01 18:26:05 +00:00 |
|
Kenneth Heafield
|
9fe831c60c
|
Merge CreateOnDisk into OnDiskPt, pop out of src
|
2011-12-01 18:26:05 +00:00 |
|