8. Examining a spaCy Model in the Folder ¶
8.1. Key Concepts in this Notebook¶
Examine the inner-bits of spaCy by looking at a model in the folder level
8.2. Quick Note¶
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.
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.
8.3. Video¶
%%html
<div align="center">
<iframe width="560" height="315" src="https://www.youtube.com/embed/cuUf2H6uCA8" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>