Nifigator is a pure Python package for working with NLP in RDF/NIF
Project description
Nifigator
Nifigator is a pure Python package for working with NLP in RDF. It uses the NLP Interchange Format (NIF) and the Lexicon Model for Ontologies and is build on top of RDFLib.
Here is what is does:
Convert data from text documents to NIF data in RDF
Currently supported formats: txt, PDF (text, page and paragraph offsets)
Add linguistic annotations from NLP processors
Currently supported processor: Stanza
Create NifVector graphs that work like language models, this allow you to
create explainable word vectors without random results, and to
combine word vectors with lexical and linguistic annotations
RDFLib is used to serialize and deserialize NIF data.
See the documentation built from the code.
Installation
To install Nifigator, run this command in your terminal:
$ pip install nifigator
To install the package from Github
$ pip install -e git+https://github.com/denederlandschebank/nifigator.git
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for nifigator-0.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | addc016496f98a969baa559e9099f2e418484fa8daa0604e1d56de3046595055 |
|
MD5 | f4260e467494b93052279c97d6421d02 |
|
BLAKE2b-256 | de6543beb8f4f7ced048db990847ec86d89b099d675af0e7a528ac4980aa8fff |