Python bindings for FOX - Federated Knowledge Extraction Framework.
Project 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()
text = "London Idaho Hawaii"
response = fox.recognizeText(text)
```
For more information refer to test cases in [tests/foxpy](tests/foxpy) folder.
Contributors
=========
* Ivan Ermilov (AKSW/BIS University of Leipzig)
Notes
=========
The source code is available from:
https://github.com/earthquakesan/fox-py
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()
text = "London Idaho Hawaii"
response = fox.recognizeText(text)
```
For more information refer to test cases in [tests/foxpy](tests/foxpy) folder.
Contributors
=========
* Ivan Ermilov (AKSW/BIS University of Leipzig)
Notes
=========
The source code is available from:
https://github.com/earthquakesan/fox-py
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
foxpy-1.0.0.tar.gz
(6.7 kB
view details)
File details
Details for the file foxpy-1.0.0.tar.gz.
File metadata
- Download URL: foxpy-1.0.0.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eda86e8d8618b9bcaa4fc8039120a3e9c8ae6b8de4548eeff0dab53413dc1f74
|
|
| MD5 |
0c33a460237e87308f13970bcfb5b19c
|
|
| BLAKE2b-256 |
d75f6a66bc5f8820868d8e23552b3ada9d32d1a44e3b974fe194480c18b07e0f
|