Skip to content

A Java program that translates English text, including words with apostrophes in them, into Pig Latin.

Notifications You must be signed in to change notification settings

fe-jackson/Pig-Latin-Translator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PROJECT TITLE: Pig Latin Translator

PURPOSE OF PROJECT: This program translates English text into Pig Latin, including 
words with apostrophes in them. If an apostrophe is directly adjacent to two letters 
(one on each side), then the program will consider it to be a part of a word. If it
isn't, then the program consides the apostrophe to be seperate from all of the words 
near it.

DATE: April 29, 2021

AUTHOR: Fe Jackson

INSTRUCTIONS: 
     Compile PigLatinTranslator.java and ReadAndTranslate.java. Then run the main 
function in the ReadAndTranslate class. You can pass a String with a text file name to 
main so it knows to translate that file, or you can start the program without passing 
any Strings to it and the program will prompt you to give it text to translate. 
     After each translation, the program will ask you if you want to translate 
anything else. If you type "yes", it'll ask you to type the text that you want to 
translate. If you type "no", then the program will end.

About

A Java program that translates English text, including words with apostrophes in them, into Pig Latin.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages