W
W
Wach Every2014-04-06 16:42:22
Programming
Wach Every, 2014-04-06 16:42:22

Getting a list of similar spelling words

Given a text variable (4 characters, only numbers and Russian letters).
You need to somehow get a list of similar words from what is given. (list of combinations)
Well, respectively, in the example:
A English is similar to A Russian,
P English to Russian P,
O English is similar to Russian O. and also zero.
In a specific example, the word ААР is given, the result of processing should be a list of the form: (small letters - the English alphabet).
AAP
AAp
AaP
Aap
aAP
aAp
aaP
aap
It doesn't matter what language, words or block diagram. The main principle is to understand. Although I would be grateful for specific examples.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vampiro, 2014-04-06
@Wachevery

the third link from the top in google explains with an example.
the fourth is for an online service.
the sixth - to a macro in msword.
google.com ;)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question