Skip to content

Commit

Permalink
Update module_2.html
Browse files Browse the repository at this point in the history
  • Loading branch information
soberbichler authored Nov 8, 2024
1 parent 78ad8f1 commit 7421d9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/module_2.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@ <h3>Notebooks we will use in class:</h3>

<h3>Workload (after class):</h3>
<p>Finish the exercises of the Python Crash Course (if not finished in class)</p>
<p>Create your first Jupyter notebook, clone our course repository, and import Data_exercise_2.</p>
<p>Create your first Jupyter notebook, clone our course repository, and import kölnische_Zeitung_erdbeben_artikel.xlsx.</p>

<p>Complete the following tasks:</p>
<ol>
<li>Clean, tokenizem and lemmatize the corpus</li>
<li>Find the most frequent verbs (use the NLTK package for this task)</li>
<li>Use TF-IDF vectorization and identify the most frequent verbs again</li>
<li>Visualize the most frequent verbs with a visualization of your choice</li>
</ol>

<p>Save your notebook in your GitHub repository.</p>
Expand Down

0 comments on commit 7421d9b

Please sign in to comment.