Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there an algorithm that extracts meaningful tags of english text

I would like to extract a reduced collection of "meaningful" tags (10 max) out of an english text of any size.

http://tagcrowd.com/ is quite interesting but the algorithm seems very basic (just word counting)

Is there any other existing algorithm to do this?

like image 703
sachaa Avatar asked Sep 15 '08 22:09

sachaa


1 Answers

There are existing web services for this. Two Three examples:

  • Yahoo's Term Extraction API
  • Topicalizer
  • OpenCalais
like image 95
ceejayoz Avatar answered Oct 19 '22 01:10

ceejayoz