Skip to content

Commit 2096673

Browse files
committed
updated part 1
changed "more recent ones on LLMs (transformers)" to "more recent ones on LLMs (BERT)"
1 parent 40237d7 commit 2096673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lessons/01_preprocessing.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"1. [Preprocessing](#section1)\n",
2929
"2. [Tokenization](#section2)\n",
3030
"\n",
31-
"In this three-part workshop series, we'll learn the building blocks for performing text analysis in Python. These techniques lie in the domain of Natural Language Processing (NLP). NLP is a field that deals with identifying and extracting patterns of language, primarily in written texts. Throughout the workshop series, we'll interact with various packages for performing text analysis: starting from simple string methods to specific NLP packages, such as `nltk`, `spaCy`, and more recent ones on Large Language Models (`transformers`).\n",
31+
"In this three-part workshop series, we'll learn the building blocks for performing text analysis in Python. These techniques lie in the domain of Natural Language Processing (NLP). NLP is a field that deals with identifying and extracting patterns of language, primarily in written texts. Throughout the workshop series, we'll interact with various packages for performing text analysis: starting from simple string methods to specific NLP packages, such as `nltk`, `spaCy`, and more recent ones on Large Language Models (`BERT`).\n",
3232
"\n",
3333
"Now, let's have these packages properly installed before diving into the materials."
3434
]

0 commit comments

Comments
 (0)