A functtion to translates english language text to pig latin

Assignment Help Computer Engineering
Reference no: EM132114930

In python, Write a function that translates English language text to "Pig Latin" according to the following rules for translating one word: If the word begins with a vowel (a,e,i,o,u), then it is simply translated by appending 'way' to the end of it.

As examples, 'act' becomes 'actway' and 'old' becomes 'oldway' and so on. If the word does not begin with a vowel (it starts with a consonant), then it is translated by moving all consonant letters up to the first vowel to the end of the word with 'ay' appended to the very end.

As examples, 'gasp' becomes 'aspgay' and 'school' becomes 'oolschay' and so on. This rule also applies when the word has no vowels at all - in that case, 'ay' is simply appended. Special cases: The letter 'y' is counted as a vowel in this context (when a word begins with a consonant).

Examples: 'system' becomes 'ystemsay' and 'crystal' becomes 'ystalcray' and so on. The letter 'u' is counted as a consonant when it follows the letter 'q' in a word, so 'queen' becomes 'eenquay' and 'square' becomes 'aresquay' for examples. Capitalization is properly maintained.

Words that are all capital letters are translated to all capital letters ('IBM' becomes 'IBMWAY' and 'CRUMB' becomes 'UMBCRAY'). Also, words that are properly capitalized are translated with proper capitalization ('Apple' becomes 'Appleway' and 'Mark' becomes 'Arkmay') We suggest you solve this problem in two parts, and the points will be allocated accordingly:

Get the function working for just one word. That is, full credit for this part is earned by translating text that consists of nothing except alphabetic characters.

Return (don't print) the translated text as a string. See (and be sure to match) the first few sample runs below.

Improve the function so that it works with text that consists of any characters, and presumably multiple words. Translate each word separately.

A word is defined as any consecutive sequence of alphabetic letters, and they may be separated by any sequence of non-letter characters.

All non-letter characters should just be copied to the Pig Latin translation.

Reference no: EM132114930

Questions Cloud

True mean mpg lower for the honda insight : (a) Assuming equal variances, at a 5 .01, is the true mean mpg lower for the Honda Insight?
Sample mean cholesterol level for woman : If the sample mean cholesterol level for this woman after three tests is above 6.2 mmol/l, what could you conclude?
Compute the surface area and volume of a sphere : The program should prompt the user for the radius and then print out the surface area and volume.
What rainfall amount are 90% of all yearly rainfalls : Assume rainfall is normally distributed. What rainfall amount are 90% of all yearly rainfalls more than?
A functtion to translates english language text to pig latin : Write a function that translates English language text to "Pig Latin" according to the following rules for translating one word.
Define a subclass of matrix called sparsematrix : Define a subclass of Matrix called SparseMatrix. In a sparse matrix, we keep track of the nonzero elements in a dictionary.
What is the probability that it will rain on the first day : Given that there is a 21% chance it will rain on any day, what is the probability that it will rain on the first day and be clear (not rain) on the next two day
Access the appropriate list elements in order to perform : Access the appropriate list elements in order to perform the following calculation for the profit: number_sold * (price_item - cost_item).
Write a function replist that receives two input arguments : In python, write a function repList that receives two input arguments: a list and the number of times each element is to be duplicated.

Reviews

Write a Review

Computer Engineering Questions & Answers

  Mathematics in computing

Binary search tree, and postorder and preorder traversal Determine the shortest path in Graph

  Ict governance

ICT is defined as the term of Information and communication technologies, it is diverse set of technical tools and resources used by the government agencies to communicate and produce, circulate, store, and manage all information.

  Implementation of memory management

Assignment covers the following eight topics and explore the implementation of memory management, processes and threads.

  Realize business and organizational data storage

Realize business and organizational data storage and fast access times are much more important than they have ever been. Compare and contrast magnetic tapes, magnetic disks, optical discs

  What is the protocol overhead

What are the advantages of using a compiled language over an interpreted one? Under what circumstances would you select to use an interpreted language?

  Implementation of memory management

Paper describes about memory management. How memory is used in executing programs and its critical support for applications.

  Define open and closed loop control systems

Define open and closed loop cotrol systems.Explain difference between time varying and time invariant control system wth suitable example.

  Prepare a proposal to deploy windows server

Prepare a proposal to deploy Windows Server onto an existing network based on the provided scenario.

  Security policy document project

Analyze security requirements and develop a security policy

  Write a procedure that produces independent stack objects

Write a procedure (make-stack) that produces independent stack objects, using a message-passing style, e.g.

  Define a suitable functional unit

Define a suitable functional unit for a comparative study between two different types of paint.

  Calculate yield to maturity and bond prices

Calculate yield to maturity (YTM) and bond prices

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd