hunkim / translation_coverage

Automatically check the rates between alpha VS other (unicode)
6 stars 2 forks source link

Build Status

translation coverage

Automatically check the rates between alpha VS other (unicode).

Usage

python main.py --ext=".md" --dir=/Users/hunkim/gitworkspace/tensorflow-kr > ~/gitworkspace/tensorflow-kr/progress.md

Automatic git push

See auto_gen_push.sh Add it in in your crontab

01 13 * * * /home/ubuntu/translation_coverage/auto_gen_push.sh

Generated Coverage Example

See https://github.com/tensorflowkorea/tensorflow-kr/blob/master/progress.md

Run test and autopep8

python -m unittest discover -s tests;

# http://stackoverflow.com/questions/14328406/
pip install autopep8 # if you haven't install
autopep8 . --recursive --in-place --pep8-passes 2000 --verbose

Contributions

We welcome your contributions!