Skip to content
yooper edited this page Aug 16, 2016 · 14 revisions

PHP Text Analysis

Want to process text using PHP? Well, you picked the right library for the task.

PHP Text Analysis provides a variety of tools for :

  • Analysis
    • Date Analysis - use to extract dates from a given corpus
    • Frequency Distribution - provides you with the basic tools to do simple analysis and is used as a base for many other algorithms
    • Keyword Extraction (RAKE) - use the RAKE algorithm to rapidly automate keyword extraction
  • Collections
  • Collocation - helps you find terms that co-occur more often than would be expected by chance.
  • Console - a command line interface for performing base indexing and text mining analysis with PHP
  • Entity Extraction - helps you find entities such as people, places and dates
  • Downloaders - Downloads 3rd party data files from the web
  • Filters - A set of tools for normalizing the terms and tokens before data analysis begins
  • Phonetics -
  • Stemmers
  • Tokenizers
  • Utilities
Clone this wiki locally