Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.43 KB

README.md

File metadata and controls

38 lines (29 loc) · 1.43 KB

Welcome to the NLP Annotation Framework (NlpAF)

License: MIT Badge: Made with Python Badge: PyPI version Badge: Open in VSCode

nlpaf is a Python Library offering an architectural framework and tools to extract features from textual data.


Installation

Direct install via pip

The package can also be installed directly via pip.

pip install nlpaf

Manual cloning

Clone the repository, go to the root folder and then run:

pip install -e .