Monthly Archives: January 2013

Term Extraction in PHP

The new version of the term extraction tool on fivefilters.org is now in PHP. Read the blog post explaining what’s new. For anyone looking for a simple way to carry out term extraction on English text using PHP, here’s a snippet using the PHP port of Topia’s Term Extractor: require ‘TermExtractor/TermExtractor.php’; $text = ‘Politics is […]

Posted in Code | Comments closed