Giter Site home page Giter Site logo

hackershohag / cppqtavrophonetic Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mominul/cppavrophonetic

0.0 0.0 0.0 742 KB

A C++ implementation of Avro Phonetic using Qt framework

License: GNU General Public License v3.0

C++ 79.62% CMake 2.59% C 17.79%

cppqtavrophonetic's Introduction

cppQtAvroPhonetic

⚠️ The original library was replaced with linengine: To use the following examples, use the header in the test directory.

A C++ implementation of Avro Phonetic using Qt framework

Overview

cppQtAvroPhonetic implements the popular Bengali writing solution Avro Phonetic. cppQtAvroPhonetic has a main class named AvroPhonetic. It is actually a shameless Qt translation of cppAvroPhonetic by Muhammad Mominul Huque.

Features

  • 100% compatible with Avro Phonetic implementation of Avro Keyboard.
  • 100% compatible with Unicode specification version 8.0
  • Written in C++ using Qt5 framework and should be compatible with newer versions.
  • It is a standalone implementation. So it can be run easily.
  • For integration to you application use the example

Dependency

cppQtAvroPhonetic or AvroPhonetic class depends on Qt5 specification. So you will need Qt5 to compile.

Example

Working with cppQtAvroPhonetic is very easy. Here is an example:

#include <QDebug>
#include <QString>
#include "avrophonetic.h"

int main()
{
  // 'AvroPhonetic' is the converter class.
  AvroPhonetic avro;
  QString bangla;
  bangla = avro.parse("ami banglay gan gai"); // Outputs "আমি বাংলায় গান গাই"
  QDebug() << bangla;
  return 0;
}

Acknowledgements

  • Mehdi Hasan Khan for originally developing and maintaining Avro Phonetic.
  • Rifat Nabi for his scim-avro
  • Muhammad Mominul Huque for his pure C++ translation cppAvroPhonetic

License

Copyright (C) 2014-2015 Muhammad Mominul Huque <[email protected]>

This program is free software: you can redistribute it and/or modify it under the terms of the GNU 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 General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

The full license text can be found in LICENSE.

cppqtavrophonetic's People

Contributors

mominul avatar hackershohag 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.