Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Translation Memory eXchange Reader

This repo contains a simple script for extracting source and target sentences from a tmx file.

Usage

tmx_reader.py [-h] -f file -s src_language -t tgt_language -n
                     files_name

This script extracts source and target sentences from a tmx file.

optional arguments:
  -h, --help            show this help message and exit
  -f file, --file file  tmx file from which to extract the sentences.
  -s src_language, --source src_language
                        source language.
  -t tgt_language, --target tgt_language
                        target language.
  -n files_name, --name files_name
                        name to use for creating the output files.
                        files_name.src will contain the source sentences and
                        files_name.tgt the target sentences.