Metadata-Version: 2.1
Name: pynaf
Version: 2.0.6
Summary: Read and create NAF annotation Documents.
Home-page: https://github.com/josubg/pynaf/
License: Apache License 2.0 (APL 2.0)
Keywords: NLP,XML,markup,NAF
Author: Rodrigo Agerri
Author-email: rodrigo.agerri@ehu.es>, Josu Bermudez <josubg@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Markup :: XML
Requires-Dist: lxml (>=4.6.3,<5.0.0)
Project-URL: Repository, https://github.com/josubg/pynaf/
Description-Content-Type: text/markdown

pynaf
=====

Pynaf provides  **a simple API for creating or reading NAF documents**.

The NAF (Natural language Annotation Format) is **an XML markup language that contains several layers of linguistic annotation**. It is used in **Natural Language Processing tools** like [IXA Pipes] (http://ixa2.si.ehu.es/ixa-pipes/) or [Corefgraph](https://bitbucket.org/Josu/corefgraph).

**More information** about NAF in the  following [link ](https://github.com/newsreader/NAF).


Install from Pip(Recommended)
----
Install pinaf directly from Pypi repositories

    Pip install pynaf


Install from repository
-----

Install pynaf using this command (no need to clone the repository):

    pip install --upgrade --user git+https://github.com/josubg/pynaf.git

