We are thinking to use the existing Content analysis service API to return the given terms relevance score in the article.
Found some very good content analysis service such as:
- Yahoo Content analysis service
- OpenCalais ...
However, we are looking for a way to return the given terms relevance score
for example,
we have a vocabulary - topics contains "cost", "government"
and a page http://www.test.dev/article/1.html
then we want to use the content analysis service to check the relevance for the topics in the article
so we can decide to auto tag the article from our own vocabulary.
thanks for the help.