This project is not covered by Drupal’s security advisory policy.

This module makes use of the PHP-Science-TextRank library, which makes use of the TextRank (automatic summarization) algorithm to summarize a text and extract the keywords from a text.

It is made up of a central module and two submodules:

  1. Nlptools_intelligent module. Main module that defines common functions.
  2. Nlptools_intelligent_auto_tag module. Module that allows, based on predefined configuration rules for content types, to extract tags from a text and save them in the node.
  3. Nlptools_intelligent_text_summarize module. Module that allows, based on predefined configuration rules for content types, to extract the summary of a text and save it in the node.

REQUIREMENTS
This module only has a single requirement, to have installed the
PHP-Science-TextRank library.

INSTALLATION
1. Install as you would normally install a contributed Drupal module. Visit
https://www.drupal.org/node/1897420 for further information.
2. Or use composer installation:
composer require 'drupal/chat_livehelperchat'

3. Run:
composer require 'php-science/textrank'

Project information

Releases