https://github.com/hunkim/translation_coverage
Automatically check the rates between alpha VS other (unicode)
https://github.com/hunkim/translation_coverage
Last synced: 8 months ago
JSON representation
Automatically check the rates between alpha VS other (unicode)
- Host: GitHub
- URL: https://github.com/hunkim/translation_coverage
- Owner: hunkim
- Created: 2016-10-10T11:04:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-23T12:50:33.000Z (about 9 years ago)
- Last Synced: 2025-02-26T12:38:02.230Z (11 months ago)
- Language: Python
- Size: 39.1 KB
- Stars: 6
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/hunkim/translation_coverage)
# 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
* :last_quarter_moon: [/](/) (142050/434012) [32%]
* :last_quarter_moon: [/SUMMARY.md](/SUMMARY.md) (1985/4810) [41%]
* :waning_gibbous_moon: [/README.md](/README.md) (2262/2630) [86%]
* :last_quarter_moon: [/g3doc](/g3doc) (137803/426572) [32%]
* :last_quarter_moon: [/g3doc/tutorials](/g3doc/tutorials) (63990/187537) [34%]
* :waning_crescent_moon: [/g3doc/tutorials/word2vec](/g3doc/tutorials/word2vec) (1946/17675) [11%]
## Run test and autopep8
```bash
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!