Convert between Plains Cree SRO and syllabics
Project description
Plains Cree Orthography
Python 3 library and command line programs to convert between nêhiyawêwin/ᓀᐦᐃᔭᐍᐏᐣ (Plains Cree Y-dialect) standard Roman Orthography (SRO) to syllabics and back again!
Install
pip install crk-orthography
Usage
Visit the full documentation here! Wondering 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.20180820.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | b93544dcda11607cc2265d3996f7e475ecbbb97683df821eedf30bd6315b90f1 |
|
MD5 | bb7dce6bab02350147400478bc901000 |
|
BLAKE2b-256 | 42f011757fe31cb790f9946f21602add35f5645bf89aaaf2e45dcac14c447b16 |
Hashes for crk_orthography-0.20180820.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 91e50285256be24cbb1dd0e515d64fab782c6a0875810dacf7a51804223c293b |
|
MD5 | 08ee65c0b791288afa5f8202fc703849 |
|
BLAKE2b-256 | 07dd2ebc2946508b59997e2d88dc8dcf1dfb2cb76b326fb65619057ddc0209e9 |