<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>NLP |</title><link>https://annelizekrause.com/tags/nlp/</link><atom:link href="https://annelizekrause.com/tags/nlp/index.xml" rel="self" type="application/rss+xml"/><description>NLP</description><generator>HugoBlox Kit (https://hugoblox.com)</generator><language>en-us</language><lastBuildDate>Fri, 27 Feb 2026 00:00:00 +0000</lastBuildDate><image><url>https://annelizekrause.com/media/icon_hu_da05098ef60dc2e7.png</url><title>NLP</title><link>https://annelizekrause.com/tags/nlp/</link></image><item><title>Disaster Tweet Classification</title><link>https://annelizekrause.com/projects/disaster-tweet-classification/</link><pubDate>Fri, 27 Feb 2026 00:00:00 +0000</pubDate><guid>https://annelizekrause.com/projects/disaster-tweet-classification/</guid><description>&lt;p&gt;A binary text classification pipeline that distinguishes real disaster-related tweets from casual ones using the
of 7,613 pre-labelled posts. The workflow covers text preprocessing (lowercasing, URL/mention removal, stop-word removal, lemmatisation), feature extraction with TF-IDF, baseline comparison between &lt;strong&gt;Logistic Regression&lt;/strong&gt; and &lt;strong&gt;Linear SVC&lt;/strong&gt;, and hyperparameter tuning via GridSearchCV, reaching &lt;strong&gt;83% accuracy&lt;/strong&gt; after tuning.&lt;/p&gt;
&lt;p&gt;The project also includes an honest error analysis: the model handles explicit disaster keywords and factual, news-like language well, but struggles with figurative language, sarcasm, and short tweets where context is doing most of the work. This bag-of-words ceiling motivates the natural next step toward word embeddings or transformer-based models like BERTweet.&lt;/p&gt;
&lt;p&gt;Built locally in VS Code as part of Masterschool&amp;rsquo;s NLP module.&lt;/p&gt;</description></item></channel></rss>