PHP Classes / Seltz analyzer

Extract important words from HTML documents

Seltz analyzer PHP Class

This class can be used to extract important words from HTML documents. It can process a well-formed XHTML document and extract the words contained in the document. The class gives scores to each word depending on conditions like, whether the first letter is upper case, whether the word is inside strong or bold tags, etc.. It returns an associative array of words sorted by importance score.

Similar PHP Classes

Search in PHP Classes

Filter by tags