Skip to content

handsome-feng/chinese2pinyin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chinese2pinyin is used for converting Chinese to pinyin.

You can create a Cron Job (Scheduled Task) to keep update your indexing according to your requirements. It is good way to set up several separate Cron Jobs for different directory base on frequenncy of use.

For example: You can index your directory every 4 hours by add this to crontab:

  • */4 * * * /usr/bin/chinese2pinyin -i /home/username/Downloads

if you are not familar with how to setup your Cron Job. You can use this website to help you. http://www.corntab.com/pages/crontab-gui

test for webhook.

About

Convert Chinese to pinyin

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 97.3%
  • CMake 2.7%