Update nltk.md

This commit is contained in:
Omar Santos 2023-09-05 21:37:54 -04:00 committed by GitHub
parent 5205347346
commit c46966e11a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.