There couldn't find any documentation pages for this project, so I post a piece of documentation here instead.

Attached is a Feature that uses Rules and Extractor to add any recognised terms to a Content Taxonomy field.
You can set which fields/parts of the module that should be scanned for terms – the example looks in $node->title, $node->body and $node->field_YOUR_FIELD_HERE. (The example uses node type "article" and vocabulary "tags", but that is configurable.)

Hope it might be of use for someone!

//Johan Falk, NodeOne, Sweden

Comments

demonrage’s picture

hello,

it always give this error :

warning: array_filter(): The first argument should be an array in /home/pyraef3b/public_html/comexat.com/sites/all/modules/cck/includes/content.rules.inc on line 154.
warning: Invalid argument supplied for foreach() in /home/pyraef3b/public_html/comexat.com/sites/all/modules/cck/includes/content.rules.inc on line 156.
warning: Invalid argument supplied for foreach() in /home/pyraef3b/public_html/comexat.com/sites/all/modules/cck/includes/content.rules.inc on line 179.

even if i remove the (field_article_introduction) completly so the code will be like:

// Get new terms. This relies on the Extractor module.
$newterms = extractor_extract($node->title . $node->body);

demonrage’s picture

any clue how that feature works, it always give me the above error

itangalo’s picture

Eh, I must admit that I have forgotten how it works. And the error you get suggests that Rules or Extractor has changed so much that the feature now is broken.

So no, sorry. :-/