Hieu Hoang
5cbfcacccc
Merge github.com:moses-smt/mosesdecoder into hieu_opt_input
2013-07-16 16:56:22 +01:00
Hieu Hoang
f3e0fd2dd4
finished converting TargetPhraseCollection* to TargetPhraseCollection
2013-07-16 16:55:56 +01:00
Hieu Hoang
e1a86bd9c9
sometimes target phrase collection can have 0 phrases
2013-07-16 16:30:54 +01:00
Hieu Hoang
56f4344ff2
merge
2013-07-13 23:26:21 +01:00
Kenneth Heafield
789039fa2e
In-line PhraseDictionaryNodeMemory with the hash table data structure
...
Before:
Name:moses_chart VmPeak:11988700 kB VmRSS:10112684 kB
real 2m58.393s
user 2m39.673s
sys 0m12.171s
After:
Name:moses_chart VmPeak:11952688 kB VmRSS:10077304 kB
real 2m42.329s
user 2m31.219s
sys 0m10.261s
2013-07-12 07:13:19 -07:00
Kenneth Heafield
1b3f769c5c
Always have a TargetPhraseCollection.
...
Before:
Name:moses_chart VmPeak:12027904 kB VmRSS:10151884 kB real:173.000
real 2m53.608s
user 2m44.003s
sys 0m8.401s
After:
Name:moses_chart VmPeak:11988700 kB VmRSS:10112684 kB real:177.500
real 2m58.393s
user 2m39.673s
sys 0m12.171s
2013-07-12 07:01:33 -07:00
Hieu Hoang
43507b61e3
Merge github.com:moses-smt/mosesdecoder into hieu_opt_input
2013-07-12 14:44:26 +01:00
Kenneth Heafield
23c2530617
PhraseDictionaryNodeMemory doesn't need to be virtual. Slight reduction in CPU/RAM.
2013-07-12 06:32:33 -07:00
Hieu Hoang
6b1ac2a3d0
Merge github.com:moses-smt/mosesdecoder into hieu_opt_input
2013-07-11 20:43:32 +01:00
Hieu Hoang
a88096f669
debug message for overriding feature function arguments
2013-07-11 20:41:42 +01:00
Hieu Hoang
66e7720b91
rename SetTargetPhraseFromPtMatrix() to GetTargetPhraseCollectionBatch()
2013-07-11 20:18:06 +01:00
Hieu Hoang
c6d8259f68
delete as many override of GetTargetPhraseCollection() as possible
2013-07-11 20:05:08 +01:00
Hieu Hoang
5be6d8d755
call legacy code for confusion network input with binary pt
2013-07-11 17:24:19 +01:00
Hieu Hoang
183de6ea77
beautify
2013-07-11 16:20:15 +01:00
Hieu Hoang
7ec09ca24f
call legacy code for confusion network input with binary pt
2013-07-11 16:19:38 +01:00
Hieu Hoang
a3a652bf62
Merge github.com:moses-smt/mosesdecoder into hieu_opt_input
2013-07-11 15:42:37 +01:00
Hieu Hoang
175b540509
Merge branch 'master' of github.com:moses-smt/mosesdecoder
2013-07-11 15:42:17 +01:00
Hieu Hoang
e7f6c6906c
Merge github.com:moses-smt/mosesdecoder into hieu_opt_input
2013-07-11 15:42:13 +01:00
Hieu Hoang
ddffe5e01b
minor debug tweak
2013-07-11 15:42:01 +01:00
Hieu Hoang
d7fa851f19
call legacy code for confusion network input with binary pt
2013-07-11 12:46:04 +01:00
Hieu Hoang
01641bfeee
call legacy code for confusion network input with binary pt
2013-07-11 12:37:20 +01:00
Hieu Hoang
e3982f9ea8
minor compile error. Strange that it doesn't see function from it's antecedent
2013-07-11 10:26:24 +01:00
Hieu Hoang
6e64169a04
move CreateTranslationOptionsForRange() from TranslationOptionCollectionText to TranslationOptionCollection so that it can be used by confusion networks too
2013-07-11 10:13:34 +01:00
Hieu Hoang
bad58530e5
minor cleanup
2013-07-11 09:28:08 +01:00
Hieu Hoang
475ebd2bbb
get rid of translation option cache
2013-07-10 19:44:38 +01:00
Hieu Hoang
3c343b7cc5
prefix subphrase optimization for confusion networks
2013-07-10 18:02:38 +01:00
Hieu Hoang
958d7ca9b8
prefix subphrase optimization for confusion networks
2013-07-09 16:56:49 +01:00
Hieu Hoang
92163d5091
prefix subphrase optimization done for confusion networks
2013-07-09 15:48:36 +01:00
Hieu Hoang
ffba363961
minor cleanup
2013-07-09 14:28:03 +01:00
Hieu Hoang
5f9d0a85f5
rename vector<InputPath> to InputPathList. Pass regression tests
2013-07-09 14:19:35 +01:00
Hieu Hoang
49ede97304
merge
2013-07-09 12:41:08 +01:00
Hieu Hoang
7eb5e41ea1
Merge pull request #41 from neubig/check-processphrasetable-width
...
Prevented segfault on print non-existant alignment string
2013-07-09 04:28:57 -07:00
Nadir Durrani
418abf42fa
Merge branch 'nadir_osm'
2013-07-09 11:44:14 +01:00
Hieu Hoang
fad88a1451
begin adding input score to InputPath
2013-07-08 22:47:02 +01:00
Hieu Hoang
e07304bdd1
beautify
2013-07-08 20:56:51 +01:00
Hieu Hoang
310b26f989
beautify
2013-07-08 20:52:14 +01:00
Hieu Hoang
3eba5782c2
beautify
2013-07-08 20:25:47 +01:00
Hieu Hoang
e2dd5b2efa
beautify
2013-07-08 19:12:11 +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
b03ac10a2d
error processing OOV when using OnDisk pt
2013-07-08 17:58:22 +01:00
Marcin Junczys-Dowmunt
d3b4c11be2
Fixed queryPhraseTableMin, added warnings for compacting phrase tables qithout alignment
2013-07-08 09:58:02 +02:00
Hieu Hoang
29b895a97a
InputLatticeNode to InputPath
2013-07-07 02:14:51 +01:00
Hieu Hoang
ecef376aed
rename InputLatticeNode.h to InputPath.h
2013-07-06 22:42:52 +01:00
Hieu Hoang
6a060abe74
a little bit more towards using prefix subphrase to optimize translation rule lookup
2013-07-05 11:24:27 +01:00
Hieu Hoang
7114b164c7
cleanup of OnDiskPt methods
2013-07-05 11:10:10 +01:00
Hieu Hoang
ee0d29f56b
prefix subphrase optimization
2013-07-05 10:57:45 +01:00
Hieu Hoang
e073d22301
prefix subphrase optimization
2013-07-05 10:52:12 +01:00
Hieu Hoang
a60da7d4b7
prefix subphrase optimization
2013-07-05 09:59:50 +01:00
Graham Neubig
0cde047e6e
Merge branch 'master' of github.com:neubig/mosesdecoder into check-processphrasetable-width
2013-07-05 12:38:31 +09:00
Graham Neubig
6c25048d20
Prevented segfault on print non-existant alignment
...
In processPhraseTable, there is an option to print alignments.
When this is selected, processPhraseTable will print the 4th
column in the phrase table, but the check for the phrase table
width only currently goes to the 3rd column. This patch makes
sure that the phrase table must have 4 columns when alignments
are being printed, and 3 otherwise.
2013-07-05 12:21:01 +09:00
Hieu Hoang
574d186708
beautify
2013-07-04 23:38:18 +01:00
Hieu Hoang
0efcf64c28
Merge github.com:moses-smt/mosesdecoder into hieu_opt_input2
2013-07-04 23:37:21 +01:00
Hieu Hoang
f4d77aae38
start prefix subphrase optimization with OnDisk pt
2013-07-04 23:36:17 +01:00
Marcin Junczys-Dowmunt
bc904ff61f
Deleted stray "cerr << .."
2013-07-05 00:15:27 +02:00
Hieu Hoang
6e56a9aed5
beautify
2013-07-04 20:29:05 +01:00
Hieu Hoang
f35750bc08
beautify
2013-07-04 20:19:51 +01:00
Hieu Hoang
ed6b5add67
free objects
2013-07-04 16:07:24 +01:00
Hieu Hoang
f0dc30f25a
prefix subphrase optimization done for in-memory pt. Need to delete objects also
2013-07-04 15:13:29 +01:00
Nadir Durrani
389b7762e8
Merge branch 'nadir_osm' of github.com:moses-smt/mosesdecoder into nadir_osm
2013-07-04 12:05:00 +01:00
Nadir Durrani
e402714d2b
Getting Rid of feature-path
2013-07-04 12:04:29 +01:00
Hieu Hoang
934e24718e
a little bit more towards using prefix subphrase to optimize translation rule lookup
2013-07-04 09:24:13 +01:00
Hieu Hoang
5e355c1595
move lookup of all subphrases into PhraseDictionary class
2013-07-03 19:07:36 +01:00
Hieu Hoang
ac8d10af38
move lookup of all subphrases into PhraseDictionary class
2013-07-03 16:57:23 +01:00
Hieu Hoang
c38e1a7682
Merge github.com:moses-smt/mosesdecoder into hieu_opt_input2
2013-07-03 10:04:36 +01:00
Nadir Durrani
33a167ac9d
Merge branch 'nadir_osm'
2013-07-02 13:24:21 +01:00
Nadir Durrani
c05317dd82
Future-Cost
2013-07-02 13:19:55 +01:00
Hieu Hoang
8123772b43
separate class InputLatticeNode into seprate file
2013-07-01 23:27:13 +01:00
Hieu Hoang
8d98d026d4
Merge github.com:moses-smt/mosesdecoder into hieu_opt_input2
2013-07-01 22:30:41 +01:00
Hieu Hoang
bff761b605
a little bit more towards using prefix subphrase to optimize translation model lookup
2013-07-01 22:30:29 +01:00
Hieu Hoang
d203f2bb6e
single threaded build compiles & passes regression
2013-07-01 17:37:24 +01:00
Nadir Durrani
582d31cb16
No SRILM
2013-07-01 13:10:58 +01:00
Nadir Durrani
ba72c70c6e
Merge branch 'nadir_osm' of github.com:moses-smt/mosesdecoder into nadir_osm
2013-07-01 11:07:21 +01:00
Nadir Durrani
6a915253e1
Bug Fix
2013-07-01 11:06:55 +01:00
Kenneth Heafield
51c0b6ae43
Unbreak build by disabling OSM without SRI.
...
TODO(nadir): remove (or make optional) your dependence on SRILM then undo this commit and remove the if statement from the Jamfile.
2013-06-30 13:08:12 +01:00
Hieu Hoang
4e773acd5f
find all target phrases before search
2013-06-29 22:00:23 +01:00
Hieu Hoang
eb0c7b62bc
Merge https://github.com/moses-smt/mosesdecoder into hieu_opt_input2
2013-06-29 19:02:53 +01:00
Hieu Hoang
3fde63c7b1
find all target phrases before search
2013-06-28 18:15:12 +01:00
Hieu Hoang
600a188a4e
beautify
2013-06-28 18:06:36 +01:00
Hieu Hoang
bddbdeec04
find all target phrases before search
2013-06-28 18:05:49 +01:00
Hieu Hoang
d2e37b701b
find all target phrases before search
2013-06-28 17:40:22 +01:00
Hieu Hoang
2b357f91e3
separate CreateTranslationOptionsForRange() for text and confusion network input
2013-06-28 15:43:56 +01:00
Hieu Hoang
fa4b92fc0a
Merge branch 'master' into nadir_osm
2013-06-28 14:19:30 +01:00
Nadir Durrani
8c19c2ba8a
KenLM
2013-06-28 14:16:41 +01:00
Hieu Hoang
fd1a70739f
create matrix of subphrases in class TranslationOptionCollectionText
2013-06-28 13:21:04 +01:00
Ulrich Germann
c963338476
Feature values are now returned as log probabilities.
2013-06-27 17:55:16 +01:00
Hieu Hoang
efc2c6145e
beautify
2013-06-26 17:19:09 +01:00
Hieu Hoang
771e792bb4
Merge branch 'master' into dynamic-phrase-tables
2013-06-26 17:13:36 +01:00
Hieu Hoang
3833d67ec0
merge with master
2013-06-26 17:12:22 +01:00
Hieu Hoang
352e36334a
Merge branch 'master' of github.com:moses-smt/mosesdecoder
2013-06-26 11:54:12 +01:00
Ulrich Germann
2f6ca0c0b8
Merge branch 'master' into dynamic-phrase-tables
...
Conflicts:
moses/Hypothesis.cpp
moses/StaticData.cpp
moses/TargetPhrase.cpp
moses/TranslationModel/BilingualDynSuffixArray.cpp
moses/TranslationModel/BilingualDynSuffixArray.h
moses/TranslationModel/PhraseDictionary.h
moses/TranslationModel/PhraseDictionaryDynSuffixArray.cpp
moses/TranslationModel/PhraseDictionaryDynSuffixArray.h
2013-06-26 03:00:27 +01:00
Nadir Durrani
4335587698
Merge branch 'nadir_osm' of github.com:moses-smt/mosesdecoder into nadir_osm
2013-06-25 17:09:15 +01:00
Nadir Durrani
7aecb78d76
merge
2013-06-25 17:09:06 +01:00
Hieu Hoang
eefd94edb1
don't pollute namespace
2013-06-25 17:08:15 +01:00
Nadir Durrani
f66bbdd1f1
merge
2013-06-25 17:00:28 +01:00
Nadir Durrani
4f7a55e247
KenLM
2013-06-25 16:54:41 +01:00
Hieu Hoang
546d0add94
merge
2013-06-25 16:53:41 +01:00
Hieu Hoang
4b881dd74f
don't pollute namespace
2013-06-25 16:51:56 +01:00
Nadir Durrani
537210b010
KenLM
2013-06-25 16:27:41 +01:00
Hieu Hoang
493d713075
Merge branch 'nadir_osm' of github.com:moses-smt/mosesdecoder into nadir_osm
2013-06-25 10:52:00 +01:00
Hieu Hoang
d43c174dcd
merge
2013-06-25 10:50:26 +01:00
Hieu Hoang
e15a4fc882
add phrase penalty feature function
2013-06-25 06:54:23 +01:00
Nadir Durrani
456ae0a033
Merge branch 'nadir_osm' of github.com:moses-smt/mosesdecoder into nadir_osm
2013-06-24 20:00:30 +01:00
nadir
a243431d7a
OSM-Feature
2013-06-24 19:46:33 +01:00
Hieu Hoang
fad7f3933f
Merge branch 'nadir_osm' of github.com:moses-smt/mosesdecoder into nadir_osm
2013-06-24 16:30:49 +01:00
Hieu Hoang
8af9102831
Merge branch 'master' into nadir_osm
2013-06-24 16:14:29 +01:00
nadir
524653ae2b
z
2013-06-24 16:13:27 +01:00
Hieu Hoang
ea0c7b63e7
fix argument parsing in PhraseDictionaryALSuffixArray
2013-06-24 16:10:22 +01:00
Hieu Hoang
cf00e966e4
call ReadParameters()
2013-06-24 15:34:25 +01:00
Hieu Hoang
2e1ba1d102
minor compile error
2013-06-24 15:29:26 +01:00
Hieu Hoang
9fe9b69c35
Merge branch 'nadir_osm' of github.com:moses-smt/mosesdecoder into nadir_osm
2013-06-24 15:27:46 +01:00
Hieu Hoang
19ce008c66
add plumbing for osm feature
2013-06-24 15:25:23 +01:00
Kenneth Heafield
14a970ec92
Get things to compile. Less header pollution.
2013-06-24 15:09:10 +01:00
Hieu Hoang
69acbfa1d3
compiles, but only on eclipse
2013-06-24 14:45:20 +01:00
nadir
cf55ab6678
OSM-Feature
2013-06-24 12:29:33 +01:00
nadir
bd95c2ccfe
test commit
2013-06-24 12:21:29 +01:00
Kenneth Heafield
718e90d006
Missing header
2013-06-21 09:38:45 -04:00
Hieu Hoang
a69ad79e9c
Merge branch 'master' of github.com:moses-smt/mosesdecoder
2013-06-21 14:38:14 +01:00
Kenneth Heafield
217c8ea38f
Missing header / Mehndi Bhargava
2013-06-21 09:37:05 -04:00
Hieu Hoang
8e2d044c7b
Merge branch 'master' of github.com:moses-smt/mosesdecoder
2013-06-21 10:19:48 +01:00
Hieu Hoang
d4837fd80c
rollback
2013-06-21 01:17:17 +01:00
Hieu Hoang
3d790b7226
minor cleanup
2013-06-20 17:15:54 +01:00
Hieu Hoang
d68277d369
redo parsing of feature function parameters
2013-06-20 13:25:02 +01:00
Hieu Hoang
8103de2973
redo parsing of feature function parameters
2013-06-20 13:09:47 +01:00
Hieu Hoang
24d2edd790
redo parsing of feature function parameters
2013-06-20 13:06:03 +01:00
Hieu Hoang
dc33fa3d3d
redo parsing of feature function parameters
2013-06-20 12:50:41 +01:00
Hieu Hoang
e3f9a5be9b
redo parsing of feature function parameters
2013-06-20 10:35:25 +01:00
Hieu Hoang
c2f4c48758
clean up SetParameter()
2013-06-19 00:24:21 +01:00
Kenneth Heafield
1b87f29332
ChartDecoding isn't the only syntax algorithm
2013-06-18 10:21:47 -04:00
Hieu Hoang
c70537dd87
separate retrieving of translation options for sentences from confusion networks/lattices. Ready to optimise for sentences
2013-06-17 20:23:25 +01:00
Hieu Hoang
4ccb1c9dec
create prefix array for sentence input
2013-06-17 19:45:47 +01:00
Hieu Hoang
acb4baacaf
delete 2 unused legacy functions
2013-06-17 18:46:40 +01:00
Hieu Hoang
e51c4feb6b
push calling of OnlyTheseFactors() to individual PT implementations, as needed
2013-06-17 18:31:06 +01:00
Hieu Hoang
8c6344c4ce
segment confusion network in class TranslationOptionCollectionConfusionNet, rather than in PDAImp. Get ready to make it work with any phrase table
2013-06-14 23:42:30 +01:00
Hieu Hoang
3516ef42b8
segment confusion network in class TranslationOptionCollectionConfusionNet, rather than in PDAImp. Get ready to make it work with any phrase table
2013-06-14 21:22:38 +01:00
Hieu Hoang
0b3a84f730
segment confusion network in class TranslationOptionCollectionConfusionNet, rather than in PDAImp. Get ready to make it work with any phrase table
2013-06-14 21:16:12 +01:00
Hieu Hoang
047fff4dc5
implement IsUseable() correctly for SourceWordDeletionFeature
2013-06-14 19:49:51 +01:00
Hieu Hoang
f7371cf53d
calculate m_featuresToApply in Load() for PhraseDictionary. Since every phrase dictionary now has to implement it, make Load() for PhraseDictionary abstract
2013-06-14 18:34:47 +01:00
Hieu Hoang
0d6565b9a5
segment confusion network in class TranslationOptionCollectionConfusionNet, rather than in PDAImp. Get ready to make it work with any phrase table
2013-06-14 15:43:18 +01:00
Hieu Hoang
2615a93224
default number of dense features = 1
2013-06-14 11:02:22 +01:00
Rico Sennrich
b1b70e802d
use read-write lock in multimodel
2013-06-12 15:25:53 +02:00
Rico Sennrich
9e9cbbc13b
refactoring multimodel code out of StaticData; locking.
2013-06-12 14:47:40 +02:00
Hieu Hoang
5becd868a9
delete misc unused variables from PhraseDictionary
2013-06-11 16:31:43 +01:00
Hieu Hoang
13299ab2a8
delete pre-calculated scoring in ChartHypothesis. Should be subsumed by new scoring framework. Rename CalcScore() to Evaluate()
2013-06-11 16:08:59 +01:00
Hieu Hoang
f01ee737b0
refactor parsing of feature functiona args
2013-06-11 02:54:16 +01:00
Hieu Hoang
983f76b5cb
refactor parsing of feature functiona args
2013-06-11 02:41:06 +01:00
Hieu Hoang
61e2b7a24f
refactor parsing of feature functiona args
2013-06-11 01:46:04 +01:00
Hieu Hoang
b4ad093334
refactor parsing of feature functiona args
2013-06-11 00:05:12 +01:00
Hieu Hoang
b717114818
refactor parsing of feature functiona args
2013-06-10 23:16:28 +01:00
Hieu Hoang
efa42b451c
refactor parsing of feature functiona args
2013-06-10 21:24:31 +01:00
Hieu Hoang
abe6bb7c22
refactor parsing of feature functiona args
2013-06-10 18:11:55 +01:00
Hieu Hoang
96d116dba0
refactor parsing of feature functiona args
2013-06-10 16:29:07 +01:00
Hieu Hoang
14e676ab03
must create alignment before evaluating. Some feature function require alignments
2013-06-10 01:24:14 +01:00
Hieu Hoang
492bfaa27a
refactor WordTranslationFeature::Load()
2013-06-09 20:23:10 +01:00
Hieu Hoang
b4ca44e8af
refactor TargetWordInsertionFeature::Load()
2013-06-09 20:09:21 +01:00
Hieu Hoang
416e3c435b
sparse features in binary phrase table
2013-06-09 19:17:35 +01:00
Hieu Hoang
82224a7a46
feature functions can be both sparse AND dense
2013-06-09 18:48:09 +01:00
Hieu Hoang
d7ed014c5d
Merge branch 'master' of github.com:moses-smt/mosesdecoder
2013-06-09 17:09:52 +01:00
phikoehn
0538ac84d6
nuke silly debug message
2013-06-09 14:54:13 +01:00
Hieu Hoang
a60f46a13e
comment
2013-06-09 12:47:27 +01:00
Hieu Hoang
6f21727ecd
table limit = 0 means no limit, for on-disk
2013-06-08 00:22:27 +01:00
Hieu Hoang
e8b1eb047c
multiple LMs
2013-06-07 21:08:05 +01:00
Hieu Hoang
d281d025cf
implement feature override as a run-time override of specific argument of a feature function. Only implemented table-limit for far
2013-06-07 17:42:23 +01:00
Hieu Hoang
e291c5f4a4
implement feature override as a run-time override of specific argument of a feature function. Only implemented table-limit for far
2013-06-07 17:32:01 +01:00
Hieu Hoang
41b9cafedf
separate vectors of translations scores from input scores
2013-06-06 22:28:58 +01:00
Hieu Hoang
61fcd60467
separate vectors of translations scores from input scores
2013-06-06 22:03:43 +01:00
Hieu Hoang
23fba08ded
minor
2013-06-06 21:49:38 +01:00
Hieu Hoang
6cbd718847
minor
2013-06-06 21:29:02 +01:00
Hieu Hoang
9fb7bf9ca4
minor
2013-06-06 21:25:51 +01:00
Hieu Hoang
df4b8e5828
m_numInputScores deleted from PhraseDictionary.
2013-06-06 18:54:44 +01:00
Hieu Hoang
f437ab52e1
split score vector into phrase table scores and input scores. Save input score to InputFeature place
2013-06-06 18:33:18 +01:00
Hieu Hoang
cf910955d0
cleanup LoadFeatureFunctions()
2013-06-06 15:51:31 +01:00
phikoehn
d0699b177d
alternate weight settings can now ignore decoding graphs
2013-06-06 14:48:52 +01:00
phikoehn
081710ed4c
alternate weight settings: added option to turn off features completely
2013-06-05 19:44:43 +01:00
phikoehn
b0bf6a23b9
Merge branch 'master' of ssh://github.com/moses-smt/mosesdecoder
2013-06-05 14:06:27 +01:00
phikoehn
d261106571
alternate weight setting now with correct caching
2013-06-05 14:06:04 +01:00
Hieu Hoang
b9f54b195a
implement GenerationDictionary.Load()
2013-06-05 13:42:56 +01:00
Ulrich Germann
7ecfb88a29
Alpha version of phrase tables based on dynamic suffix arrays.
2013-06-05 10:46:42 +01:00
Kenneth Heafield
241432b47a
Missing header
2013-06-05 09:51:00 +01:00
Hieu Hoang
0c48e687d1
delete information on input scores from StaticData
2013-06-05 01:41:52 +01:00
Hieu Hoang
e682578a42
update confusion network to query InputFeature for paramters, rather than StaticData
2013-06-05 01:13:25 +01:00
Hieu Hoang
cc0f00049e
update confusion network to query InputFeature for paramters, rather than StaticData
2013-06-05 00:50:24 +01:00
Hieu Hoang
fc7e4f4550
minor cleanup of InputFeature
2013-06-04 22:09:21 +01:00
Hieu Hoang
7f1a6041ba
explicitly declare how many scores there are in language model features
2013-06-04 21:49:37 +01:00
Hieu Hoang
4232188fe4
new function Parameter::Save() to serialise ini file parameters
2013-06-04 17:01:10 +01:00
Hieu Hoang
21ff6d4831
beautify
2013-06-03 12:33:18 +01:00
Ulrich Germann
e3a0bfa330
Added enumerated PhraseTableImplementation type DSuffixArray.
2013-06-03 12:23:27 +01:00
Ulrich Germann
570b7c6aa5
Fixed bug in ComparePosition::operator()(...).
2013-06-03 12:22:05 +01:00
Ulrich Germann
5b9e0a7f9a
Minor reformatting.
2013-06-03 12:16:01 +01:00
Ulrich Germann
622d33c18d
Minor reformatting.
2013-06-03 12:15:12 +01:00
Hieu Hoang
3b76143072
refactor loading in class PhraseDictionaryFuzzyMatch
2013-05-31 23:39:19 +01:00
Hieu Hoang
7839b8f0d1
refactor loading in class LexicalReordering
2013-05-31 23:04:05 +01:00
Hieu Hoang
695617d930
consistent Load() for all feature functions. Can be used not to load if doing --show-weights
2013-05-31 20:50:13 +01:00
Hieu Hoang
eaf53769ad
consistent Load() for all feature functions. Can be used not to load if doing --show-weights
2013-05-31 20:21:02 +01:00
Hieu Hoang
7fc87f46a9
Merge branch 'master' of github.com:moses-smt/mosesdecoder
2013-05-31 15:07:20 +01:00
Hieu Hoang
173cfffaac
Reapply Abby Levenberg's log change @4b4aba3
2013-05-31 15:06:36 +01:00
Hieu Hoang
0db5504629
port PhraseDictionaryDynSuffixArray to new ini format. Scores aren't the same. Probably something to do with Abby Levenberg's log change
2013-05-31 15:02:34 +01:00
phikoehn
d1650a5aa7
basic support for alternate weight settings
2013-05-31 12:28:57 +01:00
Hieu Hoang
061e5b8259
reset list of feature function for every decode graph
2013-05-31 00:46:28 +01:00
Hieu Hoang
bc0fdfbd79
delete LM:Useable(). Superseded by IsUseable() for all feature functions
2013-05-31 00:11:38 +01:00