Hi,

 

Please read the following post
http://www.mail-archive.com/moses-support@mit.edu/msg03135.html about CYK+
parsing. Regarding your second question, please see
http://www.statmt.org/moses/?n=FactoredTraining.BuildReorderingModel for
more information on lexical reordering models.

 

Hope this answers your questions.

 

Best,

Daniel

 

Von: moses-support-boun...@mit.edu [mailto:moses-support-boun...@mit.edu] Im
Auftrag von kehai chen
Gesendet: Montag, 16. April 2012 07:34
An: moses-support@mit.edu
Betreff: [Moses-support] Today's Topics??The Parsing Algorithm of
ParseCYKPlus and ParseScope3

 

Hi:

   I load the newest source code of Moses from Github,then I discover a new
enum variable named ParsingAlgorithm in the folder TypeDef.h:

   ......

  enum ParsingAlgorithm {

       ParseCYKPlus = 0,

       ParseScope3 = 1

   };

 ......

 

 Could you tell me some information about the enum variable? what's more,I
don't understand the member "FE,F" among another enum variable LexReoderType
in the folder TypeDef.h:

 ......

 namespace LexReorderType

{

enum LexReorderType { // explain values

  Backward

  ,Forward

  ,Bidirectional

  ,Fe

  ,F

};

}

......

Look forward to your replying.Thanks.

_______________________________________________
Moses-support mailing list
Moses-support@mit.edu
http://mailman.mit.edu/mailman/listinfo/moses-support

Reply via email to