All Projects → mozillazg → Phrase Pinyin Data

mozillazg / Phrase Pinyin Data

Licence: mit
词语拼音数据

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Phrase Pinyin Data

Lpinyin
Dart 汉字转拼音,Flutter, web, other
Stars: ✭ 239 (-7%)
Mutual labels:  pinyin
chinese-rhymer
轻量中文押韵神器,100%绝对可用,傻瓜式命令行操作,秒速实现烈焰单押,闪电双押,龙卷三押以及海啸式四押,目前版本 v0.2.6。Search for rhymes for Chinese words, with 1, 2, 3 and 4 characters, released on PyPI with current version of 0.2.6.
Stars: ✭ 72 (-71.98%)
Mutual labels:  pinyin
pinyin
javascript实现输入汉字获取汉字拼音或者汉字拼音首字母
Stars: ✭ 27 (-89.49%)
Mutual labels:  pinyin
hanzi-pinyin-font
Chinese font displaying Hanzi (汉字) characters with by transliteration/pronunciation (Pīnyīn).
Stars: ✭ 79 (-69.26%)
Mutual labels:  pinyin
mahjong
开源中文分词工具包,中文分词Web API,Lucene中文分词,中英文混合分词
Stars: ✭ 40 (-84.44%)
Mutual labels:  pinyin
pinyin-plus
简繁体汉字转拼音的项目,解决多音字的问题。ElasticSearch、solr 的拼音分词工具
Stars: ✭ 99 (-61.48%)
Mutual labels:  pinyin
Somiao Pinyin
Somiao Pinyin: Train your own Chinese Input Method with Seq2seq Model 搜喵拼音输入法
Stars: ✭ 209 (-18.68%)
Mutual labels:  pinyin
PHPChineseToPinyin
请移步:
Stars: ✭ 40 (-84.44%)
Mutual labels:  pinyin
pinyin data
🐼 Easy to use and portable pronunciation data for Hanzi characters.
Stars: ✭ 13 (-94.94%)
Mutual labels:  pinyin
hanzi-tools
Converts from Chinese characters to pinyin, between simplified and traditional, and does word segmentation.
Stars: ✭ 69 (-73.15%)
Mutual labels:  pinyin
jyut-dict
A free, open-source, offline Cantonese Dictionary for Windows, Mac, and Linux. Qt, SQLite. C++ and Python.
Stars: ✭ 67 (-73.93%)
Mutual labels:  pinyin
pinyin
an R package for converting Chineses characters into pinyin
Stars: ✭ 45 (-82.49%)
Mutual labels:  pinyin
ToolGood.Words.Core
一款高性能敏感词(非法词/脏字)检测过滤组件,附带繁体简体互换,支持全角半角互换,汉字转拼音,模糊搜索等功能。支持.net standard 2.0
Stars: ✭ 66 (-74.32%)
Mutual labels:  pinyin
Cnchar
好用小巧、功能全面的汉字简体 繁体 拼音 笔画js库
Stars: ✭ 251 (-2.33%)
Mutual labels:  pinyin
mw2fcitx
Fcitx 5 pinyin dictionary generator for MediaWiki instances. (Releases for demo dict of zh.moegirl.org.cn)
Stars: ✭ 80 (-68.87%)
Mutual labels:  pinyin
Pinyinlite
Lightweight and Lightning-Fast ⚡️ Pinyin Library for JavaScript
Stars: ✭ 218 (-15.18%)
Mutual labels:  pinyin
pinyin4js
A opensource javascript library for converting chinese to pinyin。welcome Star : P
Stars: ✭ 153 (-40.47%)
Mutual labels:  pinyin
rust-pinyin
汉字转拼音
Stars: ✭ 111 (-56.81%)
Mutual labels:  pinyin
Pinyin4NET
c# 拼音汉字/姓相互转换工具库 (这只是镜像仓库,源仓库见 https://gitee.com/hyjiacan/Pinyin4Net)
Stars: ✭ 38 (-85.21%)
Mutual labels:  pinyin
syng
A free, open source, cross-platform, Chinese-To-English dictionary for desktops.
Stars: ✭ 108 (-57.98%)
Mutual labels:  pinyin

phrase-pinyin-data Build Status

词语拼音数据。

数据介绍

拼音数据的格式:

{phrase}: {pinyin}
  • # 开头的行是注释

  • 行尾的 # 也是注释

  • {phrase} 汉字词语

  • {pinyin} 词语的拼音,使用空格分隔每个汉字的拼音

  • 一行一个词语的读音,有多个音的词语会出现在多行

  • 示例:

    # 注释
    中国: zhōng guó
    北京: běi jīng  # 注释
    

文件说明:

  • overwrite.txt: 手工纠正的拼音数据
  • pinyin.txt: pinyin.txt + overwrite.txt 后的拼音数据
  • zdic_cibs.txt: 汉典网 汉语词典拼音数据
  • zdic_cybs.txt: 汉典网 成语词典拼音数据
  • cc_cedict.txt: cc-cedict.org 拼音数据
  • large_pinyin.txt: zdic_cibs.txt + zdic_cybs.txt + cc_cedict.txt + pinyin.txt + overwrite.txt 后的拼音数据

修改数据

  • 修改 pinyin.txtoverwrite.txt 都可以了
  • 执行 make merge 命令可以按照合并规则生成最新的 pinyin.txt

参考资料

相关项目

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].