Skip to content

Commit

Permalink
added this change to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
97harsh committed Aug 22, 2020
1 parent 3d4a01a commit b7374c3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Expand Up @@ -3,6 +3,20 @@
Detecting claim from scientific publication using [discourse model](https://github.com/Franck-Dernoncourt/pubmed-rct) and transfer learning.
Models are trained using [AllenNLP](https://github.com/allenai/allennlp) library.

## Installing as a package

You can install the package using PIP, which will help you use the `discourse` classes inside a module

```bash
pip install git+https://github.com/titipata/detecting-scientific-claim.git
```

you will be able to use them as

```python
import discourse
predictor = discourse.DiscourseCRFClassifierPredictor()
```

## Training discourse model

Expand Down

0 comments on commit b7374c3

Please sign in to comment.