Returns TypoCheckResult type words that match or are similar to the word to be checked.
Similar_word_list of type TypoCheckResult contains the top pickup_similar_word_num words with Levenshtein distance(less than or equal to output_levenshtein_cutoff).
Change the typo_type of similar_word to SimilarShapes or CloseKeyboardPlacement when one different character has a similar shape for the same string of characters.
※In this library, check_word and temp_word to be put into this function are “with Levenshtein distance of 1”, so there is always one different character.
When the check word is compared to the correct word, if there are excesses or deficiencies before or after the word, the typo_type of similar_word is changed to ExtraCharacters or MissingCharacters.
Returns the name of the enumerator stored in the TypoType enumeration type.
When using this function, the fields of the ExtraCharacters and MissingCharacters are omitted.