diff --git a/1_regex/regex_for_information_extraction.ipynb b/1_regex/regex_for_information_extraction.ipynb index 3ca4630..7766dcc 100644 --- a/1_regex/regex_for_information_extraction.ipynb +++ b/1_regex/regex_for_information_extraction.ipynb @@ -439,6 +439,7 @@ } ], "source": [ + "print(\"The personal details derived from the above given text are\")\n", "extract_personal_information(text)" ] }, @@ -494,6 +495,13 @@ "extract_personal_information(text)" ] }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] + }, { "cell_type": "markdown", "metadata": {},