As in question - I'm wondering if there is a way to find word/phrase equivalent when I have two translated sentences. For example:
- No. - Me molesta.
- No. - But it bothers me.
Is there an algorithm that would tell me molesta in Spanish is bothers in English? I have more sentences like that and I would like to get list of possible translations of word molesta for example. I know it is very general question but I don't know where I should search solution. I would do it in Kotlin. Thanks in advance.