ESR2

SantMoses

A alternative version of Moses formatted phrase table creation. The output of this program is the same format as Moses toolkit. The output phrase table is also accepted by the Moses decoder.
Developers can produce custom phrases (using their own algorithm) and append them to the phrase extracted file (extract.direct and extract.inv files)  
along with the alignment as well as training file and the code produces Moses format phrase table.

URL: https://github.com/santanupal1980/SantMoses

USAAR_WMTAPEV1

An automatic statistical post editing system which extracts word alignments from METEOR based confusion network and it also gives Hybrid monolingual word alignments (HybridAlignment.java) (USAAR-SAPE: An English–Spanish Statistical Automatic Post-Editing System) . The repository also contains Java code which extract features from TER tool from a given MT output and the corresponding post editing version (runTer.java and FeatureExtraction.java). The repository also contain some evaluation code e.g.

UdS-Sant: English–German Hybrid Machine Translation System

A hybrid English-German Machine Translation system that participated at the SMT tool contest at ICON 2014. The hybrid system also extracts, named entities from POS tagged corpus and aligns them. It is also able to align verb chunks for a given POS tagged aligned corpus. Apart from this, it can also, identify MWEs using  statistical method and align them.

Pages