Spaces:
Runtime error
Runtime error
Merge branch 'identification'
Browse files- email-extraction.ipynb +19 -0
email-extraction.ipynb
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cells": [
|
3 |
+
{
|
4 |
+
"cell_type": "code",
|
5 |
+
"execution_count": null,
|
6 |
+
"metadata": {},
|
7 |
+
"outputs": [],
|
8 |
+
"source": []
|
9 |
+
}
|
10 |
+
],
|
11 |
+
"metadata": {
|
12 |
+
"language_info": {
|
13 |
+
"name": "python"
|
14 |
+
},
|
15 |
+
"orig_nbformat": 4
|
16 |
+
},
|
17 |
+
"nbformat": 4,
|
18 |
+
"nbformat_minor": 2
|
19 |
+
}
|