Skip to content

Commit

Permalink
DOC fix example README
Browse files Browse the repository at this point in the history
  • Loading branch information
kmike committed Aug 4, 2017
1 parent 8fb60d3 commit 9949492
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Contact extraction using Webstruct
==================================

This repository contains code to train a model for contact and address
This folder contains code to train a model for contact and address
extraction. The result is a .joblib file with pickled webstruct.NER object.

Currently the example requires Python 3.5+
Expand Down Expand Up @@ -32,7 +32,7 @@ information about the model.
Usage
-----

To use the saved model code in this repository is not needed.
To use the saved model code in this folder is not needed.
Make sure joblib, sklearn-crfsuite and webstruct are installed,
then load the model::

Expand Down

0 comments on commit 9949492

Please sign in to comment.