[ CHALLENGE ] 🔠🔠🔠 morph words 🔠🔠🔠 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 16

[ CHALLENGE ] 🔠🔠🔠 morph words 🔠🔠🔠

Given two words combine them to form one For example: envelope + totem = envetem happiness + loyalthy = happalthy young + hollow = youllow young + apple = youpple zimmer + teen = zimmeen Feel free to choose your own interesting output style!

2nd Jan 2018, 4:45 PM
AZTECCO
AZTECCO - avatar
11 Answers
+ 5
https://code.sololearn.com/cdQ5AnIBBzEK/#py I know It's not precisely answering the challenge, but it makes morphings from words and returns readable results most of the time. This code is a modification of a pseudowords creator I made based on common words list analysis. The results when feeding it with only 2 to 4 words is fun! Note : it won't morph two words if they don't have a common character ...
5th Apr 2018, 10:18 PM
Cépagrave
Cépagrave - avatar
+ 22
u can join (random no. of characters from beginning of 1st word ) with ( random no. of characters from ending of second word ) to form a new word
3rd Jan 2018, 1:20 PM
Gaurav Agrawal
Gaurav Agrawal - avatar
4th Jan 2018, 3:01 AM
777
777 - avatar
+ 12
Thank you! Great idea! it will be very complex but awesome! And yes, it would be a new very challenging challenge! lol, and more clear than this. Waiting for your code!!
3rd Jan 2018, 7:58 PM
AZTECCO
AZTECCO - avatar
2nd Jan 2018, 4:53 PM
AZTECCO
AZTECCO - avatar
+ 11
Sorry if I wasn't clear, its not just cut and attack, the result should be nice. You can use your fantasy and create a result whit some pretty logic. the final word should be readable, and call in some ways the operands. My example is a simple half + half but whit some rules.. not just half.. but near.. I hope is a bit more clear now.
2nd Jan 2018, 5:26 PM
AZTECCO
AZTECCO - avatar
+ 9
@Gaurav Agrawal do you think it's not a good CHALLENGE? can I make it better? what can I do? Help please
3rd Jan 2018, 9:10 AM
AZTECCO
AZTECCO - avatar
+ 9
Yes but my intention is to form a nice readable result. Ok, my purpose is probably too strange and unclear. I tried. Thanks for your help!
3rd Jan 2018, 1:42 PM
AZTECCO
AZTECCO - avatar
+ 9
I think this is a very nice challenge, and a complex one too. One way of do it would be separate the words into syllables.. It's hard to automate syllable splitting (matter for a new challenge, maybe?), since there are many rules.. Take a look at this papers: * https://eprints.soton.ac.uk/264285/1/MarchandAdsettDamper_ISCA07.pdf * http://www.tug.org/docs/liang/liang-thesis.pdf Status: Trying to write some code to this challenge..
3rd Jan 2018, 7:07 PM
noobcøder
noobcøder - avatar
3rd Jan 2018, 8:55 PM
VcC
VcC - avatar
+ 2
https://code.sololearn.com/cIwI6CYOPkDd/?ref=app
4th Jan 2018, 10:11 AM
Tim
Tim - avatar