Coder Social home page Coder Social logo

gateway-machine's Introduction

The Gateway Machine

An MT engine which aims to map Gateway language Bibles to mapped target languages.

###Goal To make an reasonably accurate machine translation system that translates the Bible from and to any set of mapped languages.

###Proposed Approach

  1. Perform Part-of-Speech (POS) tagging of the corresponding source Gateway language Bible.
  2. Build/Translate a relevant (to those used in the Bible) lexicon and it's usages in the target language.
  3. Machine generates a mapped output based on the words and tags from the source text to the target text. Improvisations can be made (per language) to generate a more accurate result.

###Intuition Exploit the fact that the source text is constant. This allows us to restrict the initial (seed) translation to be minimal and that the source text need not be tagged separately each time a translation is carried out.

###Pros

  1. Could yield more accurate and reliable results.
  2. The source text need only be tagged once (per Gateway language).
  3. Only a subset of the target language lexicon with usages need be translated manually.

###Cons

  1. Needs manual tagging of source text, if not already done.
  2. Needs the manual translation of lexicon with usages in target language.
  3. Output accuracy needs to be experimentally verified.

Feedbacks are always welcome! Please create an Issue detailing your point of view.

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.