Skip to content

Commit 2d85bdf

Browse files
authored
Agenda removed and Title fixed
1 parent f24cf6c commit 2d85bdf

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

README.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Tutorial: Introduction to NLP for the Machine Learning WAW 6
1+
# Tutorial: Introduction to NLP with Python
22

33
The Tutorial will give you a basic introduction to Natural Language Processing. Diskussed topics are: pre-processing the text, different representations as vectorization of words, training a ML model on text data.
44

@@ -41,16 +41,3 @@ Open a python interpreter and execute the following commands.
4141
`> nltk.download('punkt')`
4242

4343
`> nltk.download('wordnet')`
44-
45-
46-
#### Agenda
47-
48-
9:30 - 10:30 : Part I (Pre-processing of text)
49-
50-
10:30 - 10:45: Break
51-
52-
10:45 - 11:45: Part II (Sentiment analysis)
53-
54-
11:45 - 12:00: Break
55-
56-
12:00 - 12:30: Part III + Q & A

0 commit comments

Comments
 (0)