User offline. Last seen 48 weeks 51 min ago. Offline
Joined: 04/05/2011

Hi,
I need to get the topic end entities information for an ad-hoc user-supplied string in an application. So I tested it with the OpenCalais desktop submission tool. An example I tried was 'Japan earthquake'. Now because OpenCalais requires the content to be at least 100 characters long so I repeat the same text multiple times to make the string long enough. I get the semantic metadata  information. However, if I submit the same text as html:something like-
<html>
<body>
Japan earthquake&nbsp;Japan earthquake&nbsp;Japan earthquake&nbsp;Japan earthquake&nbsp;Japan earthquake&nbsp;Japan earthquake&nbsp;Japan earthquake&nbsp;Japan earthquake&nbsp;Japan earthquake&nbsp;Japan earthquake&nbsp;
</body>
</html>
I get a response:
<Exception>Calais continues to expand its list of supported languages, but does not yet support your submitted content.</Exception>
Thanks
ydn_dev

Trackback URL for this post:

http://www.opencalais.com/trackback/106642

Login or Register to post a comment.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
User offline. Last seen 48 weeks 4 days ago. Offline
Joined: 08/25/2010

Does anyone know how to ask the SemanticProxy URL string to use the french or spanish entity extraction protocol? It defaults to english, but I would like to test the other two languages as well. I would appreciate any guidance on this. Regards,

User offline. Last seen 2 weeks 3 days ago. Offline
Joined: 12/15/2010

It works on French and Spanish langugaes as well. You just have to sent the content as you would have done for English content.

User offline. Last seen 2 weeks 3 days ago. Offline
Joined: 12/15/2010

You can use Content-Type: text/htmlraw instead of text/html and you won't get the exception.
General note - you can send to open calais text which contains less than 100 characters, in those cases you might get less result on your output but you will not get an exception.