From c46966e11aacb6bd84d090485527fe5853e1880e Mon Sep 17 00:00:00 2001 From: Omar Santos Date: Tue, 5 Sep 2023 21:37:54 -0400 Subject: [PATCH] Update nltk.md --- ai_research/labs/nltk.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai_research/labs/nltk.md b/ai_research/labs/nltk.md index 3951515..7fa4811 100644 --- a/ai_research/labs/nltk.md +++ b/ai_research/labs/nltk.md @@ -135,4 +135,4 @@ print(relevant_docs) # No code required. Assign a project to students based on what they learned in the lab. ``` -These code snippets are examples that demonstrate how to perform each task using Python with NLTK and Spacy. They are quite basic and meant to serve as an introduction to various NLP tasks. You might introduce students to more complex techniques and methodologies as they become more comfortable with these basics. +These code snippets are examples that demonstrate how to perform each task using Python with NLTK and Spacy. They are quite basic and meant to serve as an introduction to NLP tasks.