Skip to content

sncix/pinyin-annotation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pinyin-annotation

To create a list of phrases containing the character "樂" from the rime-luna-pinyin dictionary (to use as input for test.py), you can follow these steps:

  1. Clone the repository
git clone https://github.com/rime/rime-luna-pinyin.git
  1. Search for the phrases
grep 樂 rime-luna-pinyin/luna_pinyin.dict.yaml | cut -f1 | sed '/^.$/d' | sort | uniq > luna_樂.txt

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages