Entity Base
Entity Base is a content analysis plugin that uses the TextRazor Natural Language Processor to extract entities from post content.
★ 9stars
2.2kcomposer installs
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/humanmade/entity-base/archive/refs/heads/main.zipAlso on Packagist as humanmade/entity-base:
composer require humanmade/entity-baseFrom the readme
WordPress TextRazor Entity Base
Entity Base is a content analysis plugin that uses the TextRazor Natural Language Processor to extract entities from post content.
Entities are stored in a new Entity post type, tagged with thier DBPedia and Freebase types. Individual posts associated with an entity store the relationship in its post meta.
Settings
The settings page can be found under the "Entities" section in the WordPress admin menu.
- API Key: Configure the API key for the TextRazor service. Free API keys are available from textrazor.com.
- Entity Allowlist: Entities that should always be included in the analysis, one per line.
- Entity Blocklist: Entities that should always be excluded from the analysis, one per line.
- DBPedia Filters: DBPedia types to include in the analysis, one per line.
- Freebase Filters: Freebase types to include in the analysis, one per line.
- DBPedia Blocklist: DBPedia types to exclude from the analysis, one per line.
- Freebase Blocklist: Freebase types to exclude from the analysis, one per line.
- Minimum Confidence Score: Set the minimum confidence score required for an entity to be considered valid.
- Minimum Relevance Score: Set the minimum re
Read the full README on GitHub →