FISE Getting Started

From IKS Project

Jump to: navigation, search

FISE is a framework for semantic enhancement engines. Running FISE you can send English documents as plain text to the FISE server via a RESTful web interface and get back semantic annotations for this content. The annotations are computed using different "enhancement engines" which can be plugged into FISE. Depending on the active enhancement engines FISE will annotate e.g. people and places.

Before getting started it might be a good idea to read the following blog post by Olivier Grisel.

 Introducing fise, the Open Source RESTful Semantic Engine

To start working with FISE you have to download a release of build FISE from its sources.

Once you have FISE on your local machine run:

 $ java -jar <FISE-Release.jar> -p 8080

and then point your browser to http://localhost:8080.

FISE Alpha Release

We have a first release of FISE for the IKS early adopters program. You can download the binary release here:

 http://dl.dropbox.com/u/5743203/IKS/snapshots/eu.iksproject.fise.launchers.lite-0.9-20101022.jar

The source code of this release is available via SVN:

 svn checkout http://iks-project.googlecode.com/svn/sandbox/fise/tags/early-adopters-20101022

For building and running FISE from source see FISE Code and Docs.

Online Demo

  • Online FISE Demo - Provides 4 HTTP entry points engines, store, sparql, and system console.