Currently I'm leveraging http://developer.yahoo.com/search/content/V1/termExtraction.html which isn't ideal for performance and quality reasons. Before I embark on spending time on writing a system I wanted to see if there are any other available options that can do the trick.
A:
A quick web search for: Yahoo "term extraction" alternatives
Turns up: http://fivefilters.org/term-extraction/ as the first result. It looks decent and has pointers to others at the bottom.
Rasmus
2010-04-11 01:34:38
Though I'd prefer something in PHP
Akeem
2010-04-11 14:00:11
So I unmarked this as the answer because this solution is AGPL and unfortunately I'm not willing to open source my web application (though I am a open source developer).
Akeem
2010-04-11 20:42:59
It uses Topia as its base which is not GPL'ed. It is under the ZPL. See http://pypi.python.org/pypi/topia.termextract/
Rasmus
2010-04-17 09:44:58