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
| Comment | File | Size | Author |
|---|---|---|---|
| autotag_with_extractor-6.x-1.0-alpha1.tgz | 1.27 KB | itangalo |
Comments
Comment #1
demonrage commentedhello,
it always give this error :
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);
Comment #2
demonrage commentedany clue how that feature works, it always give me the above error
Comment #3
itangalo commentedEh, 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. :-/