Memory - this read in the phrase table into memory. For phrase-based model

Binary - a phrase table is converted into a 'database'. Only the translations which are required are loaded into memory. Therefore, requiring less memory, but potentially slower to run. For phrase-based model

OnDisk - reimplementation of Binary for chart decoding.

SuffixArray - stores the parallel training data and word alignment in memory, instead of the phrase table. Extraction is done on the fly. Also have a feature where you can add parallel data while the decoder is running ('Dynamic Suffix Array'). For Phrase-based models. See
   http://homepages.inf.ed.ac.uk/miles/papers/naacl10b.pdf

ALSuffixArray - Suffix array for hierarchical models. See
   http://www.cs.jhu.edu/~alopez/talks/mtm2008-lopez.pdf

FuzzyMatch - Implementation of this paper
http://homepages.inf.ed.ac.uk/pkoehn/publications/tm-smt-amta2010.pdf

SCFG - Like 'Memory' but for chart decoding

Hiero - like SCFG, but translation rules are in standard Hiero-style format

Compact - for phrase-based model. See
   http://ufal.mff.cuni.cz/pbml/98/art-junczys-dowmunt.pdf


On 28/09/2012 02:32, dongxinghua0213 wrote:
hi all,
what are differences among the enum PhraseTableImplementation_e elements Memory, Binary, OnDisk, SuffixArray <http://www.statmt.org/moses/html/d9/d7a/namespaceMoses.html#9333dd1e024c3c829a8314cbd0b53cea902bf7d72c84453b50d972212c79a2ad> , FuzzyMatch <http://www.statmt.org/moses/html/d9/d7a/namespaceMoses.html#9333dd1e024c3c829a8314cbd0b53ceac72525f67aba86648fb255f3b0ab3add> and Compact <http://www.statmt.org/moses/html/d9/d7a/namespaceMoses.html#9333dd1e024c3c829a8314cbd0b53cea4b5339e9fdd3482079a0d9f1f462f654> ?
  Could somebody give me a A a detailed explanation ?
How were they  implemented  in moses  ?
 Thank you in advance !




_______________________________________________
Moses-support mailing list
[email protected]
http://mailman.mit.edu/mailman/listinfo/moses-support


_______________________________________________
Moses-support mailing list
[email protected]
http://mailman.mit.edu/mailman/listinfo/moses-support

Reply via email to