Recommend this page to a friend! |
Download .zip |
Info | View files (6) | Download .zip | Reputation | Support forum (1) | Blog | Links |
Ratings | Unique User Downloads | Download Rankings | ||||
Not enough user ratings | Total: 542 This week: 1 | All time: 5,531 This week: 299 |
Version | License | PHP version | Categories | |||
seo-keywords 2.0 | GNU General Publi... | 4.0 | HTML, PHP 5, SEO, Parsers |
Description | Author | ||||||||
This class can extract relevant keywords from Web pages. Recommendations What is the best PHP extract keywords from website class? |
|
With this class you can generate real SEO keywords from the content of the page you are retrieving the info. This class only takes the really good unique keywords for the web page, because have a filtering by category glossary and stop words. This class is multilingual only specify which language and the category is the page you are going to parse and the script do all the thing. IMPORTANT this class uses external files!! one type of the stop words and another for the category glossary the name file depends the language in the stop words example: spanish filename: stopwords_es.php and in the calling script is like: $keywords->_lang = 'es'; another example: english filename: stopwords_en.php and in the calling script is like: $keywords->_lang = 'en'; -------------------- for the category example: spanish telecom filename: glodic_telecom_es.php and in the calling script is like: $keywords->_catego = 'telecom'; |
Files |
File | Role | Description |
---|---|---|
class.keywords.php | Class | main class file |
glodic_telecom_es.php | Aux. | The glossary for telecom category |
stopwords_en.php | Aux. | list of the stop word for english |
stopwords_es.php | Aux. | list of the stop word for spanish |
example.php | Example | Example for use this class |
README | Doc. | important read this |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
User Comments (1) | |||||
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.