Af format tools
Project description
Af2bilingual
Install in ubuntu 16.04
1. First install libicu
sudo apt-get update
sudo apt-get install libicu-dev
2. Install Af
To install it globally:
pip install Af
In a virtual environment:
virtualenv -p python3 venv
source venv/bin/activate
pip install Af
Usage
Let's suppose you have a directory "my_dir" with af files. To generate bilinguals file:
af2bilingual my_dir
All generated files will be located in a generated "bilingual" directory next to "my_dir" If the bilingual directory already exists the ad2bilingual will fail except if you use :
af2bilingual my_dir -o
if you want
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
af-1.0.2.tar.gz
(6.8 kB
view hashes)
Built Distribution
af-1.0.2-py3-none-any.whl
(8.8 kB
view hashes)