Monthly Archives: August 2010

PHP function to get the most recurrent words in a file – it uses Linux command line

/** * Extracts the most recurrent one-word and two-word terms in a file * Filters out some common stop words and you can also pass extra ones * * @param string $filepath * @param int $minWordLength – the minimal word … Continue reading

Posted in Linux Command Line, PHP | Leave a comment