Giter Club home page Giter Club logo

pig-latin's Introduction

Pig Latin Translator

Translates sentences into pig latin, 8-17-16

By Brian Dutz and Stephen Newkirk

Description

Takes user input and translates each word into pig latin.

Specifications:

Output non-alphabetical input without changing it

  • 1
  • 1

Add "ay" to single letter words with a vowel at the start regardless of case

  • I
  • iay

Add "ay" to multi-letter words beginning with vowels

  • eat
  • eatay

If the word begins with a consonant move the consonant to the end and add "ay'

  • cat
  • atcay

For words beginning with one or more consonants move all beginning consecutive consonants to the end and adding "ay"

  • string
  • ingstray

If word starts with "qu" treat "qu" as a consonant group

  • quest
  • estquay

If "qu" comes after a consonant at the beginning of the word move it with the consonant

  • squirm
  • irmsquay

Apply rules to all words in multi-word sentences

  • Hello World
  • ellohay orldway

Capitalize the first letter of the translated sentence

  • Hello World
  • Ellohay orldway

Setup/Installation Requirements

  • Clone from github
  • Open HTML file

Known Bugs

None

Support and contact details

Email us with questions

Technologies Used

HTML, CSS, JavaScript, Bootstrap, jQuery

License

This program is licensed under the MIT license.

Copyright (c) 2016 Brian Dutz and Stephen Newkirk

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.