When test for the complete_analogy function I find the result is not as expect
italy -> italian :: spain -> spanish
india -> delhi :: japan -> tokyo
man -> woman :: boy -> girl
small -> smaller :: large -> smaller
The last line ‘large’ should be analogized to ‘larger’ rather than ‘smaller’
Also I test for ‘big’ and it is analogized to be ‘competitors’
Even though I passed all the test and got 100/100
I just wonder why and how to solve it?
Thanks