https://github.com/riccorl/nlp-dataset-readers
Readers for NLP Datasets
https://github.com/riccorl/nlp-dataset-readers
conll dataset datasets natural-language-processing nlp reader srl wsd
Last synced: about 1 month ago
JSON representation
Readers for NLP Datasets
- Host: GitHub
- URL: https://github.com/riccorl/nlp-dataset-readers
- Owner: Riccorl
- Created: 2021-11-12T22:41:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-19T10:25:04.000Z (over 3 years ago)
- Last Synced: 2025-04-14T04:16:32.009Z (about 1 month ago)
- Topics: conll, dataset, datasets, natural-language-processing, nlp, reader, srl, wsd
- Language: Python
- Homepage:
- Size: 50.8 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dataset Readers for NLP
Utility for easily parsing common datasets for NLP.
[](https://github.com/Riccorl/nlp-dataset-readers/actions/workflows/python-publish-pypi.yml)
[](https://github.com/Riccorl/nlp-dataset-readers/releases)
[](https://github.com/psf/black)## Installation
From [PyPI](https://pypi.org/project/nlp-dataset-readers):
```bash
pip install nlp-dataset-readers
```From source:
```bash
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
- [CoNLL-2009](https://ufal.mff.cuni.cz/conll2009-st/task-description.html)
- [CoNLL-2012](https://cemantix.org/conll/2012/data.html)
- [UniteD-SRL](https://github.com/SapienzaNLP/united-srl)### Word Sense Disambiguation
Dataset readers for
- [WSD Evaluation Framework](http://lcl.uniroma1.it/wsdeval/)
- [XL-WSD](https://sapienzanlp.github.io/xl-wsd/)### WiC
Dataset readers for
- [XL-WiC]()
- [MCL-WiC]()## Usage
ToDo