Skip to content

vzhilov/TMX-collector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TMX-collector

Translation Memory .TMX collection tool. It analyzes Russian text against its translation in English and then composes Translation Memory Database in .TMX format to be uploaded to Machine Translation systems such as Promt, Trados, Context.Reverso and others.

MySql table stucture:

CREATE TABLE tmx ( id int(11) NOT NULL, direction int(11) NOT NULL, source longtext NOT NULL, target longtext NOT NULL, count int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

direction = 0 # ru->en

direction = 1 # en->ru

About

Translation Memory Collection Tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages