Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
170 views

Understanding Relevance Score of OpenCalais

I am trying to understand what is the relevance score that opencalais returns associated with each entity? What does it signify and how is it to be interpreted? I would be thankful for insights into ...
2
votes
1answer
182 views

What commercially-available platforms similar to OpenCalais or AlchemyAPI are there for entity extraction for Chinese and Japanese languages?

In particular, I would like to be able to extract people, places, films, music, etc. entities and have the entities available in widely used linked data IDs such as DBpedia, Freebase, or OpenCyc.
1
vote
8answers
342 views

Intelligently extracting tags from blogs and other web pages

I'm not talking about HTML tags, but tags used to describe blog posts, or youtube videos or questions on this site. If I was crawling just a single website, I'd just use an xpath to extract the tag ...
1
vote
1answer
677 views

OpenCalais Parse RDF in .NET

is there a way to parse OpenCalais RDF in .NET as i'm using dotnetRDF and it keeps giving me errors. A sample of the Rdf generated may be found in http://viewer.opencalais.com/ , i'm honestly really ...
0
votes
0answers
22 views

Named-Entities Recognition with OpenCalais

I want to use j-calais a Java RESTful interface to the OpenCalais API for the task of Named-Entities Recognition. I do this: `import java.io.IOException; import mx.bigdata.jcalais.CalaisClient; ...
0
votes
0answers
75 views

OpenCalais API using jQuery

Hi I've wanted to do some language processing for an application and have been trying to use the OpenCalais API. The call to the API works perfectly and returns data. The problem is that even though ...
0
votes
1answer
103 views

GWT client “throws Exception” cause compling problem

I try to use get result from a api called j-calais, and then out put the result on a web page, i write all the code in client, but it cant compile right, dont know why??? please help. the source code ...
0
votes
1answer
150 views

Ontology in Rowlex

I am trying to use Rowlex for the opencalais ontology found here http://www.opencalais.com/files/owl.opencalais-4.3a.xml I have tried the zoo sample ontology and i am wondering how i can call the ...
0
votes
2answers
334 views

Multilanguage OpenCalais like system?

I was very impressed with the OpenCalais system. It's (is/has) a web service where you send your text, they analyze it, then you are provided with a series of categorized (RDF enabled) tags that your ...