Skip to content

Riccorl/nlp-dataset-readers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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