Skip to content

LeibTon/emglish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Emglish - A New Vocabulary

Just for Fun.

What is it?

The vocabulary is made by changing or inserting 'm' into english words at appropriate position.

Rules for new vocabulary:-

  1. There should be only one editing.
  2. No change in the first and last character.
  3. Replace "oo" with "u"
  4. If the word has 3 characters and ends with consonant, then no change.
  5. If a character get repeated twice continuously, replace the first occurrence of that character with "m".
  6. Replace first occurrence of "n" with "m".
  7. If a vowel comes before a consonant. Insert "m" between them. The following preference is given [u,o,e,i,a]
  8. If a consonant comes before a vowel, insert "m" before that consonant.
  9. Replace multiple continuous occurrrence of "m" with single "m".

Using the function:-

You just need to run the main.py using following command:

python3 main.py
or
python main.py

depending on the version of python installed.

Some examples:

Hello Bro! Hemlo Bmro!
Wanna Meet? Wamna met?

Contributing Rules:

So, yeah you have fun with this new vocabulary. But certainly you aren't happy with certain words you get. So consider adding new rules or modifying old ones.

How can you add??

  1. Add new rule in "Rules for new vocabulary" and add the required code in main.py.
  2. Afraid you can't code. No problem. Just add the rule in "Rules for new vocabulary" and add [new rule] after your new rule and we will write the code for you.
Let's Enjoy.

Thanks.

About

Just a fun vocabulary: Emglish

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages