GithubHelp home page GithubHelp logo

Comments (3)

hotoo avatar hotoo commented on September 20, 2024

感谢你的分享。

不过下载有点慢,最好存在百度云盘之类的地方分享出来,把分享地址贴这里。

from pinyin.

qaqz111 avatar qaqz111 commented on September 20, 2024

噢,好的,这是百度云盘的链接,希望能够有用。

http://pan.baidu.com/s/1dFcM5iD
2017.03.30 更新,修正了一些数据中的错误。

数据格式是Json,下面是各个文件内容的说明:

  • 汉字拼音.js :拼音部分,仅一个对象,key是汉字的Unicode码的十进制形式,数据是拼音的数组。
  • 汉字注音.js :注音,格式同上。
  • 汉字笔顺.js :笔顺,key同上,值是【一丨ノ丶フ】的字串,要转换为数字只要简单替换即可。
  • 汉字数据-UTF16.js :汉字信息的全部数据,但是只包括U+FFFF之前的部分,即UTF-16部分。
  • 汉字数据-UTF32.js :汉字信息的全部数据,但是只包括U+FFFF之后的部分,即UTF-32部分。
  • 汉字数据-ALL.js :上面两个文件的组合。

后面三个文件是一行一个Json对象,因为数据量很大所以没有做成一个完整对象的形式,否则反序列化的时候可能会很恼火。因此如果要在js的代码里用的话可能需要重新处理一下,但是应该都很简单。

from pinyin.

hotoo avatar hotoo commented on September 20, 2024

非常棒的数据,感谢你的慷慨分享 :)

from pinyin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.