Convert between Plains Cree SRO and syllabics
Project description
Plains Cree Orthography
Convert between nêhiyawêwin/ᓀᐦᐃᔭᐍᐏᐣ (Plains Cree Y-dialect) Standard Roman Orthography (SRO) and Canadian Aboriginal syllabics!
Install
pip install crk_orthography
Usage
Visit the full documentation here! Confused about words like "syllabics", "transliterator", or "orthography"? Visit the glossary!
As a Python module
Convert SRO to syllabics:
>>> from crk_orthography import sro2syllabics
>>> sro2syllabics('nêhiyawêwin')
'ᓀᐦᔭᐍᐏᐣ'
>>> sro2syllabics('write nêhiyawêwin')
'write ᓀᐦᐃᔭᐍᐏᐣ'
Convert syllabics to SRO:
>>> from crk_orthography import syllabics2sro
>>> syllabics2sro('ᐊᒋᒧᓯᐢ')
'acimosis'
>>> syllabics2sro(' → ᒪᐢᑫᑯᓯᕽ ᑎᕒᐁᕀᓬ ')
' → maskêkosihk tireyl '
On the command line
crk_orthography
installs two command line programs:
sro2syllabics
Use this to convert text from a file or from stdin
to syllabics.
$ echo "minôs" | sro2syllabics
ᒥᓅᐢ
$ sro2syllabics my-file-in-sro.txt
ᒥᓅᐢ
For more information over its options, type:
sro2syllabics --help
syllabics2sro
Use this to convert text from a file or from stdin
to SRO.
$ echo "ᒥᓅᐢ" | syllabics2sro
minôs
$ syllabics2sro my-file-in-syllabics.txt
minôs
$ syllabics2sro --macrons my-file-in-syllabics.txt
minōs
For more information over its options, type:
syllabics2sro --help
See also
License
Copyright (C) 2018 Eddie Antonio Santos
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for crk_orthography-0.20180728.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 661b0a6c48ea9681cb41e7d5a57bf477225ff2ec319266b5e632191603bb994b |
|
MD5 | 48ca139cbb2fcb02ab4ea078f60692ea |
|
BLAKE2b-256 | ba64ac065442b5870dc2efda1bc735da86a557fd43fce450c6146e6ed6b7165b |
Hashes for crk_orthography-0.20180728.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e870b5c8882d3044974d30b6b2e267eca6d1889da4e99469853ce89ceaf050a8 |
|
MD5 | 05a0e4beb63e2e2d1abce03a8bb7ab64 |
|
BLAKE2b-256 | 40449b6c5bd46ce3fb3547c3957f0af67924517ddfcd0e945f035b57b562671f |