TEA - Translation Engine Architect
Project description
TEA - Translation Engine Architect
A command line tool to create translation engine.
Install
First install pipx then:
pipx install pangeamt-tea
Usage
Step 1: Create a new project
tea new --customer customer --srcLang es --tgtLang en --flavor automotion --version 0.0.1
This command will create the project directory structure:
├── customer_es_en_automotion_0.0.1
│ ├── config.yml
│ └── data
Then enter in the directory
cd customer_es_en_automotion_0.0.1
Step 2: Configuration
Tokenizer
A tokenizer can be applied to source and target
tea tokenizer --src mecab --tgt moses
To list all available tokenizer:
tea tokenizer --list
Truecaser
tea truecaser --src --tgt
BPE
tea bpe -s -t
data['processors'], data['tokenizer'], data['truecaser'], data['bpe'], data['trainer'])
Step 3:
Copy some multilingual ressources (.tmx, bilingual files, .af ) into the 'data' directory
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pangeamt-tea-0.2.11.tar.gz
(16.5 kB
view details)
Built Distribution
File details
Details for the file pangeamt-tea-0.2.11.tar.gz
.
File metadata
- Download URL: pangeamt-tea-0.2.11.tar.gz
- Upload date:
- Size: 16.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3.post20200330 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d672026945f25093460ecb896b6f740e602314a8acd1bc08d4efb7013e6f5d5b |
|
MD5 | 4e57681953b284da23281407a0bd2942 |
|
BLAKE2b-256 | bf4197c6206adc8d06222df703e7723a6875002478364d666026f8cbe071b6c6 |
File details
Details for the file pangeamt_tea-0.2.11-py3-none-any.whl
.
File metadata
- Download URL: pangeamt_tea-0.2.11-py3-none-any.whl
- Upload date:
- Size: 22.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3.post20200330 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 74fb43a6407bf1998bd4367b062894b264716304908bcb52dbf2a9428cea0733 |
|
MD5 | 6d359af7531cfd91565bff876ac956c2 |
|
BLAKE2b-256 | b7f85a0b71ce9443f3e69fd2559eefa427d243ef0f8a1eea13e081810aaafcc5 |