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 7, 2024
1 parent 33fd873 commit 8db1186
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions modules/module_2.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,16 @@ <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 own notebook, clone our course repository, import Data_exercise_2 and apply following tasks:
<ul>
<li>Clean and tokenize the corpus.</li>
<li>Find the most frequent adjectives (for the frequency analysis, use the NLTK package for this task</li>
<li>Use tf_idf vectorization and check again the most frequent adkective </li>
</ul>
Save your notebook in your GitHub Repository. </p>


<p>Create your first Jupyter notebook, clone our course repository, and import Data_exercise_2.</p>

<p>Complete the following tasks:</p>
<ol>
<li>Clean and tokenize the corpus</li>
<li>Find the most frequent adjectives (use the NLTK package for this task)</li>
<li>Use TF-IDF vectorization and identify the most frequent adjectives</li>
</ol>

<p>Save your notebook in your GitHub repository.</p>
<h3>Date and Time:</h3>
<p>November 8, 2024 (10:00 AM to 11:30 AM)</p>
</div>
Expand Down

0 comments on commit 8db1186

Please sign in to comment.