Git Product home page Git Product logo

transliterator's Introduction

Transliterator Build Status

Transliterator is a PHP library for text transliteration.

Transliteration is a subset of the science of hermeneutics. It is a form of translation, and is the practice of converting a text from one script into another.

Instalation

This library is available on Packagist. The recommended way to install it is through Composer:

$ composer require koff/transliterator

Then include Composer’s autoloader:

require_once 'vendor/autoload.php';

Basic Usage

Native example

use Koff\Transliterator\Transliterator;
use Koff\Transliterator\Mapping\Lang;

// Initialize transliteration class
$ts = new Transliterator(Lang\RU\Scholarly::class);
echo $ts->toTranslit('Русский');                              // 'Russkij'

// Load another mapping
$ts->useMapping(Lang\SR\Scholarly::class);
echo $ts->toTrasnlit('Ниш');                                  // 'Niš'

// Temporary override mapping
echo $ts->toTrasnlit('Транслитерация', Lang\RU\Scholarly::class);   // 'Transliteracija'

Symfony example:

TODO!

Languages and Transliteration Systems Supported

  • Russian
    • ISO R 9 1968
    • GOST 1971 (GOST 16876-71 table 2)
    • GOST 1983
    • GOST 2000 (GOST 7.79-2000, system B; ISO (1995))
    • GOST 2002
    • ALA LC
    • British Standard
    • BGN PCGN
    • Passport 1997
    • Passport 2010
  • Serbian
  • Macedonian
    • ISO 9 1995
    • BGN PCGN
    • ISO 9 R 1968 National Academy
    • ISO 9 R 1968 b
  • Belarusian
    • ALA LC
    • BGN PCGN
    • ISO 9
    • National 2000
  • Ukrainian
    • ALA LC
    • British
    • BGN PCGN
    • ISO 9
    • National
    • GOST 1971
    • GOST 1986
    • Derzhstandart 1995
    • Passport 2004
    • Passport 2007
    • Passport 2010
  • Greek
  • Bulgarian

transliterator's People

Contributors

dispositif avatar patgod85 avatar sadikoff avatar umpirsky avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.