Metadata-Version: 2.1
Name: Scientific-Publication-Claim-Extraction
Version: 1.0.0
Summary: This package could be used to extract claims from scientific publication
Home-page: https://github.com/juvena-therapeutics/scientific-claim
Author: Xi Chen
Author-email: bchen@juvenatherapeutics.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Juvena Therapeutic--Claim Extraction for Scientific Publications

This packaged was modified from the "Detecting claim from scientific publication using [discourse model](https://github.com/Franck-Dernoncourt/pubmed-rct) and transfer learning." For more information please refer to the original library.

## Authors:
Xi Chen, Juvena Therapeutics AI team.
Fuse Machine 

## Requirements

- [Python 3.6](https://www.python.org/downloads/release/python-360/)
- [AllenNLP](https://github.com/allenai/allennlp) >= 0.6.1
- [spacy](https://github.com/explosion/spaCy)
- [fastText](https://github.com/facebookresearch/fastText)
- [Pubmed RCT](https://github.com/Franck-Dernoncourt/pubmed-rct) - dataset


