Skip to content

Commit 9949492

Browse files
committed
DOC fix example README
1 parent 8fb60d3 commit 9949492

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Contact extraction using Webstruct
22
==================================
33

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

77
Currently the example requires Python 3.5+
@@ -32,7 +32,7 @@ information about the model.
3232
Usage
3333
-----
3434

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

0 commit comments

Comments
 (0)