https://github.com/dohliam/cree-transliteration
A JavaScript-based converter for transliterating Cree text between syllabics and roman orthography
https://github.com/dohliam/cree-transliteration
converter cree syllabics transliteration
Last synced: 2 months ago
JSON representation
A JavaScript-based converter for transliterating Cree text between syllabics and roman orthography
- Host: GitHub
- URL: https://github.com/dohliam/cree-transliteration
- Owner: dohliam
- License: mit
- Created: 2017-01-19T14:05:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-07-08T00:21:19.000Z (almost 5 years ago)
- Last Synced: 2025-01-26T10:08:47.901Z (4 months ago)
- Topics: converter, cree, syllabics, transliteration
- Language: JavaScript
- Homepage: https://dohliam.github.io/transliteration/cree/
- Size: 5.86 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cree syllabics transliteration
A JavaScript-based converter for transliterating Cree text to and from either Latin characters or syllabics.
The converter can be downloaded and used offline. There are no dependencies.
## Usage
To use, simply enter some text in either [Canadian Aboriginal Syllabics](https://en.wikipedia.org/wiki/Canadian_Aboriginal_syllabics) or Standard Roman Orthography (SRO) into the Input box and press the Convert button. The transliterated text will appear in the Output box at the bottom of the page.
## Transliteration
The converter is able to recognize syllabics from a variety of Cree dialects, but for transliteration into syllabics it currently defaults to using the conventions for western dialects (e.g., dot after syllable for medial _w_). This may be expanded in the future to allow for selecting the desired target dialect.
For transliterating into SRO, however, the syllabics orthographies of all dialects are recognized (e.g., dot before syllable for medial _w_, as in eastern dialects).
Likewise, transliteration into SRO defaults to using circumflexes for long vowels. An option for using macrons instead will be added in the future. However, either macrons or circumflexes can be entered into the input box for conversion into syllabics.
## Demo
[Online demo](https://dohliam.github.io/transliteration/cree/).
Screenshot:

## Credits
* sample text from Little Cree Books provided by the [lcb-source](https://github.com/global-asp/lcb-source) project
* [skeleton-framework CSS](https://github.com/skeleton-framework/skeleton-framework)## LICENSE
MIT.