We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fb60d3 commit 9949492Copy full SHA for 9949492
example/README.rst
@@ -1,7 +1,7 @@
1
Contact extraction using Webstruct
2
==================================
3
4
-This repository contains code to train a model for contact and address
+This folder contains code to train a model for contact and address
5
extraction. The result is a .joblib file with pickled webstruct.NER object.
6
7
Currently the example requires Python 3.5+
@@ -32,7 +32,7 @@ information about the model.
32
Usage
33
-----
34
35
-To use the saved model code in this repository is not needed.
+To use the saved model code in this folder is not needed.
36
Make sure joblib, sklearn-crfsuite and webstruct are installed,
37
then load the model::
38
0 commit comments