Hello,

I want to use and modify moses chart decoder for my research. To speed up
the development time, could you let me know which classes/files that do the
following tasks:

- which functions/files  the decoder uses to load the rule table?
- which class/object stores the whole rule table?
-which class represents a rule?
- which function calculates the sum( or log_sum)   features weights of a
rule ?

- During decoding, the chart organized into cells, in which each contains a
nonterminal spans over f_{i+1}^j,  which class represents this chart cell,
and where the nonterminals, rules stores.
- To get the derivation of a translation, I need a back pointer to the
antecedent rule, so where the back-pointers are stored?.

Many questions, but I hope this also will be helpful for others who want to
extend awesome Moses :-)

Thank you!

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

Reply via email to