https://github.com/amake/tmx2corpus
A tool for converting TMX files into bilingual corpora
https://github.com/amake/tmx2corpus
Last synced: about 1 year ago
JSON representation
A tool for converting TMX files into bilingual corpora
- Host: GitHub
- URL: https://github.com/amake/tmx2corpus
- Owner: amake
- License: mit
- Created: 2016-04-22T08:09:51.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-02-04T07:28:09.000Z (over 6 years ago)
- Last Synced: 2025-03-24T12:39:11.500Z (over 1 year ago)
- Language: Python
- Size: 13.7 KB
- Stars: 18
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
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
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 `__.