I have multi-lingual text crawled from various websites using apache nutch
in Cassandra
database. I have also defined a Java
class for translation using the bing
client. But can anyone tell me how to connect to Cassandra and translate the multi-lingual text using the Java class I defined and store it back into Cassandra itself with an appended column?
Thanks in advance.