Did you know ... | Search Documentation: |
Packs (add-ons) for SWI-Prolog |
Title: | Parsing and generation of Hanyu Pinyin |
---|---|
Rating: | Not rated. Create the first rating! |
Latest version: | 0.1.5 |
SHA1 sum: | ce7536cec3c1e941dc5646dfdd0923bc87bf6851 |
Author: | Kilian Evang <kilian.evang@gmail.com> |
Home page: | https://github.com/texttheater/pinyin |
Download URL: | https://github.com/texttheater/pinyin.git |
No reviews. Create the first review!.
Version | SHA1 | #Downloads | URL |
---|---|---|---|
0.1.2 | 1a8ec7434d854f44893a16c468f6fbacfa1ee436 | 1 | https://github.com/texttheater/pinyin.git |
0.1.3 | ea0f3353600d91e0e57919ec24f1cf12948d3378 | 1 | https://github.com/texttheater/pinyin.git |
0.1.4 | afeee3b25bd623d2a5131a42330e1687df440b51 | 1 | https://github.com/texttheater/pinyin.git |
0.1.5 | 63df41fa4ea8d2fd1311b69cc1a45966010a47b3 | 1 | https://github.com/texttheater/pinyin.git |
807f374ddf31b1f6d17eda092be2cdaa67408bc1 | 2 | https://github.com/texttheater/pinyin.git | |
ce7536cec3c1e941dc5646dfdd0923bc87bf6851 | 18 | https://github.com/texttheater/pinyin.git |
Parsing and generating Hanyu Pinyin with SWI-Prolog
Please refer to the module documentation at http://www.swi-prolog.org/pack/file_details/pinyin/prolog/pinyin.pl
Assuming that you have SWI-Prolog >= 6.3 with libarchive installed, you can simply install this pack by entering the following at the SWI-Prolog prompt.
?- pack_install(pinyin).
Then, to use the pinyin module in your program:
:- use_module(library(pinyin)).
Pack contains 5 files holding a total of 16.8K bytes.