First example. "Lina is a student", "Li is a student". Please notice that "Li" is a substring of "Lina".
Second example. "Vladimir is a student", "Vladislav is a student", here they partially match, namely first 5 letters (Vladi) are exactly the same.
What should I change in my notation in order to deal with such cases? Of course I have enough fantasy to make up my own notation to deal with it, but I wonder if there is "official" way (or ways).