2008
Dan Grossman - Open Calais Tags
by nhoizey & 1 otherOpen Calais Tags is a PHP class for extracting entities from text using Open Calais. Calais performs semantic analysis of the text, using natural language processing to identify concepts like people, companies and technologies discussed in the text
2006
2005
PorterStemmer - phpguru.org
by nhoizey & 2 others (via)A PHP5 only class to faciliate the stemming of word. This is the process of removing suffixs from words to produce their "stems", eg national -> nation, running -> run, adoption -> adopt. This class, as the name might suggest, implements the algorithm by Martin Porter.
1
(5 marks)