Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Stanbol Enhancement Engine that allows to use the redlink.co analysis service

License

Notifications You must be signed in to change notification settings

fusepoolP3/p3-stanbol-engine-redlink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redlink Analysis Enhancement Engine Build Status

This module provides an Enhancement Engine for Apache Stanbol which allows you to use Redlink to annotate your text from Apache Stanbol.

This engine will call Redlink services. It will require you to register with Redlink and configure a analysis application. The engine needs to be configured with your app-id and the app-key.

Building and Running

Building requires Maven 3, and running it requires Apache Stanbol. Assuming a working installation is present, after downloading the sources, switch to the sources root and run:

mvn package -DskipTests

This will produce an OSGi bundle under:

./target/stanbol-engines-redlink-[version].jar

which can be directly deployed into Apache Stanbol through its configuration console.

Configuration Parameters

The engine supports a number of configuration parameters, the most relevant of which are:

The Engine support multiple configuration (OSGI configuration factory).

  • Engine Name (stanbol.enhancer.engine.name): The name for the engine instance
  • Redlink App (enhancer.engine.redlink.app): The Redlink analysis application name
  • Redlink Key (enhancer.engine.redlink.key): The application key
  • Redlink Version (enhancer.engine.redlink.version): the Redlink service version to use (optional)

About

Stanbol Enhancement Engine that allows to use the redlink.co analysis service

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages