{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "#
Examining a spaCy Model in the Folder
" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "
Dr. W.J.B. Mattingly
\n", "\n", "
Smithsonian Data Science Lab and United States Holocaust Memorial Museum
\n", "\n", "
January 2021
" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Key Concepts in this Notebook" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "1) Examine the inner-bits of spaCy by looking at a model in the folder level
\n" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Quick Note" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "This notebook is really important, but it is difficult to present the information in notebook form. If someone has a suggestion for how to do this, please feel free to let me know and I will update this notebook.\n", "\n", "I am providing a video that covers the subject. I will be the first to admit that this video is quite dry, but I cannot emphasize enough how important it is to understand the concepts discussed in this video. Understanding how spaCy models work is vital to customizing a spaCy model." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Video" ] }, { "cell_type": "code", "execution_count": 1, "metadata": {}, "outputs": [ { "data": { "text/html": [ "
\n", "\n", "
\n" ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "%%html\n", "
\n", "\n", "
" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [] } ], "metadata": { "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.9.2" } }, "nbformat": 4, "nbformat_minor": 4 }