Metadata-Version: 1.0
Name: foxpy
Version: 0.0.2
Summary: Python bindings for FOX - Federated Knowledge Extraction Framework.
Home-page: http://pypi.python.org/pypi/foxpy/
Author: Ivan Ermilov
Author-email: earthquakesan@gmail.com
License: LICENSE.txt
Description: ============
          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
        
Platform: UNKNOWN
