/nlp-dataset-readers

Readers for NLP Datasets

Primary LanguagePython

Dataset Readers for NLP

Utility for easily parsing common datasets for NLP.

Upload to PyPi PyPi Version Code style: black

Installation

From PyPI:

pip install nlp-dataset-readers

From source:

git clone https://github.com/Riccorl/nlp-dataset-readers
cd nlp-dataset-readers
pip install -e .

Class and Datasets

Semantic Role Labeling

Dataset readers for

Word Sense Disambiguation

Dataset readers for

WiC

Dataset readers for

Usage

ToDo