varisd / MLFix

Automatic Machine Translation Post-editing Tool Based on Correction of Morphology and Syntax

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MLFix

MLFix is an automatic post-editing tool for correcting machine translation outputs.

MLFix is a successor of Depfix, a rule-based post-editing system for English-Czech machine translation. It extends Depfix by applying a machine-learning algorithms to learn identify the translation errors and finding a proper correction. Similar to Depfix, it is also implemented within the Treex NLP framework. It uses Treex pipelines for morphological and syntactic analysis to extract features for the statistical model training and then uses Treex wrappers to apply these models to correct the morphology and syntax of the presented machine translation output.

Usage:
# TODO
# (See Makefile for possible scenarios)

About

Automatic Machine Translation Post-editing Tool Based on Correction of Morphology and Syntax

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 43.5%Language:Perl 35.6%Language:Makefile 11.4%Language:Shell 8.3%Language:R 1.2%