-
Notifications
You must be signed in to change notification settings - Fork 13
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 -- [email protected] |
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 | |
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.
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
TODO: Scaling using HAProxy