dice-group / FOX

Federated Knowledge Extraction Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status BCH compliance Project Stats

FOX - Federated Knowledge Extraction Framework

FOX (https://dice-research.org/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 as well as it integrates several Relation Extraction tools.

Requirements

Docker, Java 8, Maven 3, graphviz (for JavaDoc only)

Build and Run

Docker.

Documentation:

documentation.

Demo

This version supports multiple languages for NER, NED and RE.

Live Demo: https://fox.demos.dice-research.org/

How to cite

English version with details:

@incollection{
  year={2014},
  isbn={978-3-319-11963-2},
  booktitle={The Semantic Web – ISWC 2014},
  volume={8796},
  series={Lecture Notes in Computer Science},
  title={Ensemble Learning for Named Entity Recognition},
  publisher={Springer International Publishing},
  author={Ren{\'e} Speck and Axel-Cyrille {Ngonga Ngomo}},
}

The extended version for multiple languages:

@InProceedings{speck2017,
   author={Ren{\'e} Speck and Axel-Cyrille {Ngonga Ngomo}},
   title={{Ensemble Learning of Named Entity Recognition Algorithms using Multilayer Perceptron for the Multilingual Web of Data}},
   booktitle={K-CAP 2017: Knowledge Capture Conference},
   year={2017},
   pages={4},
   organization={ACM}
 }

License

FOX is licensed under the GNU Affero General Public License v3.0 (license document is in the application folder).

FOX uses several other libraries. An incomplete list is as follows:

  • Illinois NLP Pipeline (University of Illinois Research and Academic Use License)
  • Stanford CoreNLP (GNU GPL Version 2)
  • Apache OpenNLP (Apache License, Version 2)
  • Balie (GNU GPL Version 2)

Bugs

Found a 🐛 bug? Open an issue with some emojis. Issues without emojis are not valid. :trollface:

About

Federated Knowledge Extraction Framework

License:GNU Affero General Public License v3.0


Languages

Language:Java 53.4%Language:JavaScript 41.6%Language:HTML 2.0%Language:CSS 1.7%Language:Shell 0.8%Language:Dockerfile 0.5%