Skip to content
Ivan Ermilov edited this page Sep 7, 2016 · 3 revisions
Website http://aksw.org/Projects/FOX.html
Supported versions v2.2.2
Current responsible(s) Ivan Ermilov @ InfAI -- iermilov@informatik.uni-leipzig.de
Docker image(s) bde2020/fox:latest
More info http://aksw.org/Projects/FOX.html
https://github.com/AKSW/fox
https://github.com/big-data-europe/docker-fox

Short description

FOX is a framework that integrates the Linked Data Cloud and makes use of the diversity of NLP algorithms to extract RDF triples of high accuracy out of NL. In its current version, it integrates and merges the results of Named Entity Recognition tools.

Example usage

You can run the following docker-compose.yml definition:

version: '2'

services:
  fox:
    image: bde2020/fox:latest
    environment:
      - XMX=8G
      - LNG=en
    ports:
      - "4444:4444"

Using the command:

docker-compose up -d

For more details see docker-fox github repo

Scaling

TODO: Scaling using HAProxy

Clone this wiki locally