Extractor
Categories
Component ID
651280
Component name
Extractor
Component type
module
Component security advisory coverage
not-covered
Downloads
6767
Component created
Component changed
Component body
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
$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.
