============
  FOX Py
============

FOX Py provides an interface to FOX Federated Knowledge Extraction Framework.
it most useful for tasks involving entity recognition inside the text corpora. 
Typical usage often looks like this::

    #!/usr/bin/env python

    from foxpy import FOX

    fox = FOX()
    fox.recognizemydata(string)

Contributors
=========

* Ivan Ermilov (AKSW/BIS University of Leipzig)

Notes
=========

The source code is available from:
https://github.com/earthquakesan/fox-py
