Skip to content

Commit 3d594a5

Browse files
committed
update library usage demo notebook
1 parent 4c387fc commit 3d594a5

2 files changed

Lines changed: 17 additions & 272 deletions

File tree

notebooks/.ipynb_checkpoints/lib-usage-notebook-checkpoint.ipynb

Lines changed: 0 additions & 267 deletions
This file was deleted.

notebooks/lib-usage-notebook.ipynb

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"name": "stderr",
3333
"output_type": "stream",
3434
"text": [
35-
"DATETIME: 2019-07-09 21:03:33,093 INFO Extracting dates from the text.\n"
35+
"DATETIME: 2019-07-09 21:13:28,268 INFO Extracting dates from the text.\n"
3636
]
3737
},
3838
{
@@ -52,8 +52,7 @@
5252
"name": "stderr",
5353
"output_type": "stream",
5454
"text": [
55-
"DATETIME: 2019-07-09 21:03:33,376 INFO Extracting dates from the text.\n",
56-
"DATETIME: 2019-07-09 21:03:33,614 INFO Extracting dates from the text.\n"
55+
"DATETIME: 2019-07-09 21:13:28,509 INFO Extracting dates from the text.\n"
5756
]
5857
},
5958
{
@@ -64,7 +63,20 @@
6463
"\n",
6564
"EXTRACTION FAILED.\n",
6665
"\n",
67-
"****************************************************************************************************\n",
66+
"****************************************************************************************************\n"
67+
]
68+
},
69+
{
70+
"name": "stderr",
71+
"output_type": "stream",
72+
"text": [
73+
"DATETIME: 2019-07-09 21:13:28,744 INFO Extracting dates from the text.\n"
74+
]
75+
},
76+
{
77+
"name": "stdout",
78+
"output_type": "stream",
79+
"text": [
6880
"TEXT: created 01/15/2005 by ACME Inc. and associates.\n",
6981
"\n",
7082
"datetime(date='01/15', token_span=(8, 13), token_index=(1, 1), format='%m/%d')\n",
@@ -76,7 +88,7 @@
7688
"name": "stderr",
7789
"output_type": "stream",
7890
"text": [
79-
"DATETIME: 2019-07-09 21:03:33,866 INFO Extracting dates from the text.\n"
91+
"DATETIME: 2019-07-09 21:13:28,987 INFO Extracting dates from the text.\n"
8092
]
8193
},
8294
{

0 commit comments

Comments
 (0)