sort-by-pinyin: Sort Simplified Chinese by PinYin

[ bsd3, library, web ] [ Propose Tags ]

Modules

[Last Documentation]

  • Text
    • Text.Here
    • Text.SortByPinyin
    • Text.SortByPinyinData

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 2012.6.5, 2014.5.19, 2017.10.18, 2018.4.9
Change log changelog.md
Dependencies air (>=2014.5.19), base (>=4 && <5), bytestring, containers, text [details]
License BSD-3-Clause
Author Jinjing Wang
Maintainer Jinjing Wang <nfjinjing@gmail.com>
Category Web
Home page https://github.com/nfjinjing/sort-by-pinyin
Uploaded by JinjingWang at 2017-11-22T03:20:07Z
Distributions NixOS:2018.4.9
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2990 total (16 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2017-11-22 [all 2 reports]

Readme for sort-by-pinyin-2017.10.18

[back to package description]

Sort simplified Chinese by PinYin

> compare_chinese_string_by_pinyin "Angel" "天使"
LT
> compare_chinese_string_by_pinyin "恶魔" "天使"
LT
> compare_chinese_string_by_pinyin "恶魔" "大天使"
GT
> map show_pinyin "世界"
[Just "shi4",Just "jie4"]