Hieu Hoang
|
b8bc4a9fb6
|
use max_partial_trans_opt, not m_max_phrase_length
|
2016-03-28 23:58:06 +01:00 |
|
Ulrich Germann
|
65f4f1f92a
|
Code cleanup and refactoring.
|
2015-12-11 13:52:48 +00:00 |
|
Ulrich Germann
|
c4e45fb128
|
Code cleanup.
|
2015-12-07 16:07:11 +00:00 |
|
Hieu Hoang
|
32e29d6b8a
|
Consistent naming: m_futureScore --> m_estimatedScore
|
2015-11-09 13:40:31 +00:00 |
|
Hieu Hoang
|
97b2aa5663
|
WordsRange -> Range
|
2015-10-25 13:37:59 +00:00 |
|
Hieu Hoang
|
84b1c4b4c0
|
WordsBitmap -> Bitmap
|
2015-10-25 13:07:25 +00:00 |
|
Hieu Hoang
|
cc8c6b7b10
|
beautify
|
2015-05-02 11:45:24 +01:00 |
|
Jeroen Vermeulen
|
eca5824100
|
Remove trailing whitespace in C++ files.
|
2015-04-30 12:05:11 +07:00 |
|
Ulrich Germann
|
73b5561fe3
|
Added member function GetTranslationTask().
|
2015-04-21 17:51:19 +01:00 |
|
Ulrich Germann
|
fcbfc5a535
|
Feature functions and the constructors of TranslationOptionCollections
now have access to the current translation task.
This was done to allow context-sensitive processing (if provided by the FF).
|
2015-03-30 01:20:17 +01:00 |
|
Hieu Hoang
|
32de075022
|
beautify
|
2015-02-19 12:27:23 +00:00 |
|
Ales Tamchyna
|
f6884c55a1
|
restoring broken evaluation of translation option list
|
2015-02-16 12:32:00 +01:00 |
|
Ulrich Germann
|
be5799dca3
|
Merge branch 'master' of https://github.com/moses-smt/mosesdecoder
Conflicts:
moses/TranslationOptionCollection.cpp
moses/TranslationOptionCollectionLattice.cpp
moses/TranslationOptionCollectionLattice.h
moses/TranslationOptionList.h
|
2015-02-06 01:30:00 +00:00 |
|
Ulrich Germann
|
006297831c
|
Changed return types of member functions CreateTranslationOptionsForRange(...) and GetTranslationOptionList(...).
|
2015-02-05 23:04:53 +00:00 |
|
Hieu Hoang
|
05ead45e71
|
beautify
|
2015-01-14 11:07:42 +00:00 |
|
Marcin Junczys-Dowmunt
|
18691c19a3
|
second attempt at new feature hook, needs review of constness etc.
|
2015-01-06 13:56:13 +01:00 |
|
Nicola Bertoldi
|
e4eb201c52
|
merged master into dynamic-models and solved conflicts
|
2014-12-13 12:52:47 +01:00 |
|
Hieu Hoang
|
319bb3ccfa
|
method rename
|
2014-08-08 15:42:23 +01:00 |
|
Nicola Bertoldi
|
1fe4eb0528
|
beautify
|
2014-06-08 09:44:59 +02:00 |
|
Hieu Hoang
|
26abab8e5c
|
debugging info
|
2014-04-30 20:20:07 +01:00 |
|
Hieu Hoang
|
f18e35c42a
|
correct creation of input paths for lattices
|
2013-10-03 18:58:45 +01:00 |
|
Hieu Hoang
|
deafd5922d
|
skeleton PT
|
2013-09-25 16:57:01 +01:00 |
|
Hieu Hoang
|
16cfc786a8
|
lattice decoding with sparse features
|
2013-09-08 19:22:55 +02:00 |
|
Hieu Hoang
|
9f92642e59
|
beautify
|
2013-08-15 21:14:04 +01:00 |
|
phikoehn
|
b368085609
|
xml constraint
|
2013-08-15 11:46:45 +01:00 |
|
Hieu Hoang
|
c50cc18f36
|
use input path for unknown word processing in phrase-based
|
2013-08-13 20:01:13 +01:00 |
|
Hieu Hoang
|
563cdc527a
|
use input path for unknown word processing in phrase-based
|
2013-08-13 19:44:52 +01:00 |
|
Hieu Hoang
|
4b28daeed2
|
consistently set source phrase in translation options as soon as the trans opt is created
|
2013-08-08 15:58:01 +01:00 |
|
Hieu Hoang
|
5deefbddaf
|
renaming a function
|
2013-08-07 12:34:31 +01:00 |
|
Hieu Hoang
|
66e7720b91
|
rename SetTargetPhraseFromPtMatrix() to GetTargetPhraseCollectionBatch()
|
2013-07-11 20:18:06 +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
|
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
|
5f9d0a85f5
|
rename vector<InputPath> to InputPathList. Pass regression tests
|
2013-07-09 14:19:35 +01:00 |
|
Hieu Hoang
|
29b895a97a
|
InputLatticeNode to InputPath
|
2013-07-07 02:14:51 +01:00 |
|
Hieu Hoang
|
ac8d10af38
|
move lookup of all subphrases into PhraseDictionary class
|
2013-07-03 16:57:23 +01:00 |
|
Hieu Hoang
|
8123772b43
|
separate class InputLatticeNode into seprate file
|
2013-07-01 23:27:13 +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
|
600a188a4e
|
beautify
|
2013-06-28 18:06:36 +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
|
fd1a70739f
|
create matrix of subphrases in class TranslationOptionCollectionText
|
2013-06-28 13:21:04 +01:00 |
|
Hieu Hoang
|
d4837fd80c
|
rollback
|
2013-06-21 01:17:17 +01: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
|
6249432407
|
beautify
|
2013-05-29 18:16:15 +01:00 |
|
Hieu Hoang
|
02b6977395
|
add plumbing for evaluating features that need source sentence
|
2013-05-23 18:12:08 +01:00 |
|
Hieu Hoang
|
ff880ec6f1
|
delete references to LMList
|
2013-05-21 12:27:13 +01:00 |
|
Hieu Hoang
|
981351758a
|
delete class TranslationSystem
|
2013-05-11 14:13:26 +01:00 |
|