From d7fb59b24973897ba3372a60c3f480eaf7243536 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=93=D0=BB=D0=B5=D0=B1=20=D0=9D=D0=B8=D0=BA=D0=B8=D1=88?= =?UTF-8?q?=D0=B8=D0=BD?= Date: Fri, 5 Jun 2026 14:21:14 +0000 Subject: [PATCH] Add lecture1.md --- data/lecture1.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/lecture1.md diff --git a/data/lecture1.md b/data/lecture1.md new file mode 100644 index 0000000..830ebc4 --- /dev/null +++ b/data/lecture1.md @@ -0,0 +1,3 @@ +# Lecture 1: Introduction to NLP + +In this lecture we cover the basics of natural language processing, including tokenization, stemming, and lemmatization.