Skip to content
This repository has been archived by the owner on Aug 15, 2020. It is now read-only.

Commit

Permalink
updated silver model link
Browse files Browse the repository at this point in the history
  • Loading branch information
wboag authored Feb 12, 2018
1 parent 5f33917 commit 98b77b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@ Installation

> pip install -r requirements.txt

> wget http://text-machine.cs.uml.edu/cliner/models/silver.model
> wget http://text-machine.cs.uml.edu/cliner/models/silver.crf

> mv silver.model models/silver.model
> mv silver.model models/silver.crf

> cliner predict --txt examples/ex_doc.txt --out data/predictions --model models/silver.model --format i2b2
> cliner predict --txt examples/ex_doc.txt --out data/predictions --model models/silver.crf --format i2b2


Out-of-the-Box Model
--------

Although i2b2 licensing prevents us from releasing our cliner models trained on i2b2 data, we generated some comparable models from automatically-annotated MIMIC II text.

This silver MIMIC model can be found at http://text-machine.cs.uml.edu/cliner/models/silver.model
This silver MIMIC model can be found at http://text-machine.cs.uml.edu/cliner/models/silver.crf


Example Data
Expand Down

0 comments on commit 98b77b9

Please sign in to comment.