redpony / cdec

Decoder, aligner, and model optimizer for statistical machine translation and other structured prediction models based on (mostly) context-free formalisms
http://cdec-decoder.org/
Apache License 2.0
183 stars 77 forks source link

Mr.MIRA compatibility #59

Closed kho closed 9 years ago

kho commented 9 years ago

Added a --mira_compat option for Mr.MIRA compatibility. When enabled, it does the following:

  1. Looks for a "delta" attribute in input. If present, apply the update from "delta" to decoder feature weights.
  2. Output k-best translation in Mr.MIRA's format.