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 even "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
Once installed as a Python module, you can invoke its command line mode
by writing python3 -m crk_orthography
. When invoked this way, it
converts each line of input from SRO to syllabics.
$ echo "minôs" | python3 -m crk_orthography
ᒥᓅᐢ
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.20180724.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0cfb82e77bd8963d827f7c70cef050acc4490238239ce57326d1da8255f61d79 |
|
MD5 | 61d3cec172a0c0d2d1024f7e2dfa22e2 |
|
BLAKE2b-256 | f939342b66470c507782fb14986fbf2dc58d159c706593bbdd76543007de0186 |
Hashes for crk_orthography-0.20180724.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 63caed387c90318ada4d2e41b226d8252c3d01a8356388526e8a38ee36218617 |
|
MD5 | bb8759d8109eed7037750b0a7cdf47db |
|
BLAKE2b-256 | 4955d51d44e059fb276db84645ec2dae4d4ecee7bcb8a863d9cf6e192ea27b3f |