GeoSaffer / ArtWorkSearch

0 stars 0 forks source link

Google translate for keywords #1

Open GeoSaffer opened 3 days ago

GeoSaffer commented 3 days ago

the problem is files on disk is in various languages, searching in English will not return keywords that are in other languages.

Implement a google translate library, that will look at the keyword check if we have a translation yet, if not query google to return the top 20 language translation for ythe keyword used.

GeoSaffer commented 3 days ago

Implemented google translate as a prototype, still need to implement translation table and test