Posted by febbraro on December 4, 2009 at 3:13pm
Simple term extraction API.
Extract terms from any body of text and use them as taxonomy on nodes or otherwise. This technique is sometimes referred to as auto tagging. Extractor relies on a predifined list of terms defined in a vocabulary that it looks up in a given body of text.
See extractor in action in Managing News
Usage
With Feeds module:
- Install all Feeds modules and Extractor
- Edit a feeds configuration, pick either "Common syndication parser with term extraction" or "SimplePie parser with term extraction".
- Go to "Mapping" settings of the processor and pick "Extracted term names" or "Extracted term tids" from the source drop down and map it to any target that handles arrays (e. g. taxonomy).
As API
<?php
$terms = extractor_extract($text);
?>Similar Modules
- Synonym support.
- Node based.
- Fixed list of terms lookup like Extractor.
- Node based.
- Leverages third party services.
- Node based.
Downloads
Project Information
- Module categories: Content, Syndication
- Maintenance status: Unknown
- Development status: Unknown
- Reported installs: 1103 sites currently report using this module. View usage statistics.
- Last modified: February 11, 2011