Skip to content

A simple script to check unrecognized word by KBBI in Indonesian po translation file

License

Notifications You must be signed in to change notification settings

mamat-rahmat/checker_id

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Checker ID

A simple script to check "suspicious" word in Indonesian po translation file. Suspicious means it is unrecognized by KBBI (Kamus Besar Bahasa Indonesia).

Details

Checker ID will parse the po file, stem the strmsg, check every word with Kateglo API, and output list of word that is not recognized by KBBI. Please note that these word needs further investigation.

Requirements

  • Python 2.x
  • polib
  • Pysastrawi
  • Requests

Usage

To run a script against a po file

python checker_id.py /path/to/file

To run a script against all po files in a directory

python checker_id.py /directory/to/transverse

Licence

LICENSE

About

A simple script to check unrecognized word by KBBI in Indonesian po translation file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages