2017 © Pedro Peláez
 

silverstripe-module alchemiser

An integration with AlchemyAPI.

image

silverstripe/alchemiser

An integration with AlchemyAPI.

  • Monday, January 18, 2016
  • by nyeholt
  • Repository
  • 1 Watchers
  • 4 Stars
  • 150 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 4 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

SilverStripe Alchemisable Module

Integrates with the Alchemy API to provide automatic category, keyword and entity extraction for SilverStripe data objects., (*1)

Basic Usage

To use the Alchemiser module you must first sign up for an Alchemy API key. Once you have this you set it in your _config.php file, and apply the Alchemisable extension to any objects you wish to perform metadata extraction on:, (*2)

// Sets the Alchemy API key.
AlchemyService::set_api_key('<your key here>');

// Applies entity extraction to SiteTree objects.
Object::add_extension('SiteTree', 'Alchemisable');

If you wish metadata annotation to be fully automatic, all you need to do is set the first parameter of the Alchemisable construction to true:, (*3)

Object::add_extension('SiteTree', 'Alchemisable(true)');

Once configured, an Alchemy tab will appear for content that can be indexed. Add some content to the page, and save it. Go to the Alchemy tab, and click the Analyze Content link. After a few seconds, a window will appear with a list of identified keywords and other metadata. Simply check the box next to those you wish to keep., (*4)

Maintainer Contacts

Requirements

  • SilverStripe 2.4+

License

This module is licensed under the BSD license at http://silverstripe.org/BSD-license, (*5)

It interfaces with the AlchemyAPI which is made available under the terms at http://www.alchemyapi.com/company/terms.html, (*6)

Be aware that the Alchemy license requires the Alchemy logo and link remain in place., (*7)

The Versions

18/01 2016

dev-master

9999999-dev

An integration with AlchemyAPI.

  Sources   Download

BSD-3-Clause

The Requires

 

by Andrew Short

silverstripe seo alchemy