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

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
wboag authored Feb 12, 2018
1 parent 98b77b9 commit 29a071b
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 @@ -20,13 +20,13 @@ Installation
--------


> pip install -r requirements.txt
$ pip install -r requirements.txt

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

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

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


Out-of-the-Box Model
Expand Down

0 comments on commit 29a071b

Please sign in to comment.