--- tags: nlp --- # Using Pretrained Models Often times when working in NLP, you will need to use the work of others to conduct some analysis on a new corpus or dataset. Follow these notebooks to learn more about how to use language models that have been optimized for a specific task. Understanding this code and being able to use these tools effectively will allow you to take advantage of the wide range of resources that already exist, rather than creating them from scratch every time. ```{gallery-grid} --- grid-columns: 1 --- - header: "{fas}`book` Named Entity Recognition with `spaCy`" content: "Named Entity Recognition (NER) is the task of finding the names of people, places and more from any text." link: "./ner-pretrained.html" - header: "{fas}`book` Language Hacking with `spaCy`" content: "Language Hacking is the processing of taking a language which you may or may not know and using pretrained language models to give you a deeper understanding of the text." link: "./language-hacking-workshop.html" - header: "{fas}`book` Pretrained models for information retrieval" content: "Certain models are designed to find relevant information to a user's query. Learn how to use this method to improve a chatbot." link: "./introducing-semantic-search.html" ```