translitit-mkhedruli-georgian-to-latin

1.0.0 • Public • Published

Georgian Mkhedruli to International Phonetic Alphabet Transliteration

A JavaScript function that transliterate strings from Mkhedruli Georgian to IPA.

This project is build using the translitit-engine, and its unit tests and transliteration tables are based on translitit-cyrillic-russian-to-latin.

Installation and Usage

Add it to your project by typing the following in your project root.

npm install translitit-mkhedruli-georgian-to-latin --save
OR
bower install translitit-mkhedruli-georgian-to-latin --save

Now, you can include the transliteration service in your project by including it:

var translit = require('translitit-mkhedruli-georgian-to-latin');

translit will now be a function, that will transliterate its input.

translit('იგივე'); // returns 'igive'

This matches the Transliteration from Google where the unmarked consonants (ejective) have no and the marked ones have (non-ejectives). Which is not the same as the national transcription where ejectives have and non-ejectives have nothing. https://en.wikipedia.org/wiki/Georgian_language#Writing_system http://ge.translit.cc

Related libraries

Development

After cloning the project you will have to run npm install in the project root. This will install the testing dependencies.

Unit Tests

When developing you want to run the script watcher. Navigate to the project root and type the following in your terminal.

$ npm run watch

This will run the tests each time a file has been modified.

License

The MIT License (MIT)

Copyright (c) 2014-2017 Batumi github org contributors

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Package Sidebar

Install

npm i translitit-mkhedruli-georgian-to-latin

Weekly Downloads

1

Version

1.0.0

License

none

Last publish

Collaborators

  • cesine