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 9949492 commit f656552Copy full SHA for f656552
example/README.rst
@@ -4,7 +4,13 @@ Contact extraction using Webstruct
4
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+
+Python packages from requirements.txt file are needed; install them using
8
+
9
+::
10
11
+ pip install -r requirements.txt
12
13
+Currently the example requires Python 3.5+.
14
15
Training
16
--------
0 commit comments