GitXplorerGitXplorer
a

TMX2Corpus

public
18 stars
7 forks
0 issues

Commits

List of commits on branch master.
Unverified
100ea43d92a6a31597043446e43df48d4dd67a6e

Fix 'TypeError: can only concatenate str (not "bytes") to str'

aamake committed 5 years ago
Verified
98d43f9132a876484f25ede1ff8ed46cc1110776

Merge pull request #3 from lgualtieri75/master

aamake committed 5 years ago
Unverified
a70c2aba8134bac8f818fba3b368ae94ae63eb69

Add test

aamake committed 6 years ago
Unverified
dede008c6910f4379439a5c24f5a186ac7a2b346

Refactor output handling to separate object

aamake committed 6 years ago
Unverified
fdaf80f67361466cd8ea4e58e99ecc3e71a0888a

Changes for Python 3

aamake committed 6 years ago
Unverified
d2b3999ec098cb6017c6ea82d6a0ac374e43cb83

pep8

aamake committed 6 years ago

README

The README file for this repository.

TMX2Corpus

A tool to convert TMX files into bilingual corpus files suitable for e.g. training machine translation tools like Moses MT.

Usage

Invoke as::

tmx2corpus <path to TMX file>

Quick Install

This package is not on PyPI, so install with::

pip install git+https://github.com/amake/tmx2corpus.git

License

TMX2Corpus is distributed under the MIT license <LICENSE.txt>__.