You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
562 B
44 lines
562 B
API
|
|
====
|
|
|
|
.. _style:
|
|
|
|
拼音风格
|
|
-----------
|
|
|
|
.. autoclass:: pypinyin.Style
|
|
:members:
|
|
:undoc-members:
|
|
:member-order: bysource
|
|
|
|
|
|
.. _core_api:
|
|
|
|
核心 API
|
|
-------------
|
|
|
|
.. autofunction:: pypinyin.pinyin
|
|
|
|
.. autofunction:: pypinyin.lazy_pinyin
|
|
|
|
.. autofunction:: pypinyin.load_single_dict
|
|
|
|
.. autofunction:: pypinyin.load_phrases_dict
|
|
|
|
.. autofunction:: pypinyin.slug
|
|
|
|
|
|
.. _convert_style:
|
|
|
|
|
|
注册新的拼音风格
|
|
-----------------
|
|
|
|
.. autofunction:: pypinyin.style.register
|
|
|
|
|
|
.. _seg:
|
|
|
|
|
|
.. _#27: https://github.com/mozillazg/python-pinyin/issues/27
|