https://github.com/nlpatvcu/medacy_dataset_template
a template for creating medaCy compatible datasets
https://github.com/nlpatvcu/medacy_dataset_template
Last synced: 8 months ago
JSON representation
a template for creating medaCy compatible datasets
- Host: GitHub
- URL: https://github.com/nlpatvcu/medacy_dataset_template
- Owner: NLPatVCU
- License: gpl-3.0
- Created: 2019-01-21T07:53:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-21T00:31:26.000Z (about 7 years ago)
- Last Synced: 2025-03-16T21:49:23.808Z (over 1 year ago)
- Language: Python
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Template for Creating a MedaCy Compatible Dataset
Short dataset description.
# Dataset Information
| Dataset | Source | Domain | Num. Training Documents | Num. Evaluation Documents|
| :-------: | :----------------: |:-------------:| :----: | :----: |
|Official Dataset Name| Dataset source | Dataset Domain | 1 | 1 |
Describe the dataset in detail and provide relevant links to more information. What domain does it come from? Examples include links to organizers, interesting projects that utilize the dataset, etc.
## Annotations
| Entities | Relations |
| :-------: | :----------------: |
| :heavy_check_mark: | :heavy_multiplication_x: |
Discuss and give examples of the type of information this dataset captures
in it's annotations. Does it solely contain entities? Relations?
# Data Source
Long description of data source
Dataset Creators
================
The individuals / organizations that created/put together this dataset.
Provide a citation (preferably bibtex) to any relevant literature that users can cite or reference giving credit to the dataset originators. Once can use the below as a template for citing articles.
```
@ARTICLE {
author = "Dataset authors",
title = "Article Title",
journal = "Journal Name",
year = "2019",
month = "jan"
}
```
Package Maintainers
===================
The individuals / organization that maintain this copy (package) facilitating access to the dataset. Include links
and information about the best ways they can be reached.
License and Legal
=================
All datasets are property of their respective organizers/creators. As so, proper attribution (by means of citation or acknowledgement) shall be given. This *package* facilitating access to the aforementioned dataset is governed under a GPL 3 Open-Source License. Profit seeking organizations should particularily be familiar with the stipulations of GPL 3 when using this software.