|
|
|
|
|
by arunsupe
698 days ago
|
|
I would think translation to other languages would be trivial. The model is just a map of word to vector. Every word is converted to it's vector representation; then the query word is compared to the input words using cosine similarity. |
|