Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Thanks :)
The example is fine.
With Java, you need to do the following : Add an H, change the J for an E, change the second A for an E and finally add a N.
That's 4 permutations compared to Python's 5 (Change P for J, change Y for E, change T for A, change H for V, change E for N).
EDIT : Typoes
In python, the find_most_similar function definition should take the parameters (self,term) instead of only (term).