Hi All
Is it possible to submit a document to the Translation API and get the
translated words as a sequence of events ? For example, with a regular
Tika API it is possible to submit a document and get the metadata and
the data, and these data can be indexed, etc.
What about submitting a document (for ex, French) to the translation API
and getting a list of the words in English, so that they can be indexed.
I'm thinking, may be one then can use a query to find all the documents
in French that contain a given word as it reads in English. Example:
find a French doc containing "thanks", etc...
Not sure how much sense it makes though :-)
Cheers, Sergey