2024-07-17 01:26:32 - INFO - Sending GET request to https://raw.githubusercontent.com/timothyafolami/SAMH-Sentiment-Analysis-For-Mental-Health/master/data/Combined%20Data.csv 2024-07-17 01:26:34 - INFO - Data downloaded successfully and saved to ./data\Combined_Data.csv 2024-07-17 01:29:09 - INFO - Loading data from ./data\Combined_Data.csv 2024-07-17 01:29:10 - ERROR - The required column 'text' is missing from the dataset. 2024-07-17 01:31:21 - INFO - Loading data from ./data\Combined_Data.csv 2024-07-17 01:31:22 - INFO - TextPreprocessor initialized. 2024-07-17 01:31:22 - INFO - Starting text preprocessing... 2024-07-17 01:31:22 - INFO - Original text: oh my gosh 2024-07-17 01:31:22 - INFO - Lowercased text: oh my gosh 2024-07-17 01:31:22 - INFO - Text after punctuation removal: oh my gosh 2024-07-17 01:31:22 - INFO - Text after number removal: oh my gosh 2024-07-17 01:31:22 - INFO - Tokenized text: ['oh', 'my', 'gosh'] 2024-07-17 01:31:23 - INFO - Text after stopword removal and lemmatization: ['oh', 'gosh'] 2024-07-17 01:31:23 - INFO - Cleaned text: oh gosh 2024-07-17 01:31:23 - INFO - Original text: trouble sleeping, confused mind, restless heart. All out of tune 2024-07-17 01:31:23 - INFO - Lowercased text: trouble sleeping, confused mind, restless heart. all out of tune 2024-07-17 01:31:23 - INFO - Text after punctuation removal: trouble sleeping confused mind restless heart all out of tune 2024-07-17 01:31:23 - INFO - Text after number removal: trouble sleeping confused mind restless heart all out of tune 2024-07-17 01:31:23 - INFO - Tokenized text: ['trouble', 'sleeping', 'confused', 'mind', 'restless', 'heart', 'all', 'out', 'of', 'tune'] 2024-07-17 01:31:23 - INFO - Text after stopword removal and lemmatization: ['trouble', 'sleeping', 'confused', 'mind', 'restless', 'heart', 'tune'] 2024-07-17 01:31:23 - INFO - Cleaned text: trouble sleeping confused mind restless heart tune 2024-07-17 01:31:23 - INFO - Original text: All wrong, back off dear, forward doubt. Stay in a restless and restless place 2024-07-17 01:31:23 - INFO - Lowercased text: all wrong, back off dear, forward doubt. stay in a restless and restless place 2024-07-17 01:31:23 - INFO - Text after punctuation removal: all wrong back off dear forward doubt stay in a restless and restless place 2024-07-17 01:31:23 - INFO - Text after number removal: all wrong back off dear forward doubt stay in a restless and restless place 2024-07-17 01:31:23 - INFO - Tokenized text: ['all', 'wrong', 'back', 'off', 'dear', 'forward', 'doubt', 'stay', 'in', 'a', 'restless', 'and', 'restless', 'place'] 2024-07-17 01:31:23 - INFO - Text after stopword removal and lemmatization: ['wrong', 'back', 'dear', 'forward', 'doubt', 'stay', 'restless', 'restless', 'place'] 2024-07-17 01:31:23 - INFO - Cleaned text: wrong back dear forward doubt stay restless restless place 2024-07-17 01:31:23 - INFO - Original text: I've shifted my focus to something else but I'm still worried 2024-07-17 01:31:23 - INFO - Lowercased text: i've shifted my focus to something else but i'm still worried 2024-07-17 01:31:23 - INFO - Text after punctuation removal: ive shifted my focus to something else but im still worried 2024-07-17 01:31:23 - INFO - Text after number removal: ive shifted my focus to something else but im still worried 2024-07-17 01:31:23 - INFO - Tokenized text: ['ive', 'shifted', 'my', 'focus', 'to', 'something', 'else', 'but', 'im', 'still', 'worried'] 2024-07-17 01:31:23 - INFO - Text after stopword removal and lemmatization: ['ive', 'shifted', 'focus', 'something', 'else', 'im', 'still', 'worried'] 2024-07-17 01:31:23 - INFO - Cleaned text: ive shifted focus something else im still worried 2024-07-17 01:31:23 - INFO - Original text: I'm restless and restless, it's been a month now, boy. What do you mean? 2024-07-17 01:31:23 - INFO - Lowercased text: i'm restless and restless, it's been a month now, boy. what do you mean? 2024-07-17 01:31:23 - INFO - Text after punctuation removal: im restless and restless its been a month now boy what do you mean 2024-07-17 01:31:23 - INFO - Text after number removal: im restless and restless its been a month now boy what do you mean 2024-07-17 01:31:23 - INFO - Tokenized text: ['im', 'restless', 'and', 'restless', 'its', 'been', 'a', 'month', 'now', 'boy', 'what', 'do', 'you', 'mean'] 2024-07-17 01:31:23 - INFO - Text after stopword removal and lemmatization: ['im', 'restless', 'restless', 'month', 'boy', 'mean'] 2024-07-17 01:31:23 - INFO - Cleaned text: im restless restless month boy mean 2024-07-17 01:31:23 - INFO - Original text: every break, you must be nervous, like something is wrong, but what the heck 2024-07-17 01:31:23 - INFO - Lowercased text: every break, you must be nervous, like something is wrong, but what the heck 2024-07-17 01:31:23 - INFO - Text after punctuation removal: every break you must be nervous like something is wrong but what the heck 2024-07-17 01:31:23 - INFO - Text after number removal: every break you must be nervous like something is wrong but what the heck 2024-07-17 01:31:23 - INFO - Tokenized text: ['every', 'break', 'you', 'must', 'be', 'nervous', 'like', 'something', 'is', 'wrong', 'but', 'what', 'the', 'heck'] 2024-07-17 01:31:23 - INFO - Text after stopword removal and lemmatization: ['every', 'break', 'must', 'nervous', 'like', 'something', 'wrong', 'heck'] 2024-07-17 01:31:23 - INFO - Cleaned text: every break must nervous like something wrong heck 2024-07-17 01:31:23 - INFO - Original text: I feel scared, anxious, what can I do? And may my family or us be protected :) 2024-07-17 01:31:23 - INFO - Lowercased text: i feel scared, anxious, what can i do? and may my family or us be protected :) 2024-07-17 01:31:23 - INFO - Text after punctuation removal: i feel scared anxious what can i do and may my family or us be protected 2024-07-17 01:31:23 - INFO - Text after number removal: i feel scared anxious what can i do and may my family or us be protected 2024-07-17 01:31:23 - INFO - Tokenized text: ['i', 'feel', 'scared', 'anxious', 'what', 'can', 'i', 'do', 'and', 'may', 'my', 'family', 'or', 'us', 'be', 'protected'] 2024-07-17 01:31:23 - INFO - Text after stopword removal and lemmatization: ['feel', 'scared', 'anxious', 'may', 'family', 'u', 'protected'] 2024-07-17 01:31:23 - INFO - Cleaned text: feel scared anxious may family u protected 2024-07-17 01:31:23 - INFO - Original text: Have you ever felt nervous but didn't know why? 2024-07-17 01:31:23 - INFO - Lowercased text: have you ever felt nervous but didn't know why? 2024-07-17 01:31:23 - INFO - Text after punctuation removal: have you ever felt nervous but didnt know why 2024-07-17 01:31:23 - INFO - Text after number removal: have you ever felt nervous but didnt know why 2024-07-17 01:31:23 - INFO - Tokenized text: ['have', 'you', 'ever', 'felt', 'nervous', 'but', 'didnt', 'know', 'why'] 2024-07-17 01:31:23 - INFO - Text after stopword removal and lemmatization: ['ever', 'felt', 'nervous', 'didnt', 'know'] 2024-07-17 01:31:23 - INFO - Cleaned text: ever felt nervous didnt know 2024-07-17 01:31:23 - INFO - Original text: I haven't slept well for 2 days, it's like I'm restless. why huh :([]. 2024-07-17 01:31:23 - INFO - Lowercased text: i haven't slept well for 2 days, it's like i'm restless. why huh :([]. 2024-07-17 01:31:23 - INFO - Text after punctuation removal: i havent slept well for 2 days its like im restless why huh 2024-07-17 01:31:23 - INFO - Text after number removal: i havent slept well for days its like im restless why huh 2024-07-17 01:31:23 - INFO - Tokenized text: ['i', 'havent', 'slept', 'well', 'for', 'days', 'its', 'like', 'im', 'restless', 'why', 'huh'] 2024-07-17 01:31:23 - INFO - Text after stopword removal and lemmatization: ['havent', 'slept', 'well', 'day', 'like', 'im', 'restless', 'huh'] 2024-07-17 01:31:23 - INFO - Cleaned text: havent slept well day like im restless huh 2024-07-17 01:31:23 - INFO - Original text: I'm really worried, I want to cry. 2024-07-17 01:31:23 - INFO - Lowercased text: i'm really worried, i want to cry. 2024-07-17 01:31:23 - INFO - Text after punctuation removal: im really worried i want to cry 2024-07-17 01:31:23 - INFO - Text after number removal: im really worried i want to cry 2024-07-17 01:31:23 - INFO - Tokenized text: ['im', 'really', 'worried', 'i', 'want', 'to', 'cry'] 2024-07-17 01:31:23 - INFO - Text after stopword removal and lemmatization: ['im', 'really', 'worried', 'want', 'cry'] 2024-07-17 01:31:23 - INFO - Cleaned text: im really worried want cry 2024-07-17 01:31:23 - INFO - Original text: always restless every night, even though I don't know why, what's wrong. strange. 2024-07-17 01:31:23 - INFO - Lowercased text: always restless every night, even though i don't know why, what's wrong. strange. 2024-07-17 01:31:23 - INFO - Text after punctuation removal: always restless every night even though i dont know why whats wrong strange 2024-07-17 01:31:23 - INFO - Text after number removal: always restless every night even though i dont know why whats wrong strange 2024-07-17 01:31:23 - INFO - Tokenized text: ['always', 'restless', 'every', 'night', 'even', 'though', 'i', 'dont', 'know', 'why', 'whats', 'wrong', 'strange'] 2024-07-17 01:31:23 - INFO - Text after stopword removal and lemmatization: ['always', 'restless', 'every', 'night', 'even', 'though', 'dont', 'know', 'whats', 'wrong', 'strange'] 2024-07-17 01:31:23 - INFO - Cleaned text: always restless every night even though dont know whats wrong strange 2024-07-17 01:31:23 - INFO - Original text: I'm confused, I'm not feeling good lately. Every time I want to sleep, I always feel restless 2024-07-17 01:31:23 - INFO - Lowercased text: i'm confused, i'm not feeling good lately. every time i want to sleep, i always feel restless 2024-07-17 01:31:23 - INFO - Text after punctuation removal: im confused im not feeling good lately every time i want to sleep i always feel restless 2024-07-17 01:31:23 - INFO - Text after number removal: im confused im not feeling good lately every time i want to sleep i always feel restless 2024-07-17 01:31:23 - INFO - Tokenized text: ['im', 'confused', 'im', 'not', 'feeling', 'good', 'lately', 'every', 'time', 'i', 'want', 'to', 'sleep', 'i', 'always', 'feel', 'restless'] 2024-07-17 01:31:23 - INFO - Text after stopword removal and lemmatization: ['im', 'confused', 'im', 'feeling', 'good', 'lately', 'every', 'time', 'want', 'sleep', 'always', 'feel', 'restless'] 2024-07-17 01:31:23 - INFO - Cleaned text: im confused im feeling good lately every time want sleep always feel restless 2024-07-17 01:31:23 - INFO - Original text: sometimes what is needed when there is a problem is to laugh until you forget that there is a problem, when you remember it, you feel restless like that well, it turns out that I still have a sad burden blah blah blah 2024-07-17 01:31:23 - INFO - Lowercased text: sometimes what is needed when there is a problem is to laugh until you forget that there is a problem, when you remember it, you feel restless like that well, it turns out that i still have a sad burden blah blah blah 2024-07-17 01:31:23 - INFO - Text after punctuation removal: sometimes what is needed when there is a problem is to laugh until you forget that there is a problem when you remember it you feel restless like that well it turns out that i still have a sad burden blah blah blah 2024-07-17 01:31:23 - INFO - Text after number removal: sometimes what is needed when there is a problem is to laugh until you forget that there is a problem when you remember it you feel restless like that well it turns out that i still have a sad burden blah blah blah 2024-07-17 01:31:23 - INFO - Tokenized text: ['sometimes', 'what', 'is', 'needed', 'when', 'there', 'is', 'a', 'problem', 'is', 'to', 'laugh', 'until', 'you', 'forget', 'that', 'there', 'is', 'a', 'problem', 'when', 'you', 'remember', 'it', 'you', 'feel', 'restless', 'like', 'that', 'well', 'it', 'turns', 'out', 'that', 'i', 'still', 'have', 'a', 'sad', 'burden', 'blah', 'blah', 'blah'] 2024-07-17 01:31:23 - INFO - Text after stopword removal and lemmatization: ['sometimes', 'needed', 'problem', 'laugh', 'forget', 'problem', 'remember', 'feel', 'restless', 'like', 'well', 'turn', 'still', 'sad', 'burden', 'blah', 'blah', 'blah'] 2024-07-17 01:31:23 - INFO - Cleaned text: sometimes needed problem laugh forget problem remember feel restless like well turn still sad burden blah blah blah 2024-07-17 01:31:23 - INFO - Original text: Because this worry is you. 2024-07-17 01:31:23 - INFO - Lowercased text: because this worry is you. 2024-07-17 01:31:23 - INFO - Text after punctuation removal: because this worry is you 2024-07-17 01:31:23 - INFO - Text after number removal: because this worry is you 2024-07-17 01:31:23 - INFO - Tokenized text: ['because', 'this', 'worry', 'is', 'you'] 2024-07-17 01:31:23 - INFO - Text after stopword removal and lemmatization: ['worry'] 2024-07-17 01:31:23 - INFO - Cleaned text: worry 2024-07-17 01:31:23 - INFO - Original text: Sometimes it's your own thoughts that make you anxious and afraid to close your eyes until you don't sleep 2024-07-17 01:31:23 - INFO - Lowercased text: sometimes it's your own thoughts that make you anxious and afraid to close your eyes until you don't sleep 2024-07-17 01:31:23 - INFO - Text after punctuation removal: sometimes its your own thoughts that make you anxious and afraid to close your eyes until you dont sleep 2024-07-17 01:31:23 - INFO - Text after number removal: sometimes its your own thoughts that make you anxious and afraid to close your eyes until you dont sleep 2024-07-17 01:31:23 - INFO - Tokenized text: ['sometimes', 'its', 'your', 'own', 'thoughts', 'that', 'make', 'you', 'anxious', 'and', 'afraid', 'to', 'close', 'your', 'eyes', 'until', 'you', 'dont', 'sleep'] 2024-07-17 01:31:23 - INFO - Text after stopword removal and lemmatization: ['sometimes', 'thought', 'make', 'anxious', 'afraid', 'close', 'eye', 'dont', 'sleep'] 2024-07-17 01:31:23 - INFO - Cleaned text: sometimes thought make anxious afraid close eye dont sleep 2024-07-17 01:31:23 - INFO - Original text: Every time I wake up, I'm definitely nervous and excited, until when are you going to try ™‚ 2024-07-17 01:31:23 - INFO - Lowercased text: every time i wake up, i'm definitely nervous and excited, until when are you going to try ™‚ 2024-07-17 01:31:23 - INFO - Text after punctuation removal: every time i wake up im definitely nervous and excited until when are you going to try ™‚ 2024-07-17 01:31:23 - INFO - Text after number removal: every time i wake up im definitely nervous and excited until when are you going to try ™‚ 2024-07-17 01:31:23 - INFO - Tokenized text: ['every', 'time', 'i', 'wake', 'up', 'im', 'definitely', 'nervous', 'and', 'excited', 'until', 'when', 'are', 'you', 'going', 'to', 'try', '™‚'] 2024-07-17 01:31:23 - INFO - Text after stopword removal and lemmatization: ['every', 'time', 'wake', 'im', 'definitely', 'nervous', 'excited', 'going', 'try', '™‚'] 2024-07-17 01:31:23 - INFO - Cleaned text: every time wake im definitely nervous excited going try ™‚ 2024-07-17 01:31:23 - INFO - Original text: I can only hope, even though I'm worried if it starts like this.... 2024-07-17 01:31:23 - INFO - Lowercased text: i can only hope, even though i'm worried if it starts like this.... 2024-07-17 01:31:23 - INFO - Text after punctuation removal: i can only hope even though im worried if it starts like this 2024-07-17 01:31:23 - INFO - Text after number removal: i can only hope even though im worried if it starts like this 2024-07-17 01:31:23 - INFO - Tokenized text: ['i', 'can', 'only', 'hope', 'even', 'though', 'im', 'worried', 'if', 'it', 'starts', 'like', 'this'] 2024-07-17 01:31:23 - INFO - Text after stopword removal and lemmatization: ['hope', 'even', 'though', 'im', 'worried', 'start', 'like'] 2024-07-17 01:31:23 - INFO - Cleaned text: hope even though im worried start like 2024-07-17 01:31:23 - INFO - Original text: restive = restless, restless 2024-07-17 01:31:23 - INFO - Lowercased text: restive = restless, restless 2024-07-17 01:31:23 - INFO - Text after punctuation removal: restive restless restless 2024-07-17 01:31:23 - INFO - Text after number removal: restive restless restless 2024-07-17 01:31:23 - INFO - Tokenized text: ['restive', 'restless', 'restless'] 2024-07-17 01:31:23 - INFO - Text after stopword removal and lemmatization: ['restive', 'restless', 'restless'] 2024-07-17 01:31:23 - INFO - Cleaned text: restive restless restless 2024-07-17 01:31:23 - INFO - Original text: "No regrets or grudges/angry at things that have passed, and not worrying too much about the future, that's true serenity." 2024-07-17 01:31:23 - INFO - Lowercased text: "no regrets or grudges/angry at things that have passed, and not worrying too much about the future, that's true serenity." 2024-07-17 01:31:23 - INFO - Text after punctuation removal: no regrets or grudgesangry at things that have passed and not worrying too much about the future thats true serenity 2024-07-17 01:31:23 - INFO - Text after number removal: no regrets or grudgesangry at things that have passed and not worrying too much about the future thats true serenity 2024-07-17 01:31:23 - INFO - Tokenized text: ['no', 'regrets', 'or', 'grudgesangry', 'at', 'things', 'that', 'have', 'passed', 'and', 'not', 'worrying', 'too', 'much', 'about', 'the', 'future', 'thats', 'true', 'serenity'] 2024-07-17 01:31:23 - INFO - Text after stopword removal and lemmatization: ['regret', 'grudgesangry', 'thing', 'passed', 'worrying', 'much', 'future', 'thats', 'true', 'serenity'] 2024-07-17 01:31:23 - INFO - Cleaned text: regret grudgesangry thing passed worrying much future thats true serenity 2024-07-17 01:31:23 - INFO - Original text: If the guy is sick, the girl actually feels sick indirectly. He must be feeling restless and restless. :') 2024-07-17 01:31:23 - INFO - Lowercased text: if the guy is sick, the girl actually feels sick indirectly. he must be feeling restless and restless. :') 2024-07-17 01:31:23 - INFO - Text after punctuation removal: if the guy is sick the girl actually feels sick indirectly he must be feeling restless and restless 2024-07-17 01:31:23 - INFO - Text after number removal: if the guy is sick the girl actually feels sick indirectly he must be feeling restless and restless 2024-07-17 01:31:23 - INFO - Tokenized text: ['if', 'the', 'guy', 'is', 'sick', 'the', 'girl', 'actually', 'feels', 'sick', 'indirectly', 'he', 'must', 'be', 'feeling', 'restless', 'and', 'restless'] 2024-07-17 01:31:23 - INFO - Text after stopword removal and lemmatization: ['guy', 'sick', 'girl', 'actually', 'feel', 'sick', 'indirectly', 'must', 'feeling', 'restless', 'restless'] 2024-07-17 01:31:23 - INFO - Cleaned text: guy sick girl actually feel sick indirectly must feeling restless restless 2024-07-17 01:31:23 - INFO - Original text: I've been the most anxious person before I became the most sincere person, I've also been the most worried person before it all ended 2024-07-17 01:31:23 - INFO - Lowercased text: i've been the most anxious person before i became the most sincere person, i've also been the most worried person before it all ended 2024-07-17 01:31:23 - INFO - Text after punctuation removal: ive been the most anxious person before i became the most sincere person ive also been the most worried person before it all ended 2024-07-17 01:31:23 - INFO - Text after number removal: ive been the most anxious person before i became the most sincere person ive also been the most worried person before it all ended 2024-07-17 01:31:23 - INFO - Tokenized text: ['ive', 'been', 'the', 'most', 'anxious', 'person', 'before', 'i', 'became', 'the', 'most', 'sincere', 'person', 'ive', 'also', 'been', 'the', 'most', 'worried', 'person', 'before', 'it', 'all', 'ended'] 2024-07-17 01:31:23 - INFO - Text after stopword removal and lemmatization: ['ive', 'anxious', 'person', 'became', 'sincere', 'person', 'ive', 'also', 'worried', 'person', 'ended'] 2024-07-17 01:31:23 - INFO - Cleaned text: ive anxious person became sincere person ive also worried person ended 2024-07-17 01:31:23 - INFO - Original text: Successfully online at 9am. Even sleeping in a state of restlessness what is wrong with me 2024-07-17 01:31:23 - INFO - Lowercased text: successfully online at 9am. even sleeping in a state of restlessness what is wrong with me 2024-07-17 01:31:23 - INFO - Text after punctuation removal: successfully online at 9am even sleeping in a state of restlessness what is wrong with me 2024-07-17 01:31:23 - INFO - Text after number removal: successfully online at am even sleeping in a state of restlessness what is wrong with me 2024-07-17 01:31:23 - INFO - Tokenized text: ['successfully', 'online', 'at', 'am', 'even', 'sleeping', 'in', 'a', 'state', 'of', 'restlessness', 'what', 'is', 'wrong', 'with', 'me'] 2024-07-17 01:31:23 - INFO - Text after stopword removal and lemmatization: ['successfully', 'online', 'even', 'sleeping', 'state', 'restlessness', 'wrong'] 2024-07-17 01:31:23 - INFO - Cleaned text: successfully online even sleeping state restlessness wrong 2024-07-17 01:31:23 - INFO - Original text: Can't sleep. Just restless by nature 2024-07-17 01:31:23 - INFO - Lowercased text: can't sleep. just restless by nature 2024-07-17 01:31:23 - INFO - Text after punctuation removal: cant sleep just restless by nature 2024-07-17 01:31:23 - INFO - Text after number removal: cant sleep just restless by nature 2024-07-17 01:31:23 - INFO - Tokenized text: ['cant', 'sleep', 'just', 'restless', 'by', 'nature'] 2024-07-17 01:31:23 - INFO - Text after stopword removal and lemmatization: ['cant', 'sleep', 'restless', 'nature'] 2024-07-17 01:31:23 - INFO - Cleaned text: cant sleep restless nature 2024-07-17 01:31:23 - INFO - Original text: Already worried about picking up the phone 2024-07-17 01:31:23 - INFO - Lowercased text: already worried about picking up the phone 2024-07-17 01:31:23 - INFO - Text after punctuation removal: already worried about picking up the phone 2024-07-17 01:31:23 - INFO - Text after number removal: already worried about picking up the phone 2024-07-17 01:31:23 - INFO - Tokenized text: ['already', 'worried', 'about', 'picking', 'up', 'the', 'phone'] 2024-07-17 01:31:23 - INFO - Text after stopword removal and lemmatization: ['already', 'worried', 'picking', 'phone'] 2024-07-17 01:31:23 - INFO - Cleaned text: already worried picking phone 2024-07-17 01:31:23 - INFO - Original text: a little restless. a little restless. always feel guilty. sorry if i can't be the best as i've been :' 2024-07-17 01:31:23 - INFO - Lowercased text: a little restless. a little restless. always feel guilty. sorry if i can't be the best as i've been :' 2024-07-17 01:31:23 - INFO - Text after punctuation removal: a little restless a little restless always feel guilty sorry if i cant be the best as ive been 2024-07-17 01:31:23 - INFO - Text after number removal: a little restless a little restless always feel guilty sorry if i cant be the best as ive been 2024-07-17 01:31:23 - INFO - Tokenized text: ['a', 'little', 'restless', 'a', 'little', 'restless', 'always', 'feel', 'guilty', 'sorry', 'if', 'i', 'cant', 'be', 'the', 'best', 'as', 'ive', 'been'] 2024-07-17 01:31:23 - INFO - Text after stopword removal and lemmatization: ['little', 'restless', 'little', 'restless', 'always', 'feel', 'guilty', 'sorry', 'cant', 'best', 'ive'] 2024-07-17 01:31:23 - INFO - Cleaned text: little restless little restless always feel guilty sorry cant best ive 2024-07-17 01:31:23 - INFO - Original text: I've been so restless since this morning 2024-07-17 01:31:23 - INFO - Lowercased text: i've been so restless since this morning 2024-07-17 01:31:23 - INFO - Text after punctuation removal: ive been so restless since this morning 2024-07-17 01:31:23 - INFO - Text after number removal: ive been so restless since this morning 2024-07-17 01:31:23 - INFO - Tokenized text: ['ive', 'been', 'so', 'restless', 'since', 'this', 'morning'] 2024-07-17 01:31:23 - INFO - Text after stopword removal and lemmatization: ['ive', 'restless', 'since', 'morning'] 2024-07-17 01:31:23 - INFO - Cleaned text: ive restless since morning 2024-07-17 01:31:23 - INFO - Original text: it makes you feel restless 2024-07-17 01:31:23 - INFO - Lowercased text: it makes you feel restless 2024-07-17 01:31:23 - INFO - Text after punctuation removal: it makes you feel restless 2024-07-17 01:31:23 - INFO - Text after number removal: it makes you feel restless 2024-07-17 01:31:23 - INFO - Tokenized text: ['it', 'makes', 'you', 'feel', 'restless'] 2024-07-17 01:31:23 - INFO - Text after stopword removal and lemmatization: ['make', 'feel', 'restless'] 2024-07-17 01:31:23 - INFO - Cleaned text: make feel restless 2024-07-17 01:31:23 - INFO - Original text: Sleepy but restless when you sleep 2024-07-17 01:31:23 - INFO - Lowercased text: sleepy but restless when you sleep 2024-07-17 01:31:23 - INFO - Text after punctuation removal: sleepy but restless when you sleep 2024-07-17 01:31:23 - INFO - Text after number removal: sleepy but restless when you sleep 2024-07-17 01:31:23 - INFO - Tokenized text: ['sleepy', 'but', 'restless', 'when', 'you', 'sleep'] 2024-07-17 01:31:23 - INFO - Text after stopword removal and lemmatization: ['sleepy', 'restless', 'sleep'] 2024-07-17 01:31:23 - INFO - Cleaned text: sleepy restless sleep 2024-07-17 01:31:23 - INFO - Original text: Why is this cave... I'm already in a bad mood and then my heart seems to be beating really fast... I'm really nervous. Is there something wrong??? 2024-07-17 01:31:23 - INFO - Lowercased text: why is this cave... i'm already in a bad mood and then my heart seems to be beating really fast... i'm really nervous. is there something wrong??? 2024-07-17 01:31:23 - INFO - Text after punctuation removal: why is this cave im already in a bad mood and then my heart seems to be beating really fast im really nervous is there something wrong 2024-07-17 01:31:23 - INFO - Text after number removal: why is this cave im already in a bad mood and then my heart seems to be beating really fast im really nervous is there something wrong 2024-07-17 01:31:23 - INFO - Tokenized text: ['why', 'is', 'this', 'cave', 'im', 'already', 'in', 'a', 'bad', 'mood', 'and', 'then', 'my', 'heart', 'seems', 'to', 'be', 'beating', 'really', 'fast', 'im', 'really', 'nervous', 'is', 'there', 'something', 'wrong'] 2024-07-17 01:31:23 - INFO - Text after stopword removal and lemmatization: ['cave', 'im', 'already', 'bad', 'mood', 'heart', 'seems', 'beating', 'really', 'fast', 'im', 'really', 'nervous', 'something', 'wrong'] 2024-07-17 01:31:23 - INFO - Cleaned text: cave im already bad mood heart seems beating really fast im really nervous something wrong 2024-07-17 01:31:23 - INFO - Original text: He is very busy, He is restless, geez, what's going on? 2024-07-17 01:31:23 - INFO - Lowercased text: he is very busy, he is restless, geez, what's going on? 2024-07-17 01:31:23 - INFO - Text after punctuation removal: he is very busy he is restless geez whats going on 2024-07-17 01:31:23 - INFO - Text after number removal: he is very busy he is restless geez whats going on 2024-07-17 01:31:23 - INFO - Tokenized text: ['he', 'is', 'very', 'busy', 'he', 'is', 'restless', 'geez', 'whats', 'going', 'on'] 2024-07-17 01:31:23 - INFO - Text after stopword removal and lemmatization: ['busy', 'restless', 'geez', 'whats', 'going'] 2024-07-17 01:31:23 - INFO - Cleaned text: busy restless geez whats going 2024-07-17 01:31:23 - INFO - Original text: I'm broken and fragile, I'm hurt, I can't stand the anxiety anymore, I can't stand the love. Until now I was ignored, not seen, even left far away. I'm not like what he wants, so I'll just step back. 2024-07-17 01:31:23 - INFO - Lowercased text: i'm broken and fragile, i'm hurt, i can't stand the anxiety anymore, i can't stand the love. until now i was ignored, not seen, even left far away. i'm not like what he wants, so i'll just step back. 2024-07-17 01:31:23 - INFO - Text after punctuation removal: im broken and fragile im hurt i cant stand the anxiety anymore i cant stand the love until now i was ignored not seen even left far away im not like what he wants so ill just step back 2024-07-17 01:31:23 - INFO - Text after number removal: im broken and fragile im hurt i cant stand the anxiety anymore i cant stand the love until now i was ignored not seen even left far away im not like what he wants so ill just step back 2024-07-17 01:31:23 - INFO - Tokenized text: ['im', 'broken', 'and', 'fragile', 'im', 'hurt', 'i', 'cant', 'stand', 'the', 'anxiety', 'anymore', 'i', 'cant', 'stand', 'the', 'love', 'until', 'now', 'i', 'was', 'ignored', 'not', 'seen', 'even', 'left', 'far', 'away', 'im', 'not', 'like', 'what', 'he', 'wants', 'so', 'ill', 'just', 'step', 'back'] 2024-07-17 01:31:23 - INFO - Text after stopword removal and lemmatization: ['im', 'broken', 'fragile', 'im', 'hurt', 'cant', 'stand', 'anxiety', 'anymore', 'cant', 'stand', 'love', 'ignored', 'seen', 'even', 'left', 'far', 'away', 'im', 'like', 'want', 'ill', 'step', 'back'] 2024-07-17 01:31:23 - INFO - Cleaned text: im broken fragile im hurt cant stand anxiety anymore cant stand love ignored seen even left far away im like want ill step back 2024-07-17 01:31:23 - INFO - Original text: # Suggest a song that makes you calm, don't know why suddenly this feeling of anger / restlessness appears. Thanks! 2024-07-17 01:31:23 - INFO - Lowercased text: # suggest a song that makes you calm, don't know why suddenly this feeling of anger / restlessness appears. thanks! 2024-07-17 01:31:23 - INFO - Text after punctuation removal: suggest a song that makes you calm dont know why suddenly this feeling of anger restlessness appears thanks 2024-07-17 01:31:23 - INFO - Text after number removal: suggest a song that makes you calm dont know why suddenly this feeling of anger restlessness appears thanks 2024-07-17 01:31:23 - INFO - Tokenized text: ['suggest', 'a', 'song', 'that', 'makes', 'you', 'calm', 'dont', 'know', 'why', 'suddenly', 'this', 'feeling', 'of', 'anger', 'restlessness', 'appears', 'thanks'] 2024-07-17 01:31:23 - INFO - Text after stopword removal and lemmatization: ['suggest', 'song', 'make', 'calm', 'dont', 'know', 'suddenly', 'feeling', 'anger', 'restlessness', 'appears', 'thanks'] 2024-07-17 01:31:23 - INFO - Cleaned text: suggest song make calm dont know suddenly feeling anger restlessness appears thanks 2024-07-17 01:31:23 - INFO - Original text: Terooosss nervous huuuu 2024-07-17 01:31:23 - INFO - Lowercased text: terooosss nervous huuuu 2024-07-17 01:31:23 - INFO - Text after punctuation removal: terooosss nervous huuuu 2024-07-17 01:31:23 - INFO - Text after number removal: terooosss nervous huuuu 2024-07-17 01:31:23 - INFO - Tokenized text: ['terooosss', 'nervous', 'huuuu'] 2024-07-17 01:31:23 - INFO - Text after stopword removal and lemmatization: ['terooosss', 'nervous', 'huuuu'] 2024-07-17 01:31:23 - INFO - Cleaned text: terooosss nervous huuuu 2024-07-17 01:31:23 - INFO - Original text: why today's heart doesn't feel good..jealous?.anxious?.disappointed?.feeling failed? 2024-07-17 01:31:23 - INFO - Lowercased text: why today's heart doesn't feel good..jealous?.anxious?.disappointed?.feeling failed? 2024-07-17 01:31:23 - INFO - Text after punctuation removal: why todays heart doesnt feel goodjealousanxiousdisappointedfeeling failed 2024-07-17 01:31:23 - INFO - Text after number removal: why todays heart doesnt feel goodjealousanxiousdisappointedfeeling failed 2024-07-17 01:31:23 - INFO - Tokenized text: ['why', 'todays', 'heart', 'doesnt', 'feel', 'goodjealousanxiousdisappointedfeeling', 'failed'] 2024-07-17 01:31:23 - INFO - Text after stopword removal and lemmatization: ['today', 'heart', 'doesnt', 'feel', 'goodjealousanxiousdisappointedfeeling', 'failed'] 2024-07-17 01:31:23 - INFO - Cleaned text: today heart doesnt feel goodjealousanxiousdisappointedfeeling failed 2024-07-17 01:31:23 - INFO - Original text: It's a habit from elementary school if I think about something I'll get worried I can't sleep 2024-07-17 01:31:23 - INFO - Lowercased text: it's a habit from elementary school if i think about something i'll get worried i can't sleep 2024-07-17 01:31:23 - INFO - Text after punctuation removal: its a habit from elementary school if i think about something ill get worried i cant sleep 2024-07-17 01:31:23 - INFO - Text after number removal: its a habit from elementary school if i think about something ill get worried i cant sleep 2024-07-17 01:31:23 - INFO - Tokenized text: ['its', 'a', 'habit', 'from', 'elementary', 'school', 'if', 'i', 'think', 'about', 'something', 'ill', 'get', 'worried', 'i', 'cant', 'sleep'] 2024-07-17 01:31:23 - INFO - Text after stopword removal and lemmatization: ['habit', 'elementary', 'school', 'think', 'something', 'ill', 'get', 'worried', 'cant', 'sleep'] 2024-07-17 01:31:23 - INFO - Cleaned text: habit elementary school think something ill get worried cant sleep 2024-07-17 01:31:23 - INFO - Original text: Since yesterday yesterday, I have not been in the mood, very sensitive, feeling restless, always surprised and many surprises every day that almost make my brain explode, everyone is the target of ups and downs in mood. But today I feel very grateful that this lecture drama is over. 2024-07-17 01:31:23 - INFO - Lowercased text: since yesterday yesterday, i have not been in the mood, very sensitive, feeling restless, always surprised and many surprises every day that almost make my brain explode, everyone is the target of ups and downs in mood. but today i feel very grateful that this lecture drama is over. 2024-07-17 01:31:23 - INFO - Text after punctuation removal: since yesterday yesterday i have not been in the mood very sensitive feeling restless always surprised and many surprises every day that almost make my brain explode everyone is the target of ups and downs in mood but today i feel very grateful that this lecture drama is over 2024-07-17 01:31:23 - INFO - Text after number removal: since yesterday yesterday i have not been in the mood very sensitive feeling restless always surprised and many surprises every day that almost make my brain explode everyone is the target of ups and downs in mood but today i feel very grateful that this lecture drama is over 2024-07-17 01:31:23 - INFO - Tokenized text: ['since', 'yesterday', 'yesterday', 'i', 'have', 'not', 'been', 'in', 'the', 'mood', 'very', 'sensitive', 'feeling', 'restless', 'always', 'surprised', 'and', 'many', 'surprises', 'every', 'day', 'that', 'almost', 'make', 'my', 'brain', 'explode', 'everyone', 'is', 'the', 'target', 'of', 'ups', 'and', 'downs', 'in', 'mood', 'but', 'today', 'i', 'feel', 'very', 'grateful', 'that', 'this', 'lecture', 'drama', 'is', 'over'] 2024-07-17 01:31:23 - INFO - Text after stopword removal and lemmatization: ['since', 'yesterday', 'yesterday', 'mood', 'sensitive', 'feeling', 'restless', 'always', 'surprised', 'many', 'surprise', 'every', 'day', 'almost', 'make', 'brain', 'explode', 'everyone', 'target', 'ups', 'down', 'mood', 'today', 'feel', 'grateful', 'lecture', 'drama'] 2024-07-17 01:31:23 - INFO - Cleaned text: since yesterday yesterday mood sensitive feeling restless always surprised many surprise every day almost make brain explode everyone target ups down mood today feel grateful lecture drama 2024-07-17 01:31:23 - INFO - Original text: Tonight he continues to chatter about money, I'm so confused what to do. Once he said don't worry about money, but he kept blabbering about money. 2024-07-17 01:31:23 - INFO - Lowercased text: tonight he continues to chatter about money, i'm so confused what to do. once he said don't worry about money, but he kept blabbering about money. 2024-07-17 01:31:23 - INFO - Text after punctuation removal: tonight he continues to chatter about money im so confused what to do once he said dont worry about money but he kept blabbering about money 2024-07-17 01:31:23 - INFO - Text after number removal: tonight he continues to chatter about money im so confused what to do once he said dont worry about money but he kept blabbering about money 2024-07-17 01:31:23 - INFO - Tokenized text: ['tonight', 'he', 'continues', 'to', 'chatter', 'about', 'money', 'im', 'so', 'confused', 'what', 'to', 'do', 'once', 'he', 'said', 'dont', 'worry', 'about', 'money', 'but', 'he', 'kept', 'blabbering', 'about', 'money'] 2024-07-17 01:31:23 - INFO - Text after stopword removal and lemmatization: ['tonight', 'continues', 'chatter', 'money', 'im', 'confused', 'said', 'dont', 'worry', 'money', 'kept', 'blabbering', 'money'] 2024-07-17 01:31:23 - INFO - Cleaned text: tonight continues chatter money im confused said dont worry money kept blabbering money 2024-07-17 01:31:23 - INFO - Original text: Feeling so restless lately. 2024-07-17 01:31:23 - INFO - Lowercased text: feeling so restless lately. 2024-07-17 01:31:23 - INFO - Text after punctuation removal: feeling so restless lately 2024-07-17 01:31:23 - INFO - Text after number removal: feeling so restless lately 2024-07-17 01:31:23 - INFO - Tokenized text: ['feeling', 'so', 'restless', 'lately'] 2024-07-17 01:31:23 - INFO - Text after stopword removal and lemmatization: ['feeling', 'restless', 'lately'] 2024-07-17 01:31:23 - INFO - Cleaned text: feeling restless lately 2024-07-17 01:31:23 - INFO - Original text: Oh god I'm restless 2024-07-17 01:31:23 - INFO - Lowercased text: oh god i'm restless 2024-07-17 01:31:23 - INFO - Text after punctuation removal: oh god im restless 2024-07-17 01:31:23 - INFO - Text after number removal: oh god im restless 2024-07-17 01:31:23 - INFO - Tokenized text: ['oh', 'god', 'im', 'restless'] 2024-07-17 01:31:23 - INFO - Text after stopword removal and lemmatization: ['oh', 'god', 'im', 'restless'] 2024-07-17 01:31:23 - INFO - Cleaned text: oh god im restless 2024-07-17 01:31:23 - INFO - Original text: but my heart is still restless even though my mouth is talking 2024-07-17 01:31:23 - INFO - Lowercased text: but my heart is still restless even though my mouth is talking 2024-07-17 01:31:23 - INFO - Text after punctuation removal: but my heart is still restless even though my mouth is talking 2024-07-17 01:31:23 - INFO - Text after number removal: but my heart is still restless even though my mouth is talking 2024-07-17 01:31:23 - INFO - Tokenized text: ['but', 'my', 'heart', 'is', 'still', 'restless', 'even', 'though', 'my', 'mouth', 'is', 'talking'] 2024-07-17 01:31:23 - INFO - Text after stopword removal and lemmatization: ['heart', 'still', 'restless', 'even', 'though', 'mouth', 'talking'] 2024-07-17 01:31:23 - INFO - Cleaned text: heart still restless even though mouth talking 2024-07-17 01:31:23 - INFO - Original text: waiting for uncertainty, please be anxious 2024-07-17 01:31:23 - INFO - Lowercased text: waiting for uncertainty, please be anxious 2024-07-17 01:31:23 - INFO - Text after punctuation removal: waiting for uncertainty please be anxious 2024-07-17 01:31:23 - INFO - Text after number removal: waiting for uncertainty please be anxious 2024-07-17 01:31:23 - INFO - Tokenized text: ['waiting', 'for', 'uncertainty', 'please', 'be', 'anxious'] 2024-07-17 01:31:23 - INFO - Text after stopword removal and lemmatization: ['waiting', 'uncertainty', 'please', 'anxious'] 2024-07-17 01:31:23 - INFO - Cleaned text: waiting uncertainty please anxious 2024-07-17 01:31:23 - INFO - Original text: been the most anxious person, before becoming the most sincere person 2024-07-17 01:31:23 - INFO - Lowercased text: been the most anxious person, before becoming the most sincere person 2024-07-17 01:31:23 - INFO - Text after punctuation removal: been the most anxious person before becoming the most sincere person 2024-07-17 01:31:23 - INFO - Text after number removal: been the most anxious person before becoming the most sincere person 2024-07-17 01:31:23 - INFO - Tokenized text: ['been', 'the', 'most', 'anxious', 'person', 'before', 'becoming', 'the', 'most', 'sincere', 'person'] 2024-07-17 01:31:23 - INFO - Text after stopword removal and lemmatization: ['anxious', 'person', 'becoming', 'sincere', 'person'] 2024-07-17 01:31:23 - INFO - Cleaned text: anxious person becoming sincere person 2024-07-17 01:31:23 - INFO - Original text: Did you ever read it when you read it to RL, I mean the atmosphere, the taste. It's because I'm like this. when I read au, the topic was about mental illness ™ my days became restless....and now I'm scared. 2024-07-17 01:31:23 - INFO - Lowercased text: did you ever read it when you read it to rl, i mean the atmosphere, the taste. it's because i'm like this. when i read au, the topic was about mental illness ™ my days became restless....and now i'm scared. 2024-07-17 01:31:23 - INFO - Text after punctuation removal: did you ever read it when you read it to rl i mean the atmosphere the taste its because im like this when i read au the topic was about mental illness ™ my days became restlessand now im scared 2024-07-17 01:31:23 - INFO - Text after number removal: did you ever read it when you read it to rl i mean the atmosphere the taste its because im like this when i read au the topic was about mental illness ™ my days became restlessand now im scared 2024-07-17 01:31:23 - INFO - Tokenized text: ['did', 'you', 'ever', 'read', 'it', 'when', 'you', 'read', 'it', 'to', 'rl', 'i', 'mean', 'the', 'atmosphere', 'the', 'taste', 'its', 'because', 'im', 'like', 'this', 'when', 'i', 'read', 'au', 'the', 'topic', 'was', 'about', 'mental', 'illness', '™', 'my', 'days', 'became', 'restlessand', 'now', 'im', 'scared'] 2024-07-17 01:31:23 - INFO - Text after stopword removal and lemmatization: ['ever', 'read', 'read', 'rl', 'mean', 'atmosphere', 'taste', 'im', 'like', 'read', 'au', 'topic', 'mental', 'illness', '™', 'day', 'became', 'restlessand', 'im', 'scared'] 2024-07-17 01:31:23 - INFO - Cleaned text: ever read read rl mean atmosphere taste im like read au topic mental illness ™ day became restlessand im scared 2024-07-17 01:31:23 - INFO - Original text: Hi, I want to tell you... Lately I've been feeling restless, have trouble sleeping, I searched on google it says it's a mild symptom of depression, I used to tell my mom a psychologist friend "don't think too much, it's not important you get depressed easily" then I frequent irregular breathing. 2024-07-17 01:31:23 - INFO - Lowercased text: hi, i want to tell you... lately i've been feeling restless, have trouble sleeping, i searched on google it says it's a mild symptom of depression, i used to tell my mom a psychologist friend "don't think too much, it's not important you get depressed easily" then i frequent irregular breathing. 2024-07-17 01:31:23 - INFO - Text after punctuation removal: hi i want to tell you lately ive been feeling restless have trouble sleeping i searched on google it says its a mild symptom of depression i used to tell my mom a psychologist friend dont think too much its not important you get depressed easily then i frequent irregular breathing 2024-07-17 01:31:23 - INFO - Text after number removal: hi i want to tell you lately ive been feeling restless have trouble sleeping i searched on google it says its a mild symptom of depression i used to tell my mom a psychologist friend dont think too much its not important you get depressed easily then i frequent irregular breathing 2024-07-17 01:31:23 - INFO - Tokenized text: ['hi', 'i', 'want', 'to', 'tell', 'you', 'lately', 'ive', 'been', 'feeling', 'restless', 'have', 'trouble', 'sleeping', 'i', 'searched', 'on', 'google', 'it', 'says', 'its', 'a', 'mild', 'symptom', 'of', 'depression', 'i', 'used', 'to', 'tell', 'my', 'mom', 'a', 'psychologist', 'friend', 'dont', 'think', 'too', 'much', 'its', 'not', 'important', 'you', 'get', 'depressed', 'easily', 'then', 'i', 'frequent', 'irregular', 'breathing'] 2024-07-17 01:31:23 - INFO - Text after stopword removal and lemmatization: ['hi', 'want', 'tell', 'lately', 'ive', 'feeling', 'restless', 'trouble', 'sleeping', 'searched', 'google', 'say', 'mild', 'symptom', 'depression', 'used', 'tell', 'mom', 'psychologist', 'friend', 'dont', 'think', 'much', 'important', 'get', 'depressed', 'easily', 'frequent', 'irregular', 'breathing'] 2024-07-17 01:31:23 - INFO - Cleaned text: hi want tell lately ive feeling restless trouble sleeping searched google say mild symptom depression used tell mom psychologist friend dont think much important get depressed easily frequent irregular breathing 2024-07-17 01:31:23 - INFO - Original text: I've been feeling restless for the past few days, now I'm nauseous, like someone... 2024-07-17 01:31:23 - INFO - Lowercased text: i've been feeling restless for the past few days, now i'm nauseous, like someone... 2024-07-17 01:31:23 - INFO - Text after punctuation removal: ive been feeling restless for the past few days now im nauseous like someone 2024-07-17 01:31:23 - INFO - Text after number removal: ive been feeling restless for the past few days now im nauseous like someone 2024-07-17 01:31:23 - INFO - Tokenized text: ['ive', 'been', 'feeling', 'restless', 'for', 'the', 'past', 'few', 'days', 'now', 'im', 'nauseous', 'like', 'someone'] 2024-07-17 01:31:23 - INFO - Text after stopword removal and lemmatization: ['ive', 'feeling', 'restless', 'past', 'day', 'im', 'nauseous', 'like', 'someone'] 2024-07-17 01:31:23 - INFO - Cleaned text: ive feeling restless past day im nauseous like someone 2024-07-17 01:31:23 - INFO - Original text: Oh no I'm restless. The time will come. I walk with Jesus. Then my heart is calm.. Every time I sing a song I don't know, tomorrow in this section I always want to cry . Because I sing it but I don't do it . Sorry God I worry too much \ufe0f 2024-07-17 01:31:23 - INFO - Lowercased text: oh no i'm restless. the time will come. i walk with jesus. then my heart is calm.. every time i sing a song i don't know, tomorrow in this section i always want to cry . because i sing it but i don't do it . sorry god i worry too much \ufe0f 2024-07-17 01:31:23 - INFO - Text after punctuation removal: oh no im restless the time will come i walk with jesus then my heart is calm every time i sing a song i dont know tomorrow in this section i always want to cry because i sing it but i dont do it sorry god i worry too much \ufe0f 2024-07-17 01:31:23 - INFO - Text after number removal: oh no im restless the time will come i walk with jesus then my heart is calm every time i sing a song i dont know tomorrow in this section i always want to cry because i sing it but i dont do it sorry god i worry too much \ufe0f 2024-07-17 01:31:23 - INFO - Tokenized text: ['oh', 'no', 'im', 'restless', 'the', 'time', 'will', 'come', 'i', 'walk', 'with', 'jesus', 'then', 'my', 'heart', 'is', 'calm', 'every', 'time', 'i', 'sing', 'a', 'song', 'i', 'dont', 'know', 'tomorrow', 'in', 'this', 'section', 'i', 'always', 'want', 'to', 'cry', 'because', 'i', 'sing', 'it', 'but', 'i', 'dont', 'do', 'it', 'sorry', 'god', 'i', 'worry', 'too', 'much', '\ufe0f'] 2024-07-17 01:31:23 - INFO - Text after stopword removal and lemmatization: ['oh', 'im', 'restless', 'time', 'come', 'walk', 'jesus', 'heart', 'calm', 'every', 'time', 'sing', 'song', 'dont', 'know', 'tomorrow', 'section', 'always', 'want', 'cry', 'sing', 'dont', 'sorry', 'god', 'worry', 'much', '\ufe0f'] 2024-07-17 01:31:23 - INFO - Cleaned text: oh im restless time come walk jesus heart calm every time sing song dont know tomorrow section always want cry sing dont sorry god worry much \ufe0f 2024-07-17 01:31:23 - INFO - Original text: Controlling anxiety is not as easy as it sounds. 2024-07-17 01:31:23 - INFO - Lowercased text: controlling anxiety is not as easy as it sounds. 2024-07-17 01:31:23 - INFO - Text after punctuation removal: controlling anxiety is not as easy as it sounds 2024-07-17 01:31:23 - INFO - Text after number removal: controlling anxiety is not as easy as it sounds 2024-07-17 01:31:23 - INFO - Tokenized text: ['controlling', 'anxiety', 'is', 'not', 'as', 'easy', 'as', 'it', 'sounds'] 2024-07-17 01:31:23 - INFO - Text after stopword removal and lemmatization: ['controlling', 'anxiety', 'easy', 'sound'] 2024-07-17 01:31:23 - INFO - Cleaned text: controlling anxiety easy sound 2024-07-17 01:31:23 - INFO - Original text: Since the pandemic, I haven't opened my laptop for a day, I feel restless, I have a very heavy life load 2024-07-17 01:31:23 - INFO - Lowercased text: since the pandemic, i haven't opened my laptop for a day, i feel restless, i have a very heavy life load 2024-07-17 01:31:23 - INFO - Text after punctuation removal: since the pandemic i havent opened my laptop for a day i feel restless i have a very heavy life load 2024-07-17 01:31:23 - INFO - Text after number removal: since the pandemic i havent opened my laptop for a day i feel restless i have a very heavy life load 2024-07-17 01:31:23 - INFO - Tokenized text: ['since', 'the', 'pandemic', 'i', 'havent', 'opened', 'my', 'laptop', 'for', 'a', 'day', 'i', 'feel', 'restless', 'i', 'have', 'a', 'very', 'heavy', 'life', 'load'] 2024-07-17 01:31:23 - INFO - Text after stopword removal and lemmatization: ['since', 'pandemic', 'havent', 'opened', 'laptop', 'day', 'feel', 'restless', 'heavy', 'life', 'load'] 2024-07-17 01:31:23 - INFO - Cleaned text: since pandemic havent opened laptop day feel restless heavy life load 2024-07-17 01:31:23 - INFO - Original text: People who are restless and afraid can be seen from the frequent touching of the face and ringing the fingers. 2024-07-17 01:31:23 - INFO - Lowercased text: people who are restless and afraid can be seen from the frequent touching of the face and ringing the fingers. 2024-07-17 01:31:23 - INFO - Text after punctuation removal: people who are restless and afraid can be seen from the frequent touching of the face and ringing the fingers 2024-07-17 01:31:23 - INFO - Text after number removal: people who are restless and afraid can be seen from the frequent touching of the face and ringing the fingers 2024-07-17 01:31:23 - INFO - Tokenized text: ['people', 'who', 'are', 'restless', 'and', 'afraid', 'can', 'be', 'seen', 'from', 'the', 'frequent', 'touching', 'of', 'the', 'face', 'and', 'ringing', 'the', 'fingers'] 2024-07-17 01:31:23 - INFO - Text after stopword removal and lemmatization: ['people', 'restless', 'afraid', 'seen', 'frequent', 'touching', 'face', 'ringing', 'finger'] 2024-07-17 01:31:23 - INFO - Cleaned text: people restless afraid seen frequent touching face ringing finger 2024-07-17 01:31:23 - INFO - Original text: I don't know if my mind breaks down, but I don't want to think about it :( , why do I feel restless? 2024-07-17 01:31:23 - INFO - Lowercased text: i don't know if my mind breaks down, but i don't want to think about it :( , why do i feel restless? 2024-07-17 01:31:23 - INFO - Text after punctuation removal: i dont know if my mind breaks down but i dont want to think about it why do i feel restless 2024-07-17 01:31:23 - INFO - Text after number removal: i dont know if my mind breaks down but i dont want to think about it why do i feel restless 2024-07-17 01:31:23 - INFO - Tokenized text: ['i', 'dont', 'know', 'if', 'my', 'mind', 'breaks', 'down', 'but', 'i', 'dont', 'want', 'to', 'think', 'about', 'it', 'why', 'do', 'i', 'feel', 'restless'] 2024-07-17 01:31:23 - INFO - Text after stopword removal and lemmatization: ['dont', 'know', 'mind', 'break', 'dont', 'want', 'think', 'feel', 'restless'] 2024-07-17 01:31:23 - INFO - Cleaned text: dont know mind break dont want think feel restless 2024-07-17 01:31:23 - INFO - Original text: Sensitive feelings make the heart restless. 2024-07-17 01:31:23 - INFO - Lowercased text: sensitive feelings make the heart restless. 2024-07-17 01:31:23 - INFO - Text after punctuation removal: sensitive feelings make the heart restless 2024-07-17 01:31:23 - INFO - Text after number removal: sensitive feelings make the heart restless 2024-07-17 01:31:23 - INFO - Tokenized text: ['sensitive', 'feelings', 'make', 'the', 'heart', 'restless'] 2024-07-17 01:31:23 - INFO - Text after stopword removal and lemmatization: ['sensitive', 'feeling', 'make', 'heart', 'restless'] 2024-07-17 01:31:23 - INFO - Cleaned text: sensitive feeling make heart restless 2024-07-17 01:31:23 - INFO - Original text: Let's not be nervous, how about ™‚ 2024-07-17 01:31:23 - INFO - Lowercased text: let's not be nervous, how about ™‚ 2024-07-17 01:31:23 - INFO - Text after punctuation removal: lets not be nervous how about ™‚ 2024-07-17 01:31:23 - INFO - Text after number removal: lets not be nervous how about ™‚ 2024-07-17 01:31:23 - INFO - Tokenized text: ['lets', 'not', 'be', 'nervous', 'how', 'about', '™‚'] 2024-07-17 01:31:23 - INFO - Text after stopword removal and lemmatization: ['let', 'nervous', '™‚'] 2024-07-17 01:31:23 - INFO - Cleaned text: let nervous ™‚ 2024-07-17 01:31:23 - INFO - Original text: after being confessed, I'm really nervous 2024-07-17 01:31:23 - INFO - Lowercased text: after being confessed, i'm really nervous 2024-07-17 01:31:23 - INFO - Text after punctuation removal: after being confessed im really nervous 2024-07-17 01:31:23 - INFO - Text after number removal: after being confessed im really nervous 2024-07-17 01:31:23 - INFO - Tokenized text: ['after', 'being', 'confessed', 'im', 'really', 'nervous'] 2024-07-17 01:31:23 - INFO - Text after stopword removal and lemmatization: ['confessed', 'im', 'really', 'nervous'] 2024-07-17 01:31:23 - INFO - Cleaned text: confessed im really nervous 2024-07-17 01:31:23 - INFO - Original text: Restless.. and.. restless.. 2024-07-17 01:31:23 - INFO - Lowercased text: restless.. and.. restless.. 2024-07-17 01:31:23 - INFO - Text after punctuation removal: restless and restless 2024-07-17 01:31:23 - INFO - Text after number removal: restless and restless 2024-07-17 01:31:23 - INFO - Tokenized text: ['restless', 'and', 'restless'] 2024-07-17 01:31:23 - INFO - Text after stopword removal and lemmatization: ['restless', 'restless'] 2024-07-17 01:31:23 - INFO - Cleaned text: restless restless 2024-07-17 01:31:23 - INFO - Original text: This is the first time I've had an anxiety disorder in my sleep, and it wasn't really good. Even though I'm not thinking about anything, but I'm restless 2024-07-17 01:31:23 - INFO - Lowercased text: this is the first time i've had an anxiety disorder in my sleep, and it wasn't really good. even though i'm not thinking about anything, but i'm restless 2024-07-17 01:31:23 - INFO - Text after punctuation removal: this is the first time ive had an anxiety disorder in my sleep and it wasnt really good even though im not thinking about anything but im restless 2024-07-17 01:31:23 - INFO - Text after number removal: this is the first time ive had an anxiety disorder in my sleep and it wasnt really good even though im not thinking about anything but im restless 2024-07-17 01:31:23 - INFO - Tokenized text: ['this', 'is', 'the', 'first', 'time', 'ive', 'had', 'an', 'anxiety', 'disorder', 'in', 'my', 'sleep', 'and', 'it', 'wasnt', 'really', 'good', 'even', 'though', 'im', 'not', 'thinking', 'about', 'anything', 'but', 'im', 'restless'] 2024-07-17 01:31:23 - INFO - Text after stopword removal and lemmatization: ['first', 'time', 'ive', 'anxiety', 'disorder', 'sleep', 'wasnt', 'really', 'good', 'even', 'though', 'im', 'thinking', 'anything', 'im', 'restless'] 2024-07-17 01:31:23 - INFO - Cleaned text: first time ive anxiety disorder sleep wasnt really good even though im thinking anything im restless 2024-07-17 01:31:23 - INFO - Original text: It's been a week I feel restless and my head feels full I want to rest while I sleep 2024-07-17 01:31:23 - INFO - Lowercased text: it's been a week i feel restless and my head feels full i want to rest while i sleep 2024-07-17 01:31:23 - INFO - Text after punctuation removal: its been a week i feel restless and my head feels full i want to rest while i sleep 2024-07-17 01:31:23 - INFO - Text after number removal: its been a week i feel restless and my head feels full i want to rest while i sleep 2024-07-17 01:31:23 - INFO - Tokenized text: ['its', 'been', 'a', 'week', 'i', 'feel', 'restless', 'and', 'my', 'head', 'feels', 'full', 'i', 'want', 'to', 'rest', 'while', 'i', 'sleep'] 2024-07-17 01:31:23 - INFO - Text after stopword removal and lemmatization: ['week', 'feel', 'restless', 'head', 'feel', 'full', 'want', 'rest', 'sleep'] 2024-07-17 01:31:23 - INFO - Cleaned text: week feel restless head feel full want rest sleep 2024-07-17 01:31:23 - INFO - Original text: why am i nervous 2024-07-17 01:31:23 - INFO - Lowercased text: why am i nervous 2024-07-17 01:31:23 - INFO - Text after punctuation removal: why am i nervous 2024-07-17 01:31:23 - INFO - Text after number removal: why am i nervous 2024-07-17 01:31:23 - INFO - Tokenized text: ['why', 'am', 'i', 'nervous'] 2024-07-17 01:31:23 - INFO - Text after stopword removal and lemmatization: ['nervous'] 2024-07-17 01:31:23 - INFO - Cleaned text: nervous 2024-07-17 01:31:23 - INFO - Original text: Anxious, all afraid, afraid of war, afraid of economic crisis, afraid of air pollution, disease outbreaks, clean water, etc. When are you happy? 2024-07-17 01:31:23 - INFO - Lowercased text: anxious, all afraid, afraid of war, afraid of economic crisis, afraid of air pollution, disease outbreaks, clean water, etc. when are you happy? 2024-07-17 01:31:23 - INFO - Text after punctuation removal: anxious all afraid afraid of war afraid of economic crisis afraid of air pollution disease outbreaks clean water etc when are you happy 2024-07-17 01:31:23 - INFO - Text after number removal: anxious all afraid afraid of war afraid of economic crisis afraid of air pollution disease outbreaks clean water etc when are you happy 2024-07-17 01:31:23 - INFO - Tokenized text: ['anxious', 'all', 'afraid', 'afraid', 'of', 'war', 'afraid', 'of', 'economic', 'crisis', 'afraid', 'of', 'air', 'pollution', 'disease', 'outbreaks', 'clean', 'water', 'etc', 'when', 'are', 'you', 'happy'] 2024-07-17 01:31:23 - INFO - Text after stopword removal and lemmatization: ['anxious', 'afraid', 'afraid', 'war', 'afraid', 'economic', 'crisis', 'afraid', 'air', 'pollution', 'disease', 'outbreak', 'clean', 'water', 'etc', 'happy'] 2024-07-17 01:31:23 - INFO - Cleaned text: anxious afraid afraid war afraid economic crisis afraid air pollution disease outbreak clean water etc happy 2024-07-17 01:31:23 - INFO - Original text: oh my god why are you so nervous 2024-07-17 01:31:23 - INFO - Lowercased text: oh my god why are you so nervous 2024-07-17 01:31:23 - INFO - Text after punctuation removal: oh my god why are you so nervous 2024-07-17 01:31:23 - INFO - Text after number removal: oh my god why are you so nervous 2024-07-17 01:31:23 - INFO - Tokenized text: ['oh', 'my', 'god', 'why', 'are', 'you', 'so', 'nervous'] 2024-07-17 01:31:23 - INFO - Text after stopword removal and lemmatization: ['oh', 'god', 'nervous'] 2024-07-17 01:31:23 - INFO - Cleaned text: oh god nervous 2024-07-17 01:31:23 - INFO - Original text: feelings of restlessness have started to appear ± 2024-07-17 01:31:23 - INFO - Lowercased text: feelings of restlessness have started to appear ± 2024-07-17 01:31:23 - INFO - Text after punctuation removal: feelings of restlessness have started to appear ± 2024-07-17 01:31:23 - INFO - Text after number removal: feelings of restlessness have started to appear ± 2024-07-17 01:31:23 - INFO - Tokenized text: ['feelings', 'of', 'restlessness', 'have', 'started', 'to', 'appear', '±'] 2024-07-17 01:31:23 - INFO - Text after stopword removal and lemmatization: ['feeling', 'restlessness', 'started', 'appear', '±'] 2024-07-17 01:31:23 - INFO - Cleaned text: feeling restlessness started appear ± 2024-07-17 01:31:23 - INFO - Original text: Very restless bgsd 2024-07-17 01:31:23 - INFO - Lowercased text: very restless bgsd 2024-07-17 01:31:23 - INFO - Text after punctuation removal: very restless bgsd 2024-07-17 01:31:23 - INFO - Text after number removal: very restless bgsd 2024-07-17 01:31:23 - INFO - Tokenized text: ['very', 'restless', 'bgsd'] 2024-07-17 01:31:23 - INFO - Text after stopword removal and lemmatization: ['restless', 'bgsd'] 2024-07-17 01:31:23 - INFO - Cleaned text: restless bgsd 2024-07-17 01:31:23 - INFO - Original text: The days are full of restlessness, with income that doesn't know the direction..Hopefully we can always get what we need and be given the advantage for a desire...5 - 5 - 21 2024-07-17 01:31:23 - INFO - Lowercased text: the days are full of restlessness, with income that doesn't know the direction..hopefully we can always get what we need and be given the advantage for a desire...5 - 5 - 21 2024-07-17 01:31:23 - INFO - Text after punctuation removal: the days are full of restlessness with income that doesnt know the directionhopefully we can always get what we need and be given the advantage for a desire5 5 21 2024-07-17 01:31:23 - INFO - Text after number removal: the days are full of restlessness with income that doesnt know the directionhopefully we can always get what we need and be given the advantage for a desire 2024-07-17 01:31:23 - INFO - Tokenized text: ['the', 'days', 'are', 'full', 'of', 'restlessness', 'with', 'income', 'that', 'doesnt', 'know', 'the', 'directionhopefully', 'we', 'can', 'always', 'get', 'what', 'we', 'need', 'and', 'be', 'given', 'the', 'advantage', 'for', 'a', 'desire'] 2024-07-17 01:31:23 - INFO - Text after stopword removal and lemmatization: ['day', 'full', 'restlessness', 'income', 'doesnt', 'know', 'directionhopefully', 'always', 'get', 'need', 'given', 'advantage', 'desire'] 2024-07-17 01:31:23 - INFO - Cleaned text: day full restlessness income doesnt know directionhopefully always get need given advantage desire 2024-07-17 01:31:23 - INFO - Original text: 1 hour wake up 1 hour wake up ngde the restless is here kle cak after polishing dwg 2024-07-17 01:31:23 - INFO - Lowercased text: 1 hour wake up 1 hour wake up ngde the restless is here kle cak after polishing dwg 2024-07-17 01:31:23 - INFO - Text after punctuation removal: 1 hour wake up 1 hour wake up ngde the restless is here kle cak after polishing dwg 2024-07-17 01:31:23 - INFO - Text after number removal: hour wake up hour wake up ngde the restless is here kle cak after polishing dwg 2024-07-17 01:31:23 - INFO - Tokenized text: ['hour', 'wake', 'up', 'hour', 'wake', 'up', 'ngde', 'the', 'restless', 'is', 'here', 'kle', 'cak', 'after', 'polishing', 'dwg'] 2024-07-17 01:31:23 - INFO - Text after stopword removal and lemmatization: ['hour', 'wake', 'hour', 'wake', 'ngde', 'restless', 'kle', 'cak', 'polishing', 'dwg'] 2024-07-17 01:31:23 - INFO - Cleaned text: hour wake hour wake ngde restless kle cak polishing dwg 2024-07-17 01:31:23 - INFO - Original text: Lately everything has been all of a sudden, suddenly happy, suddenly sad, suddenly anxious, suddenly relaxed, suddenly excited, suddenly lethargic, etc. I really don't like everything that is impromptu, yes, but what can I do? Ha ha ha 2024-07-17 01:31:23 - INFO - Lowercased text: lately everything has been all of a sudden, suddenly happy, suddenly sad, suddenly anxious, suddenly relaxed, suddenly excited, suddenly lethargic, etc. i really don't like everything that is impromptu, yes, but what can i do? ha ha ha 2024-07-17 01:31:23 - INFO - Text after punctuation removal: lately everything has been all of a sudden suddenly happy suddenly sad suddenly anxious suddenly relaxed suddenly excited suddenly lethargic etc i really dont like everything that is impromptu yes but what can i do ha ha ha 2024-07-17 01:31:23 - INFO - Text after number removal: lately everything has been all of a sudden suddenly happy suddenly sad suddenly anxious suddenly relaxed suddenly excited suddenly lethargic etc i really dont like everything that is impromptu yes but what can i do ha ha ha 2024-07-17 01:31:23 - INFO - Tokenized text: ['lately', 'everything', 'has', 'been', 'all', 'of', 'a', 'sudden', 'suddenly', 'happy', 'suddenly', 'sad', 'suddenly', 'anxious', 'suddenly', 'relaxed', 'suddenly', 'excited', 'suddenly', 'lethargic', 'etc', 'i', 'really', 'dont', 'like', 'everything', 'that', 'is', 'impromptu', 'yes', 'but', 'what', 'can', 'i', 'do', 'ha', 'ha', 'ha'] 2024-07-17 01:31:23 - INFO - Text after stopword removal and lemmatization: ['lately', 'everything', 'sudden', 'suddenly', 'happy', 'suddenly', 'sad', 'suddenly', 'anxious', 'suddenly', 'relaxed', 'suddenly', 'excited', 'suddenly', 'lethargic', 'etc', 'really', 'dont', 'like', 'everything', 'impromptu', 'yes', 'ha', 'ha', 'ha'] 2024-07-17 01:31:23 - INFO - Cleaned text: lately everything sudden suddenly happy suddenly sad suddenly anxious suddenly relaxed suddenly excited suddenly lethargic etc really dont like everything impromptu yes ha ha ha 2024-07-17 01:31:23 - INFO - Original text: I'm so sorry, but can you give me words of encouragement or not? I'm really worried that I can't make my kids happy. 2024-07-17 01:31:23 - INFO - Lowercased text: i'm so sorry, but can you give me words of encouragement or not? i'm really worried that i can't make my kids happy. 2024-07-17 01:31:23 - INFO - Text after punctuation removal: im so sorry but can you give me words of encouragement or not im really worried that i cant make my kids happy 2024-07-17 01:31:23 - INFO - Text after number removal: im so sorry but can you give me words of encouragement or not im really worried that i cant make my kids happy 2024-07-17 01:31:23 - INFO - Tokenized text: ['im', 'so', 'sorry', 'but', 'can', 'you', 'give', 'me', 'words', 'of', 'encouragement', 'or', 'not', 'im', 'really', 'worried', 'that', 'i', 'cant', 'make', 'my', 'kids', 'happy'] 2024-07-17 01:31:23 - INFO - Text after stopword removal and lemmatization: ['im', 'sorry', 'give', 'word', 'encouragement', 'im', 'really', 'worried', 'cant', 'make', 'kid', 'happy'] 2024-07-17 01:31:23 - INFO - Cleaned text: im sorry give word encouragement im really worried cant make kid happy 2024-07-17 01:31:23 - INFO - Original text: I don't like worrying, I don't like wehhh! 2024-07-17 01:31:23 - INFO - Lowercased text: i don't like worrying, i don't like wehhh! 2024-07-17 01:31:23 - INFO - Text after punctuation removal: i dont like worrying i dont like wehhh 2024-07-17 01:31:23 - INFO - Text after number removal: i dont like worrying i dont like wehhh 2024-07-17 01:31:23 - INFO - Tokenized text: ['i', 'dont', 'like', 'worrying', 'i', 'dont', 'like', 'wehhh'] 2024-07-17 01:31:23 - INFO - Text after stopword removal and lemmatization: ['dont', 'like', 'worrying', 'dont', 'like', 'wehhh'] 2024-07-17 01:31:23 - INFO - Cleaned text: dont like worrying dont like wehhh 2024-07-17 01:31:23 - INFO - Original text: Behind your online, there is a heart that is anxiously waiting to hear from you 2024-07-17 01:31:23 - INFO - Lowercased text: behind your online, there is a heart that is anxiously waiting to hear from you 2024-07-17 01:31:23 - INFO - Text after punctuation removal: behind your online there is a heart that is anxiously waiting to hear from you 2024-07-17 01:31:23 - INFO - Text after number removal: behind your online there is a heart that is anxiously waiting to hear from you 2024-07-17 01:31:23 - INFO - Tokenized text: ['behind', 'your', 'online', 'there', 'is', 'a', 'heart', 'that', 'is', 'anxiously', 'waiting', 'to', 'hear', 'from', 'you'] 2024-07-17 01:31:23 - INFO - Text after stopword removal and lemmatization: ['behind', 'online', 'heart', 'anxiously', 'waiting', 'hear'] 2024-07-17 01:31:23 - INFO - Cleaned text: behind online heart anxiously waiting hear 2024-07-17 01:31:23 - INFO - Original text: nervous restless peramoy 2024-07-17 01:31:23 - INFO - Lowercased text: nervous restless peramoy 2024-07-17 01:31:23 - INFO - Text after punctuation removal: nervous restless peramoy 2024-07-17 01:31:23 - INFO - Text after number removal: nervous restless peramoy 2024-07-17 01:31:23 - INFO - Tokenized text: ['nervous', 'restless', 'peramoy'] 2024-07-17 01:31:23 - INFO - Text after stopword removal and lemmatization: ['nervous', 'restless', 'peramoy'] 2024-07-17 01:31:23 - INFO - Cleaned text: nervous restless peramoy 2024-07-17 01:31:23 - INFO - Original text: I'm nervous I don't know why. I don't feel calm 2024-07-17 01:31:23 - INFO - Lowercased text: i'm nervous i don't know why. i don't feel calm 2024-07-17 01:31:23 - INFO - Text after punctuation removal: im nervous i dont know why i dont feel calm 2024-07-17 01:31:23 - INFO - Text after number removal: im nervous i dont know why i dont feel calm 2024-07-17 01:31:23 - INFO - Tokenized text: ['im', 'nervous', 'i', 'dont', 'know', 'why', 'i', 'dont', 'feel', 'calm'] 2024-07-17 01:31:23 - INFO - Text after stopword removal and lemmatization: ['im', 'nervous', 'dont', 'know', 'dont', 'feel', 'calm'] 2024-07-17 01:31:23 - INFO - Cleaned text: im nervous dont know dont feel calm 2024-07-17 01:31:23 - INFO - Original text: Sometimes I can't even rest. Always worried, worried about this, even though I'm tired 2024-07-17 01:31:23 - INFO - Lowercased text: sometimes i can't even rest. always worried, worried about this, even though i'm tired 2024-07-17 01:31:23 - INFO - Text after punctuation removal: sometimes i cant even rest always worried worried about this even though im tired 2024-07-17 01:31:23 - INFO - Text after number removal: sometimes i cant even rest always worried worried about this even though im tired 2024-07-17 01:31:23 - INFO - Tokenized text: ['sometimes', 'i', 'cant', 'even', 'rest', 'always', 'worried', 'worried', 'about', 'this', 'even', 'though', 'im', 'tired'] 2024-07-17 01:31:23 - INFO - Text after stopword removal and lemmatization: ['sometimes', 'cant', 'even', 'rest', 'always', 'worried', 'worried', 'even', 'though', 'im', 'tired'] 2024-07-17 01:31:23 - INFO - Cleaned text: sometimes cant even rest always worried worried even though im tired 2024-07-17 01:31:23 - INFO - Original text: It feels uneasy. 2024-07-17 01:31:23 - INFO - Lowercased text: it feels uneasy. 2024-07-17 01:31:23 - INFO - Text after punctuation removal: it feels uneasy 2024-07-17 01:31:23 - INFO - Text after number removal: it feels uneasy 2024-07-17 01:31:23 - INFO - Tokenized text: ['it', 'feels', 'uneasy'] 2024-07-17 01:31:23 - INFO - Text after stopword removal and lemmatization: ['feel', 'uneasy'] 2024-07-17 01:31:23 - INFO - Cleaned text: feel uneasy 2024-07-17 01:31:23 - INFO - Original text: I'm so restless, I don't know why 2024-07-17 01:31:23 - INFO - Lowercased text: i'm so restless, i don't know why 2024-07-17 01:31:23 - INFO - Text after punctuation removal: im so restless i dont know why 2024-07-17 01:31:23 - INFO - Text after number removal: im so restless i dont know why 2024-07-17 01:31:23 - INFO - Tokenized text: ['im', 'so', 'restless', 'i', 'dont', 'know', 'why'] 2024-07-17 01:31:23 - INFO - Text after stopword removal and lemmatization: ['im', 'restless', 'dont', 'know'] 2024-07-17 01:31:23 - INFO - Cleaned text: im restless dont know 2024-07-17 01:31:23 - INFO - Original text: Day by day, that hope grows, the closer I feel, the more I expect from you, and sometimes I get anxious because of it. To the point that I became worried, worried that it would disturb my hopes. Especially disturbing km. 2024-07-17 01:31:23 - INFO - Lowercased text: day by day, that hope grows, the closer i feel, the more i expect from you, and sometimes i get anxious because of it. to the point that i became worried, worried that it would disturb my hopes. especially disturbing km. 2024-07-17 01:31:23 - INFO - Text after punctuation removal: day by day that hope grows the closer i feel the more i expect from you and sometimes i get anxious because of it to the point that i became worried worried that it would disturb my hopes especially disturbing km 2024-07-17 01:31:23 - INFO - Text after number removal: day by day that hope grows the closer i feel the more i expect from you and sometimes i get anxious because of it to the point that i became worried worried that it would disturb my hopes especially disturbing km 2024-07-17 01:31:23 - INFO - Tokenized text: ['day', 'by', 'day', 'that', 'hope', 'grows', 'the', 'closer', 'i', 'feel', 'the', 'more', 'i', 'expect', 'from', 'you', 'and', 'sometimes', 'i', 'get', 'anxious', 'because', 'of', 'it', 'to', 'the', 'point', 'that', 'i', 'became', 'worried', 'worried', 'that', 'it', 'would', 'disturb', 'my', 'hopes', 'especially', 'disturbing', 'km'] 2024-07-17 01:31:23 - INFO - Text after stopword removal and lemmatization: ['day', 'day', 'hope', 'grows', 'closer', 'feel', 'expect', 'sometimes', 'get', 'anxious', 'point', 'became', 'worried', 'worried', 'would', 'disturb', 'hope', 'especially', 'disturbing', 'km'] 2024-07-17 01:31:23 - INFO - Cleaned text: day day hope grows closer feel expect sometimes get anxious point became worried worried would disturb hope especially disturbing km 2024-07-17 01:31:23 - INFO - Original text: Urmi has a fever, I'm already sad and restless.. What's more, this little girl has a fever, ha ha ha 2024-07-17 01:31:24 - INFO - Lowercased text: urmi has a fever, i'm already sad and restless.. what's more, this little girl has a fever, ha ha ha 2024-07-17 01:31:24 - INFO - Text after punctuation removal: urmi has a fever im already sad and restless whats more this little girl has a fever ha ha ha 2024-07-17 01:31:24 - INFO - Text after number removal: urmi has a fever im already sad and restless whats more this little girl has a fever ha ha ha 2024-07-17 01:31:24 - INFO - Tokenized text: ['urmi', 'has', 'a', 'fever', 'im', 'already', 'sad', 'and', 'restless', 'whats', 'more', 'this', 'little', 'girl', 'has', 'a', 'fever', 'ha', 'ha', 'ha'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['urmi', 'fever', 'im', 'already', 'sad', 'restless', 'whats', 'little', 'girl', 'fever', 'ha', 'ha', 'ha'] 2024-07-17 01:31:24 - INFO - Cleaned text: urmi fever im already sad restless whats little girl fever ha ha ha 2024-07-17 01:31:24 - INFO - Original text: How many days have you been feeling restless at night and in the afternoon your mind is empty, why? 2024-07-17 01:31:24 - INFO - Lowercased text: how many days have you been feeling restless at night and in the afternoon your mind is empty, why? 2024-07-17 01:31:24 - INFO - Text after punctuation removal: how many days have you been feeling restless at night and in the afternoon your mind is empty why 2024-07-17 01:31:24 - INFO - Text after number removal: how many days have you been feeling restless at night and in the afternoon your mind is empty why 2024-07-17 01:31:24 - INFO - Tokenized text: ['how', 'many', 'days', 'have', 'you', 'been', 'feeling', 'restless', 'at', 'night', 'and', 'in', 'the', 'afternoon', 'your', 'mind', 'is', 'empty', 'why'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['many', 'day', 'feeling', 'restless', 'night', 'afternoon', 'mind', 'empty'] 2024-07-17 01:31:24 - INFO - Cleaned text: many day feeling restless night afternoon mind empty 2024-07-17 01:31:24 - INFO - Original text: From now on, it's not really good, being restless is tired by nature 2024-07-17 01:31:24 - INFO - Lowercased text: from now on, it's not really good, being restless is tired by nature 2024-07-17 01:31:24 - INFO - Text after punctuation removal: from now on its not really good being restless is tired by nature 2024-07-17 01:31:24 - INFO - Text after number removal: from now on its not really good being restless is tired by nature 2024-07-17 01:31:24 - INFO - Tokenized text: ['from', 'now', 'on', 'its', 'not', 'really', 'good', 'being', 'restless', 'is', 'tired', 'by', 'nature'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['really', 'good', 'restless', 'tired', 'nature'] 2024-07-17 01:31:24 - INFO - Cleaned text: really good restless tired nature 2024-07-17 01:31:24 - INFO - Original text: I haven't slept yet, and now my head hurts so bad. I'm sleepy, but I can't sleep, I've tried to brake but I'm restless 2024-07-17 01:31:24 - INFO - Lowercased text: i haven't slept yet, and now my head hurts so bad. i'm sleepy, but i can't sleep, i've tried to brake but i'm restless 2024-07-17 01:31:24 - INFO - Text after punctuation removal: i havent slept yet and now my head hurts so bad im sleepy but i cant sleep ive tried to brake but im restless 2024-07-17 01:31:24 - INFO - Text after number removal: i havent slept yet and now my head hurts so bad im sleepy but i cant sleep ive tried to brake but im restless 2024-07-17 01:31:24 - INFO - Tokenized text: ['i', 'havent', 'slept', 'yet', 'and', 'now', 'my', 'head', 'hurts', 'so', 'bad', 'im', 'sleepy', 'but', 'i', 'cant', 'sleep', 'ive', 'tried', 'to', 'brake', 'but', 'im', 'restless'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['havent', 'slept', 'yet', 'head', 'hurt', 'bad', 'im', 'sleepy', 'cant', 'sleep', 'ive', 'tried', 'brake', 'im', 'restless'] 2024-07-17 01:31:24 - INFO - Cleaned text: havent slept yet head hurt bad im sleepy cant sleep ive tried brake im restless 2024-07-17 01:31:24 - INFO - Original text: Too anxious. Too worried. Too scared 2024-07-17 01:31:24 - INFO - Lowercased text: too anxious. too worried. too scared 2024-07-17 01:31:24 - INFO - Text after punctuation removal: too anxious too worried too scared 2024-07-17 01:31:24 - INFO - Text after number removal: too anxious too worried too scared 2024-07-17 01:31:24 - INFO - Tokenized text: ['too', 'anxious', 'too', 'worried', 'too', 'scared'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['anxious', 'worried', 'scared'] 2024-07-17 01:31:24 - INFO - Cleaned text: anxious worried scared 2024-07-17 01:31:24 - INFO - Original text: Restless and agitated. 2024-07-17 01:31:24 - INFO - Lowercased text: restless and agitated. 2024-07-17 01:31:24 - INFO - Text after punctuation removal: restless and agitated 2024-07-17 01:31:24 - INFO - Text after number removal: restless and agitated 2024-07-17 01:31:24 - INFO - Tokenized text: ['restless', 'and', 'agitated'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['restless', 'agitated'] 2024-07-17 01:31:24 - INFO - Cleaned text: restless agitated 2024-07-17 01:31:24 - INFO - Original text: There will always be calm in the midst of restlessness 2024-07-17 01:31:24 - INFO - Lowercased text: there will always be calm in the midst of restlessness 2024-07-17 01:31:24 - INFO - Text after punctuation removal: there will always be calm in the midst of restlessness 2024-07-17 01:31:24 - INFO - Text after number removal: there will always be calm in the midst of restlessness 2024-07-17 01:31:24 - INFO - Tokenized text: ['there', 'will', 'always', 'be', 'calm', 'in', 'the', 'midst', 'of', 'restlessness'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['always', 'calm', 'midst', 'restlessness'] 2024-07-17 01:31:24 - INFO - Cleaned text: always calm midst restlessness 2024-07-17 01:31:24 - INFO - Original text: dismayed = disappointed, anxious 2024-07-17 01:31:24 - INFO - Lowercased text: dismayed = disappointed, anxious 2024-07-17 01:31:24 - INFO - Text after punctuation removal: dismayed disappointed anxious 2024-07-17 01:31:24 - INFO - Text after number removal: dismayed disappointed anxious 2024-07-17 01:31:24 - INFO - Tokenized text: ['dismayed', 'disappointed', 'anxious'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['dismayed', 'disappointed', 'anxious'] 2024-07-17 01:31:24 - INFO - Cleaned text: dismayed disappointed anxious 2024-07-17 01:31:24 - INFO - Original text: This is why my heart is beating so fast. Very restless. But I don't know what I'm worried about. It's a great feeling..... 2024-07-17 01:31:24 - INFO - Lowercased text: this is why my heart is beating so fast. very restless. but i don't know what i'm worried about. it's a great feeling..... 2024-07-17 01:31:24 - INFO - Text after punctuation removal: this is why my heart is beating so fast very restless but i dont know what im worried about its a great feeling 2024-07-17 01:31:24 - INFO - Text after number removal: this is why my heart is beating so fast very restless but i dont know what im worried about its a great feeling 2024-07-17 01:31:24 - INFO - Tokenized text: ['this', 'is', 'why', 'my', 'heart', 'is', 'beating', 'so', 'fast', 'very', 'restless', 'but', 'i', 'dont', 'know', 'what', 'im', 'worried', 'about', 'its', 'a', 'great', 'feeling'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['heart', 'beating', 'fast', 'restless', 'dont', 'know', 'im', 'worried', 'great', 'feeling'] 2024-07-17 01:31:24 - INFO - Cleaned text: heart beating fast restless dont know im worried great feeling 2024-07-17 01:31:24 - INFO - Original text: More restless. Hopefully those who are there are okay.... Oh Allah protect him..... Amen, robbal alamin 2024-07-17 01:31:24 - INFO - Lowercased text: more restless. hopefully those who are there are okay.... oh allah protect him..... amen, robbal alamin 2024-07-17 01:31:24 - INFO - Text after punctuation removal: more restless hopefully those who are there are okay oh allah protect him amen robbal alamin 2024-07-17 01:31:24 - INFO - Text after number removal: more restless hopefully those who are there are okay oh allah protect him amen robbal alamin 2024-07-17 01:31:24 - INFO - Tokenized text: ['more', 'restless', 'hopefully', 'those', 'who', 'are', 'there', 'are', 'okay', 'oh', 'allah', 'protect', 'him', 'amen', 'robbal', 'alamin'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['restless', 'hopefully', 'okay', 'oh', 'allah', 'protect', 'amen', 'robbal', 'alamin'] 2024-07-17 01:31:24 - INFO - Cleaned text: restless hopefully okay oh allah protect amen robbal alamin 2024-07-17 01:31:24 - INFO - Original text: If my friends have replied to my tweet that has an opinion, I'm worried 2024-07-17 01:31:24 - INFO - Lowercased text: if my friends have replied to my tweet that has an opinion, i'm worried 2024-07-17 01:31:24 - INFO - Text after punctuation removal: if my friends have replied to my tweet that has an opinion im worried 2024-07-17 01:31:24 - INFO - Text after number removal: if my friends have replied to my tweet that has an opinion im worried 2024-07-17 01:31:24 - INFO - Tokenized text: ['if', 'my', 'friends', 'have', 'replied', 'to', 'my', 'tweet', 'that', 'has', 'an', 'opinion', 'im', 'worried'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['friend', 'replied', 'tweet', 'opinion', 'im', 'worried'] 2024-07-17 01:31:24 - INFO - Cleaned text: friend replied tweet opinion im worried 2024-07-17 01:31:24 - INFO - Original text: I'm hungry, weak, lethargic, restless. 2024-07-17 01:31:24 - INFO - Lowercased text: i'm hungry, weak, lethargic, restless. 2024-07-17 01:31:24 - INFO - Text after punctuation removal: im hungry weak lethargic restless 2024-07-17 01:31:24 - INFO - Text after number removal: im hungry weak lethargic restless 2024-07-17 01:31:24 - INFO - Tokenized text: ['im', 'hungry', 'weak', 'lethargic', 'restless'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['im', 'hungry', 'weak', 'lethargic', 'restless'] 2024-07-17 01:31:24 - INFO - Cleaned text: im hungry weak lethargic restless 2024-07-17 01:31:24 - INFO - Original text: Sudden restlessness. Why are you.. 2024-07-17 01:31:24 - INFO - Lowercased text: sudden restlessness. why are you.. 2024-07-17 01:31:24 - INFO - Text after punctuation removal: sudden restlessness why are you 2024-07-17 01:31:24 - INFO - Text after number removal: sudden restlessness why are you 2024-07-17 01:31:24 - INFO - Tokenized text: ['sudden', 'restlessness', 'why', 'are', 'you'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['sudden', 'restlessness'] 2024-07-17 01:31:24 - INFO - Cleaned text: sudden restlessness 2024-07-17 01:31:24 - INFO - Original text: Sleeps 3 hours, rest restless. Try a variety of positions and ways never fall asleep. I really need to be able to control this mind. 2024-07-17 01:31:24 - INFO - Lowercased text: sleeps 3 hours, rest restless. try a variety of positions and ways never fall asleep. i really need to be able to control this mind. 2024-07-17 01:31:24 - INFO - Text after punctuation removal: sleeps 3 hours rest restless try a variety of positions and ways never fall asleep i really need to be able to control this mind 2024-07-17 01:31:24 - INFO - Text after number removal: sleeps hours rest restless try a variety of positions and ways never fall asleep i really need to be able to control this mind 2024-07-17 01:31:24 - INFO - Tokenized text: ['sleeps', 'hours', 'rest', 'restless', 'try', 'a', 'variety', 'of', 'positions', 'and', 'ways', 'never', 'fall', 'asleep', 'i', 'really', 'need', 'to', 'be', 'able', 'to', 'control', 'this', 'mind'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['sleep', 'hour', 'rest', 'restless', 'try', 'variety', 'position', 'way', 'never', 'fall', 'asleep', 'really', 'need', 'able', 'control', 'mind'] 2024-07-17 01:31:24 - INFO - Cleaned text: sleep hour rest restless try variety position way never fall asleep really need able control mind 2024-07-17 01:31:24 - INFO - Original text: STOP I'M GAMAU ANXIETY, GUNDAH GULANA AGAIN 2024-07-17 01:31:24 - INFO - Lowercased text: stop i'm gamau anxiety, gundah gulana again 2024-07-17 01:31:24 - INFO - Text after punctuation removal: stop im gamau anxiety gundah gulana again 2024-07-17 01:31:24 - INFO - Text after number removal: stop im gamau anxiety gundah gulana again 2024-07-17 01:31:24 - INFO - Tokenized text: ['stop', 'im', 'gamau', 'anxiety', 'gundah', 'gulana', 'again'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['stop', 'im', 'gamau', 'anxiety', 'gundah', 'gulana'] 2024-07-17 01:31:24 - INFO - Cleaned text: stop im gamau anxiety gundah gulana 2024-07-17 01:31:24 - INFO - Original text: Anxious 2024-07-17 01:31:24 - INFO - Lowercased text: anxious 2024-07-17 01:31:24 - INFO - Text after punctuation removal: anxious 2024-07-17 01:31:24 - INFO - Text after number removal: anxious 2024-07-17 01:31:24 - INFO - Tokenized text: ['anxious'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['anxious'] 2024-07-17 01:31:24 - INFO - Cleaned text: anxious 2024-07-17 01:31:24 - INFO - Original text: It's so restless work 2024-07-17 01:31:24 - INFO - Lowercased text: it's so restless work 2024-07-17 01:31:24 - INFO - Text after punctuation removal: its so restless work 2024-07-17 01:31:24 - INFO - Text after number removal: its so restless work 2024-07-17 01:31:24 - INFO - Tokenized text: ['its', 'so', 'restless', 'work'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['restless', 'work'] 2024-07-17 01:31:24 - INFO - Cleaned text: restless work 2024-07-17 01:31:24 - INFO - Original text: Is there anyone who, when sick, can't sleep well, but sleeps restlessly? 2024-07-17 01:31:24 - INFO - Lowercased text: is there anyone who, when sick, can't sleep well, but sleeps restlessly? 2024-07-17 01:31:24 - INFO - Text after punctuation removal: is there anyone who when sick cant sleep well but sleeps restlessly 2024-07-17 01:31:24 - INFO - Text after number removal: is there anyone who when sick cant sleep well but sleeps restlessly 2024-07-17 01:31:24 - INFO - Tokenized text: ['is', 'there', 'anyone', 'who', 'when', 'sick', 'cant', 'sleep', 'well', 'but', 'sleeps', 'restlessly'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['anyone', 'sick', 'cant', 'sleep', 'well', 'sleep', 'restlessly'] 2024-07-17 01:31:24 - INFO - Cleaned text: anyone sick cant sleep well sleep restlessly 2024-07-17 01:31:24 - INFO - Original text: Please worry until you want to cry 2024-07-17 01:31:24 - INFO - Lowercased text: please worry until you want to cry 2024-07-17 01:31:24 - INFO - Text after punctuation removal: please worry until you want to cry 2024-07-17 01:31:24 - INFO - Text after number removal: please worry until you want to cry 2024-07-17 01:31:24 - INFO - Tokenized text: ['please', 'worry', 'until', 'you', 'want', 'to', 'cry'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['please', 'worry', 'want', 'cry'] 2024-07-17 01:31:24 - INFO - Cleaned text: please worry want cry 2024-07-17 01:31:24 - INFO - Original text: Exam on Saturday. Saturday's Starting Presentation..On Going: CT.Place CSE Dept. .Assignments….AND UNTIL NOW CLEAR CATIA TRAINING 2 PRODUCTS HAHAHAHA.. awesome, still in sleep mode, but I'm nervous, haha 2024-07-17 01:31:24 - INFO - Lowercased text: exam on saturday. saturday's starting presentation..on going: ct.place cse dept. .assignments….and until now clear catia training 2 products hahahaha.. awesome, still in sleep mode, but i'm nervous, haha 2024-07-17 01:31:24 - INFO - Text after punctuation removal: exam on saturday saturdays starting presentationon going ctplace cse dept assignments…and until now clear catia training 2 products hahahaha awesome still in sleep mode but im nervous haha 2024-07-17 01:31:24 - INFO - Text after number removal: exam on saturday saturdays starting presentationon going ctplace cse dept assignments…and until now clear catia training products hahahaha awesome still in sleep mode but im nervous haha 2024-07-17 01:31:24 - INFO - Tokenized text: ['exam', 'on', 'saturday', 'saturdays', 'starting', 'presentationon', 'going', 'ctplace', 'cse', 'dept', 'assignments…and', 'until', 'now', 'clear', 'catia', 'training', 'products', 'hahahaha', 'awesome', 'still', 'in', 'sleep', 'mode', 'but', 'im', 'nervous', 'haha'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['exam', 'saturday', 'saturday', 'starting', 'presentationon', 'going', 'ctplace', 'cse', 'dept', 'assignments…and', 'clear', 'catia', 'training', 'product', 'hahahaha', 'awesome', 'still', 'sleep', 'mode', 'im', 'nervous', 'haha'] 2024-07-17 01:31:24 - INFO - Cleaned text: exam saturday saturday starting presentationon going ctplace cse dept assignments…and clear catia training product hahahaha awesome still sleep mode im nervous haha 2024-07-17 01:31:24 - INFO - Original text: I'm nervous, when you come change anxiety and become anxious, I'm more worried. Tomorrow I will try to live without news from you again, quickly go away from my insincerity. 2024-07-17 01:31:24 - INFO - Lowercased text: i'm nervous, when you come change anxiety and become anxious, i'm more worried. tomorrow i will try to live without news from you again, quickly go away from my insincerity. 2024-07-17 01:31:24 - INFO - Text after punctuation removal: im nervous when you come change anxiety and become anxious im more worried tomorrow i will try to live without news from you again quickly go away from my insincerity 2024-07-17 01:31:24 - INFO - Text after number removal: im nervous when you come change anxiety and become anxious im more worried tomorrow i will try to live without news from you again quickly go away from my insincerity 2024-07-17 01:31:24 - INFO - Tokenized text: ['im', 'nervous', 'when', 'you', 'come', 'change', 'anxiety', 'and', 'become', 'anxious', 'im', 'more', 'worried', 'tomorrow', 'i', 'will', 'try', 'to', 'live', 'without', 'news', 'from', 'you', 'again', 'quickly', 'go', 'away', 'from', 'my', 'insincerity'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['im', 'nervous', 'come', 'change', 'anxiety', 'become', 'anxious', 'im', 'worried', 'tomorrow', 'try', 'live', 'without', 'news', 'quickly', 'go', 'away', 'insincerity'] 2024-07-17 01:31:24 - INFO - Cleaned text: im nervous come change anxiety become anxious im worried tomorrow try live without news quickly go away insincerity 2024-07-17 01:31:24 - INFO - Original text: How worried am I? *asked my other self. Until it was sent, sustenance had a good friend. Moved 2024-07-17 01:31:24 - INFO - Lowercased text: how worried am i? *asked my other self. until it was sent, sustenance had a good friend. moved 2024-07-17 01:31:24 - INFO - Text after punctuation removal: how worried am i asked my other self until it was sent sustenance had a good friend moved 2024-07-17 01:31:24 - INFO - Text after number removal: how worried am i asked my other self until it was sent sustenance had a good friend moved 2024-07-17 01:31:24 - INFO - Tokenized text: ['how', 'worried', 'am', 'i', 'asked', 'my', 'other', 'self', 'until', 'it', 'was', 'sent', 'sustenance', 'had', 'a', 'good', 'friend', 'moved'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['worried', 'asked', 'self', 'sent', 'sustenance', 'good', 'friend', 'moved'] 2024-07-17 01:31:24 - INFO - Cleaned text: worried asked self sent sustenance good friend moved 2024-07-17 01:31:24 - INFO - Original text: Restless due to imagining too long and high until lazy to sleep. 2024-07-17 01:31:24 - INFO - Lowercased text: restless due to imagining too long and high until lazy to sleep. 2024-07-17 01:31:24 - INFO - Text after punctuation removal: restless due to imagining too long and high until lazy to sleep 2024-07-17 01:31:24 - INFO - Text after number removal: restless due to imagining too long and high until lazy to sleep 2024-07-17 01:31:24 - INFO - Tokenized text: ['restless', 'due', 'to', 'imagining', 'too', 'long', 'and', 'high', 'until', 'lazy', 'to', 'sleep'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['restless', 'due', 'imagining', 'long', 'high', 'lazy', 'sleep'] 2024-07-17 01:31:24 - INFO - Cleaned text: restless due imagining long high lazy sleep 2024-07-17 01:31:24 - INFO - Original text: It's like something's up, something's weird, but I don't know what, it feels so restless. 2024-07-17 01:31:24 - INFO - Lowercased text: it's like something's up, something's weird, but i don't know what, it feels so restless. 2024-07-17 01:31:24 - INFO - Text after punctuation removal: its like somethings up somethings weird but i dont know what it feels so restless 2024-07-17 01:31:24 - INFO - Text after number removal: its like somethings up somethings weird but i dont know what it feels so restless 2024-07-17 01:31:24 - INFO - Tokenized text: ['its', 'like', 'somethings', 'up', 'somethings', 'weird', 'but', 'i', 'dont', 'know', 'what', 'it', 'feels', 'so', 'restless'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['like', 'somethings', 'somethings', 'weird', 'dont', 'know', 'feel', 'restless'] 2024-07-17 01:31:24 - INFO - Cleaned text: like somethings somethings weird dont know feel restless 2024-07-17 01:31:24 - INFO - Original text: "No regrets or grudges/angry at things that have passed, and not worrying too much about the future, that's true serenity." 2024-07-17 01:31:24 - INFO - Lowercased text: "no regrets or grudges/angry at things that have passed, and not worrying too much about the future, that's true serenity." 2024-07-17 01:31:24 - INFO - Text after punctuation removal: no regrets or grudgesangry at things that have passed and not worrying too much about the future thats true serenity 2024-07-17 01:31:24 - INFO - Text after number removal: no regrets or grudgesangry at things that have passed and not worrying too much about the future thats true serenity 2024-07-17 01:31:24 - INFO - Tokenized text: ['no', 'regrets', 'or', 'grudgesangry', 'at', 'things', 'that', 'have', 'passed', 'and', 'not', 'worrying', 'too', 'much', 'about', 'the', 'future', 'thats', 'true', 'serenity'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['regret', 'grudgesangry', 'thing', 'passed', 'worrying', 'much', 'future', 'thats', 'true', 'serenity'] 2024-07-17 01:31:24 - INFO - Cleaned text: regret grudgesangry thing passed worrying much future thats true serenity 2024-07-17 01:31:24 - INFO - Original text: For God's sake, I'm so tired of worrying. 2024-07-17 01:31:24 - INFO - Lowercased text: for god's sake, i'm so tired of worrying. 2024-07-17 01:31:24 - INFO - Text after punctuation removal: for gods sake im so tired of worrying 2024-07-17 01:31:24 - INFO - Text after number removal: for gods sake im so tired of worrying 2024-07-17 01:31:24 - INFO - Tokenized text: ['for', 'gods', 'sake', 'im', 'so', 'tired', 'of', 'worrying'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['god', 'sake', 'im', 'tired', 'worrying'] 2024-07-17 01:31:24 - INFO - Cleaned text: god sake im tired worrying 2024-07-17 01:31:24 - INFO - Original text: For 3 years comfortable with this condition, anxiously wondering if a few days later everything will change? I don't know, another crisis of confidence 2024-07-17 01:31:24 - INFO - Lowercased text: for 3 years comfortable with this condition, anxiously wondering if a few days later everything will change? i don't know, another crisis of confidence 2024-07-17 01:31:24 - INFO - Text after punctuation removal: for 3 years comfortable with this condition anxiously wondering if a few days later everything will change i dont know another crisis of confidence 2024-07-17 01:31:24 - INFO - Text after number removal: for years comfortable with this condition anxiously wondering if a few days later everything will change i dont know another crisis of confidence 2024-07-17 01:31:24 - INFO - Tokenized text: ['for', 'years', 'comfortable', 'with', 'this', 'condition', 'anxiously', 'wondering', 'if', 'a', 'few', 'days', 'later', 'everything', 'will', 'change', 'i', 'dont', 'know', 'another', 'crisis', 'of', 'confidence'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['year', 'comfortable', 'condition', 'anxiously', 'wondering', 'day', 'later', 'everything', 'change', 'dont', 'know', 'another', 'crisis', 'confidence'] 2024-07-17 01:31:24 - INFO - Cleaned text: year comfortable condition anxiously wondering day later everything change dont know another crisis confidence 2024-07-17 01:31:24 - INFO - Original text: Feeling a little anxious today. 2024-07-17 01:31:24 - INFO - Lowercased text: feeling a little anxious today. 2024-07-17 01:31:24 - INFO - Text after punctuation removal: feeling a little anxious today 2024-07-17 01:31:24 - INFO - Text after number removal: feeling a little anxious today 2024-07-17 01:31:24 - INFO - Tokenized text: ['feeling', 'a', 'little', 'anxious', 'today'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['feeling', 'little', 'anxious', 'today'] 2024-07-17 01:31:24 - INFO - Cleaned text: feeling little anxious today 2024-07-17 01:31:24 - INFO - Original text: Not regretting or holding grudges/angry at things that have passed, and not worrying too much about the future, that's true serenity 2024-07-17 01:31:24 - INFO - Lowercased text: not regretting or holding grudges/angry at things that have passed, and not worrying too much about the future, that's true serenity 2024-07-17 01:31:24 - INFO - Text after punctuation removal: not regretting or holding grudgesangry at things that have passed and not worrying too much about the future thats true serenity 2024-07-17 01:31:24 - INFO - Text after number removal: not regretting or holding grudgesangry at things that have passed and not worrying too much about the future thats true serenity 2024-07-17 01:31:24 - INFO - Tokenized text: ['not', 'regretting', 'or', 'holding', 'grudgesangry', 'at', 'things', 'that', 'have', 'passed', 'and', 'not', 'worrying', 'too', 'much', 'about', 'the', 'future', 'thats', 'true', 'serenity'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['regretting', 'holding', 'grudgesangry', 'thing', 'passed', 'worrying', 'much', 'future', 'thats', 'true', 'serenity'] 2024-07-17 01:31:24 - INFO - Cleaned text: regretting holding grudgesangry thing passed worrying much future thats true serenity 2024-07-17 01:31:24 - INFO - Original text: Please be anxious , it must continue like this. 2024-07-17 01:31:24 - INFO - Lowercased text: please be anxious , it must continue like this. 2024-07-17 01:31:24 - INFO - Text after punctuation removal: please be anxious it must continue like this 2024-07-17 01:31:24 - INFO - Text after number removal: please be anxious it must continue like this 2024-07-17 01:31:24 - INFO - Tokenized text: ['please', 'be', 'anxious', 'it', 'must', 'continue', 'like', 'this'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['please', 'anxious', 'must', 'continue', 'like'] 2024-07-17 01:31:24 - INFO - Cleaned text: please anxious must continue like 2024-07-17 01:31:24 - INFO - Original text: Hmm, I don't know what to do, but I'm nervous 2024-07-17 01:31:24 - INFO - Lowercased text: hmm, i don't know what to do, but i'm nervous 2024-07-17 01:31:24 - INFO - Text after punctuation removal: hmm i dont know what to do but im nervous 2024-07-17 01:31:24 - INFO - Text after number removal: hmm i dont know what to do but im nervous 2024-07-17 01:31:24 - INFO - Tokenized text: ['hmm', 'i', 'dont', 'know', 'what', 'to', 'do', 'but', 'im', 'nervous'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['hmm', 'dont', 'know', 'im', 'nervous'] 2024-07-17 01:31:24 - INFO - Cleaned text: hmm dont know im nervous 2024-07-17 01:31:24 - INFO - Original text: Very restless can't sleep ™ 2024-07-17 01:31:24 - INFO - Lowercased text: very restless can't sleep ™ 2024-07-17 01:31:24 - INFO - Text after punctuation removal: very restless cant sleep ™ 2024-07-17 01:31:24 - INFO - Text after number removal: very restless cant sleep ™ 2024-07-17 01:31:24 - INFO - Tokenized text: ['very', 'restless', 'cant', 'sleep', '™'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['restless', 'cant', 'sleep', '™'] 2024-07-17 01:31:24 - INFO - Cleaned text: restless cant sleep ™ 2024-07-17 01:31:24 - INFO - Original text: I'm sad because I can't produce anything but I like to complain every day because I'm tired of taking care of children I see the body is getting bigger, yes I am getting more and more restless 2024-07-17 01:31:24 - INFO - Lowercased text: i'm sad because i can't produce anything but i like to complain every day because i'm tired of taking care of children i see the body is getting bigger, yes i am getting more and more restless 2024-07-17 01:31:24 - INFO - Text after punctuation removal: im sad because i cant produce anything but i like to complain every day because im tired of taking care of children i see the body is getting bigger yes i am getting more and more restless 2024-07-17 01:31:24 - INFO - Text after number removal: im sad because i cant produce anything but i like to complain every day because im tired of taking care of children i see the body is getting bigger yes i am getting more and more restless 2024-07-17 01:31:24 - INFO - Tokenized text: ['im', 'sad', 'because', 'i', 'cant', 'produce', 'anything', 'but', 'i', 'like', 'to', 'complain', 'every', 'day', 'because', 'im', 'tired', 'of', 'taking', 'care', 'of', 'children', 'i', 'see', 'the', 'body', 'is', 'getting', 'bigger', 'yes', 'i', 'am', 'getting', 'more', 'and', 'more', 'restless'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['im', 'sad', 'cant', 'produce', 'anything', 'like', 'complain', 'every', 'day', 'im', 'tired', 'taking', 'care', 'child', 'see', 'body', 'getting', 'bigger', 'yes', 'getting', 'restless'] 2024-07-17 01:31:24 - INFO - Cleaned text: im sad cant produce anything like complain every day im tired taking care child see body getting bigger yes getting restless 2024-07-17 01:31:24 - INFO - Original text: Every time after sunset, why must this heart be restless as if it can't accept the situation. But with this situation, you can't do anything, if you do it, it can only make things worse 2024-07-17 01:31:24 - INFO - Lowercased text: every time after sunset, why must this heart be restless as if it can't accept the situation. but with this situation, you can't do anything, if you do it, it can only make things worse 2024-07-17 01:31:24 - INFO - Text after punctuation removal: every time after sunset why must this heart be restless as if it cant accept the situation but with this situation you cant do anything if you do it it can only make things worse 2024-07-17 01:31:24 - INFO - Text after number removal: every time after sunset why must this heart be restless as if it cant accept the situation but with this situation you cant do anything if you do it it can only make things worse 2024-07-17 01:31:24 - INFO - Tokenized text: ['every', 'time', 'after', 'sunset', 'why', 'must', 'this', 'heart', 'be', 'restless', 'as', 'if', 'it', 'cant', 'accept', 'the', 'situation', 'but', 'with', 'this', 'situation', 'you', 'cant', 'do', 'anything', 'if', 'you', 'do', 'it', 'it', 'can', 'only', 'make', 'things', 'worse'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['every', 'time', 'sunset', 'must', 'heart', 'restless', 'cant', 'accept', 'situation', 'situation', 'cant', 'anything', 'make', 'thing', 'worse'] 2024-07-17 01:31:24 - INFO - Cleaned text: every time sunset must heart restless cant accept situation situation cant anything make thing worse 2024-07-17 01:31:24 - INFO - Original text: Why are you restless and restless yo ” 2024-07-17 01:31:24 - INFO - Lowercased text: why are you restless and restless yo ” 2024-07-17 01:31:24 - INFO - Text after punctuation removal: why are you restless and restless yo ” 2024-07-17 01:31:24 - INFO - Text after number removal: why are you restless and restless yo ” 2024-07-17 01:31:24 - INFO - Tokenized text: ['why', 'are', 'you', 'restless', 'and', 'restless', 'yo', '”'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['restless', 'restless', 'yo', '”'] 2024-07-17 01:31:24 - INFO - Cleaned text: restless restless yo ” 2024-07-17 01:31:24 - INFO - Original text: I'm so nervous about what to do 2024-07-17 01:31:24 - INFO - Lowercased text: i'm so nervous about what to do 2024-07-17 01:31:24 - INFO - Text after punctuation removal: im so nervous about what to do 2024-07-17 01:31:24 - INFO - Text after number removal: im so nervous about what to do 2024-07-17 01:31:24 - INFO - Tokenized text: ['im', 'so', 'nervous', 'about', 'what', 'to', 'do'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['im', 'nervous'] 2024-07-17 01:31:24 - INFO - Cleaned text: im nervous 2024-07-17 01:31:24 - INFO - Original text: tbtb restless, tf is wrong with meh? 2024-07-17 01:31:24 - INFO - Lowercased text: tbtb restless, tf is wrong with meh? 2024-07-17 01:31:24 - INFO - Text after punctuation removal: tbtb restless tf is wrong with meh 2024-07-17 01:31:24 - INFO - Text after number removal: tbtb restless tf is wrong with meh 2024-07-17 01:31:24 - INFO - Tokenized text: ['tbtb', 'restless', 'tf', 'is', 'wrong', 'with', 'meh'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['tbtb', 'restless', 'tf', 'wrong', 'meh'] 2024-07-17 01:31:24 - INFO - Cleaned text: tbtb restless tf wrong meh 2024-07-17 01:31:24 - INFO - Original text: I swear I can't sleep...sleep anyway, but I don't sleep...so restless.. 2024-07-17 01:31:24 - INFO - Lowercased text: i swear i can't sleep...sleep anyway, but i don't sleep...so restless.. 2024-07-17 01:31:24 - INFO - Text after punctuation removal: i swear i cant sleepsleep anyway but i dont sleepso restless 2024-07-17 01:31:24 - INFO - Text after number removal: i swear i cant sleepsleep anyway but i dont sleepso restless 2024-07-17 01:31:24 - INFO - Tokenized text: ['i', 'swear', 'i', 'cant', 'sleepsleep', 'anyway', 'but', 'i', 'dont', 'sleepso', 'restless'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['swear', 'cant', 'sleepsleep', 'anyway', 'dont', 'sleepso', 'restless'] 2024-07-17 01:31:24 - INFO - Cleaned text: swear cant sleepsleep anyway dont sleepso restless 2024-07-17 01:31:24 - INFO - Original text: Why does it seem like tonight I'm restless, sad like I want to cry but I don't know what to be sad about 2024-07-17 01:31:24 - INFO - Lowercased text: why does it seem like tonight i'm restless, sad like i want to cry but i don't know what to be sad about 2024-07-17 01:31:24 - INFO - Text after punctuation removal: why does it seem like tonight im restless sad like i want to cry but i dont know what to be sad about 2024-07-17 01:31:24 - INFO - Text after number removal: why does it seem like tonight im restless sad like i want to cry but i dont know what to be sad about 2024-07-17 01:31:24 - INFO - Tokenized text: ['why', 'does', 'it', 'seem', 'like', 'tonight', 'im', 'restless', 'sad', 'like', 'i', 'want', 'to', 'cry', 'but', 'i', 'dont', 'know', 'what', 'to', 'be', 'sad', 'about'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['seem', 'like', 'tonight', 'im', 'restless', 'sad', 'like', 'want', 'cry', 'dont', 'know', 'sad'] 2024-07-17 01:31:24 - INFO - Cleaned text: seem like tonight im restless sad like want cry dont know sad 2024-07-17 01:31:24 - INFO - Original text: why so nervous? what is certain is not because thr is without tukin. ..but it's all because of you 2024-07-17 01:31:24 - INFO - Lowercased text: why so nervous? what is certain is not because thr is without tukin. ..but it's all because of you 2024-07-17 01:31:24 - INFO - Text after punctuation removal: why so nervous what is certain is not because thr is without tukin but its all because of you 2024-07-17 01:31:24 - INFO - Text after number removal: why so nervous what is certain is not because thr is without tukin but its all because of you 2024-07-17 01:31:24 - INFO - Tokenized text: ['why', 'so', 'nervous', 'what', 'is', 'certain', 'is', 'not', 'because', 'thr', 'is', 'without', 'tukin', 'but', 'its', 'all', 'because', 'of', 'you'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['nervous', 'certain', 'thr', 'without', 'tukin'] 2024-07-17 01:31:24 - INFO - Cleaned text: nervous certain thr without tukin 2024-07-17 01:31:24 - INFO - Original text: The script is harmless. But continuing anxiety because the thesis is not finished can be dangerous for the heart. 2024-07-17 01:31:24 - INFO - Lowercased text: the script is harmless. but continuing anxiety because the thesis is not finished can be dangerous for the heart. 2024-07-17 01:31:24 - INFO - Text after punctuation removal: the script is harmless but continuing anxiety because the thesis is not finished can be dangerous for the heart 2024-07-17 01:31:24 - INFO - Text after number removal: the script is harmless but continuing anxiety because the thesis is not finished can be dangerous for the heart 2024-07-17 01:31:24 - INFO - Tokenized text: ['the', 'script', 'is', 'harmless', 'but', 'continuing', 'anxiety', 'because', 'the', 'thesis', 'is', 'not', 'finished', 'can', 'be', 'dangerous', 'for', 'the', 'heart'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['script', 'harmless', 'continuing', 'anxiety', 'thesis', 'finished', 'dangerous', 'heart'] 2024-07-17 01:31:24 - INFO - Cleaned text: script harmless continuing anxiety thesis finished dangerous heart 2024-07-17 01:31:24 - INFO - Original text: can't you not disturb people's lives? until I'm anxious and can't sleep 2024-07-17 01:31:24 - INFO - Lowercased text: can't you not disturb people's lives? until i'm anxious and can't sleep 2024-07-17 01:31:24 - INFO - Text after punctuation removal: cant you not disturb peoples lives until im anxious and cant sleep 2024-07-17 01:31:24 - INFO - Text after number removal: cant you not disturb peoples lives until im anxious and cant sleep 2024-07-17 01:31:24 - INFO - Tokenized text: ['cant', 'you', 'not', 'disturb', 'peoples', 'lives', 'until', 'im', 'anxious', 'and', 'cant', 'sleep'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['cant', 'disturb', 'people', 'life', 'im', 'anxious', 'cant', 'sleep'] 2024-07-17 01:31:24 - INFO - Cleaned text: cant disturb people life im anxious cant sleep 2024-07-17 01:31:24 - INFO - Original text: how do you keep it calm, original tbtb is excited and then you're sweaty or nervous " 2024-07-17 01:31:24 - INFO - Lowercased text: how do you keep it calm, original tbtb is excited and then you're sweaty or nervous " 2024-07-17 01:31:24 - INFO - Text after punctuation removal: how do you keep it calm original tbtb is excited and then youre sweaty or nervous 2024-07-17 01:31:24 - INFO - Text after number removal: how do you keep it calm original tbtb is excited and then youre sweaty or nervous 2024-07-17 01:31:24 - INFO - Tokenized text: ['how', 'do', 'you', 'keep', 'it', 'calm', 'original', 'tbtb', 'is', 'excited', 'and', 'then', 'youre', 'sweaty', 'or', 'nervous'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['keep', 'calm', 'original', 'tbtb', 'excited', 'youre', 'sweaty', 'nervous'] 2024-07-17 01:31:24 - INFO - Cleaned text: keep calm original tbtb excited youre sweaty nervous 2024-07-17 01:31:24 - INFO - Original text: And again suddenly feeling nervous and anxious without knowing why :(. 2024-07-17 01:31:24 - INFO - Lowercased text: and again suddenly feeling nervous and anxious without knowing why :(. 2024-07-17 01:31:24 - INFO - Text after punctuation removal: and again suddenly feeling nervous and anxious without knowing why 2024-07-17 01:31:24 - INFO - Text after number removal: and again suddenly feeling nervous and anxious without knowing why 2024-07-17 01:31:24 - INFO - Tokenized text: ['and', 'again', 'suddenly', 'feeling', 'nervous', 'and', 'anxious', 'without', 'knowing', 'why'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['suddenly', 'feeling', 'nervous', 'anxious', 'without', 'knowing'] 2024-07-17 01:31:24 - INFO - Cleaned text: suddenly feeling nervous anxious without knowing 2024-07-17 01:31:24 - INFO - Original text: I'm not feeling very good this morning, I'm really worried ” 2024-07-17 01:31:24 - INFO - Lowercased text: i'm not feeling very good this morning, i'm really worried ” 2024-07-17 01:31:24 - INFO - Text after punctuation removal: im not feeling very good this morning im really worried ” 2024-07-17 01:31:24 - INFO - Text after number removal: im not feeling very good this morning im really worried ” 2024-07-17 01:31:24 - INFO - Tokenized text: ['im', 'not', 'feeling', 'very', 'good', 'this', 'morning', 'im', 'really', 'worried', '”'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['im', 'feeling', 'good', 'morning', 'im', 'really', 'worried', '”'] 2024-07-17 01:31:24 - INFO - Cleaned text: im feeling good morning im really worried ” 2024-07-17 01:31:24 - INFO - Original text: If you are restless & restless, just complain to your RABB and read the Qur'an so that the heart becomes cool and reduce cynicism towards others #bowochallenge #iwartabowochallenge 2024-07-17 01:31:24 - INFO - Lowercased text: if you are restless & restless, just complain to your rabb and read the qur'an so that the heart becomes cool and reduce cynicism towards others #bowochallenge #iwartabowochallenge 2024-07-17 01:31:24 - INFO - Text after punctuation removal: if you are restless restless just complain to your rabb and read the quran so that the heart becomes cool and reduce cynicism towards others bowochallenge iwartabowochallenge 2024-07-17 01:31:24 - INFO - Text after number removal: if you are restless restless just complain to your rabb and read the quran so that the heart becomes cool and reduce cynicism towards others bowochallenge iwartabowochallenge 2024-07-17 01:31:24 - INFO - Tokenized text: ['if', 'you', 'are', 'restless', 'restless', 'just', 'complain', 'to', 'your', 'rabb', 'and', 'read', 'the', 'quran', 'so', 'that', 'the', 'heart', 'becomes', 'cool', 'and', 'reduce', 'cynicism', 'towards', 'others', 'bowochallenge', 'iwartabowochallenge'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['restless', 'restless', 'complain', 'rabb', 'read', 'quran', 'heart', 'becomes', 'cool', 'reduce', 'cynicism', 'towards', 'others', 'bowochallenge', 'iwartabowochallenge'] 2024-07-17 01:31:24 - INFO - Cleaned text: restless restless complain rabb read quran heart becomes cool reduce cynicism towards others bowochallenge iwartabowochallenge 2024-07-17 01:31:24 - INFO - Original text: controlling excessive anxiety 2024-07-17 01:31:24 - INFO - Lowercased text: controlling excessive anxiety 2024-07-17 01:31:24 - INFO - Text after punctuation removal: controlling excessive anxiety 2024-07-17 01:31:24 - INFO - Text after number removal: controlling excessive anxiety 2024-07-17 01:31:24 - INFO - Tokenized text: ['controlling', 'excessive', 'anxiety'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['controlling', 'excessive', 'anxiety'] 2024-07-17 01:31:24 - INFO - Cleaned text: controlling excessive anxiety 2024-07-17 01:31:24 - INFO - Original text: When you hear the song, your heart becomes calm and when you hear the Koran, your heart becomes tense and restless.. it's a sign that your heart is hit by CORONA BLOOD.. you need to think about it.. because life is not a game. 2024-07-17 01:31:24 - INFO - Lowercased text: when you hear the song, your heart becomes calm and when you hear the koran, your heart becomes tense and restless.. it's a sign that your heart is hit by corona blood.. you need to think about it.. because life is not a game. 2024-07-17 01:31:24 - INFO - Text after punctuation removal: when you hear the song your heart becomes calm and when you hear the koran your heart becomes tense and restless its a sign that your heart is hit by corona blood you need to think about it because life is not a game 2024-07-17 01:31:24 - INFO - Text after number removal: when you hear the song your heart becomes calm and when you hear the koran your heart becomes tense and restless its a sign that your heart is hit by corona blood you need to think about it because life is not a game 2024-07-17 01:31:24 - INFO - Tokenized text: ['when', 'you', 'hear', 'the', 'song', 'your', 'heart', 'becomes', 'calm', 'and', 'when', 'you', 'hear', 'the', 'koran', 'your', 'heart', 'becomes', 'tense', 'and', 'restless', 'its', 'a', 'sign', 'that', 'your', 'heart', 'is', 'hit', 'by', 'corona', 'blood', 'you', 'need', 'to', 'think', 'about', 'it', 'because', 'life', 'is', 'not', 'a', 'game'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['hear', 'song', 'heart', 'becomes', 'calm', 'hear', 'koran', 'heart', 'becomes', 'tense', 'restless', 'sign', 'heart', 'hit', 'corona', 'blood', 'need', 'think', 'life', 'game'] 2024-07-17 01:31:24 - INFO - Cleaned text: hear song heart becomes calm hear koran heart becomes tense restless sign heart hit corona blood need think life game 2024-07-17 01:31:24 - INFO - Original text: restless restlessness haunts self 2024-07-17 01:31:24 - INFO - Lowercased text: restless restlessness haunts self 2024-07-17 01:31:24 - INFO - Text after punctuation removal: restless restlessness haunts self 2024-07-17 01:31:24 - INFO - Text after number removal: restless restlessness haunts self 2024-07-17 01:31:24 - INFO - Tokenized text: ['restless', 'restlessness', 'haunts', 'self'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['restless', 'restlessness', 'haunt', 'self'] 2024-07-17 01:31:24 - INFO - Cleaned text: restless restlessness haunt self 2024-07-17 01:31:24 - INFO - Original text: The peak period of my stress has passed and I am only noisy now. After going out with my friends yesterday, that makes me feel kinda better. At first I was afraid and anxious to go out, yes, because anxiety is still active. But well I hope I'll gain some weight after this storm, bismillaah 2024-07-17 01:31:24 - INFO - Lowercased text: the peak period of my stress has passed and i am only noisy now. after going out with my friends yesterday, that makes me feel kinda better. at first i was afraid and anxious to go out, yes, because anxiety is still active. but well i hope i'll gain some weight after this storm, bismillaah 2024-07-17 01:31:24 - INFO - Text after punctuation removal: the peak period of my stress has passed and i am only noisy now after going out with my friends yesterday that makes me feel kinda better at first i was afraid and anxious to go out yes because anxiety is still active but well i hope ill gain some weight after this storm bismillaah 2024-07-17 01:31:24 - INFO - Text after number removal: the peak period of my stress has passed and i am only noisy now after going out with my friends yesterday that makes me feel kinda better at first i was afraid and anxious to go out yes because anxiety is still active but well i hope ill gain some weight after this storm bismillaah 2024-07-17 01:31:24 - INFO - Tokenized text: ['the', 'peak', 'period', 'of', 'my', 'stress', 'has', 'passed', 'and', 'i', 'am', 'only', 'noisy', 'now', 'after', 'going', 'out', 'with', 'my', 'friends', 'yesterday', 'that', 'makes', 'me', 'feel', 'kinda', 'better', 'at', 'first', 'i', 'was', 'afraid', 'and', 'anxious', 'to', 'go', 'out', 'yes', 'because', 'anxiety', 'is', 'still', 'active', 'but', 'well', 'i', 'hope', 'ill', 'gain', 'some', 'weight', 'after', 'this', 'storm', 'bismillaah'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['peak', 'period', 'stress', 'passed', 'noisy', 'going', 'friend', 'yesterday', 'make', 'feel', 'kinda', 'better', 'first', 'afraid', 'anxious', 'go', 'yes', 'anxiety', 'still', 'active', 'well', 'hope', 'ill', 'gain', 'weight', 'storm', 'bismillaah'] 2024-07-17 01:31:24 - INFO - Cleaned text: peak period stress passed noisy going friend yesterday make feel kinda better first afraid anxious go yes anxiety still active well hope ill gain weight storm bismillaah 2024-07-17 01:31:24 - INFO - Original text: I'm most worried when my mom is sick. 2024-07-17 01:31:24 - INFO - Lowercased text: i'm most worried when my mom is sick. 2024-07-17 01:31:24 - INFO - Text after punctuation removal: im most worried when my mom is sick 2024-07-17 01:31:24 - INFO - Text after number removal: im most worried when my mom is sick 2024-07-17 01:31:24 - INFO - Tokenized text: ['im', 'most', 'worried', 'when', 'my', 'mom', 'is', 'sick'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['im', 'worried', 'mom', 'sick'] 2024-07-17 01:31:24 - INFO - Cleaned text: im worried mom sick 2024-07-17 01:31:24 - INFO - Original text: don't worry yet :) 2024-07-17 01:31:24 - INFO - Lowercased text: don't worry yet :) 2024-07-17 01:31:24 - INFO - Text after punctuation removal: dont worry yet 2024-07-17 01:31:24 - INFO - Text after number removal: dont worry yet 2024-07-17 01:31:24 - INFO - Tokenized text: ['dont', 'worry', 'yet'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['dont', 'worry', 'yet'] 2024-07-17 01:31:24 - INFO - Cleaned text: dont worry yet 2024-07-17 01:31:24 - INFO - Original text: "Yesterday, I was worried half to death, now my wife is aware of being stiff again... how about that?" 2024-07-17 01:31:24 - INFO - Lowercased text: "yesterday, i was worried half to death, now my wife is aware of being stiff again... how about that?" 2024-07-17 01:31:24 - INFO - Text after punctuation removal: yesterday i was worried half to death now my wife is aware of being stiff again how about that 2024-07-17 01:31:24 - INFO - Text after number removal: yesterday i was worried half to death now my wife is aware of being stiff again how about that 2024-07-17 01:31:24 - INFO - Tokenized text: ['yesterday', 'i', 'was', 'worried', 'half', 'to', 'death', 'now', 'my', 'wife', 'is', 'aware', 'of', 'being', 'stiff', 'again', 'how', 'about', 'that'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['yesterday', 'worried', 'half', 'death', 'wife', 'aware', 'stiff'] 2024-07-17 01:31:24 - INFO - Cleaned text: yesterday worried half death wife aware stiff 2024-07-17 01:31:24 - INFO - Original text: The last time I felt this nervous was on Wednesday. When he found out his mother died. I hope this isn't a sign anymore 2024-07-17 01:31:24 - INFO - Lowercased text: the last time i felt this nervous was on wednesday. when he found out his mother died. i hope this isn't a sign anymore 2024-07-17 01:31:24 - INFO - Text after punctuation removal: the last time i felt this nervous was on wednesday when he found out his mother died i hope this isnt a sign anymore 2024-07-17 01:31:24 - INFO - Text after number removal: the last time i felt this nervous was on wednesday when he found out his mother died i hope this isnt a sign anymore 2024-07-17 01:31:24 - INFO - Tokenized text: ['the', 'last', 'time', 'i', 'felt', 'this', 'nervous', 'was', 'on', 'wednesday', 'when', 'he', 'found', 'out', 'his', 'mother', 'died', 'i', 'hope', 'this', 'isnt', 'a', 'sign', 'anymore'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['last', 'time', 'felt', 'nervous', 'wednesday', 'found', 'mother', 'died', 'hope', 'isnt', 'sign', 'anymore'] 2024-07-17 01:31:24 - INFO - Cleaned text: last time felt nervous wednesday found mother died hope isnt sign anymore 2024-07-17 01:31:24 - INFO - Original text: I don't know how many years it took me to jump in until I could feel the descent without worrying ² 2024-07-17 01:31:24 - INFO - Lowercased text: i don't know how many years it took me to jump in until i could feel the descent without worrying ² 2024-07-17 01:31:24 - INFO - Text after punctuation removal: i dont know how many years it took me to jump in until i could feel the descent without worrying ² 2024-07-17 01:31:24 - INFO - Text after number removal: i dont know how many years it took me to jump in until i could feel the descent without worrying ² 2024-07-17 01:31:24 - INFO - Tokenized text: ['i', 'dont', 'know', 'how', 'many', 'years', 'it', 'took', 'me', 'to', 'jump', 'in', 'until', 'i', 'could', 'feel', 'the', 'descent', 'without', 'worrying', '²'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['dont', 'know', 'many', 'year', 'took', 'jump', 'could', 'feel', 'descent', 'without', 'worrying', '²'] 2024-07-17 01:31:24 - INFO - Cleaned text: dont know many year took jump could feel descent without worrying ² 2024-07-17 01:31:24 - INFO - Original text: I want to ask, have you ever been worried about the things you like? Even because you really like it, you feel like it's a part of your life. But every time you do or remember it you get worried. What do you think you should do? :( 2024-07-17 01:31:24 - INFO - Lowercased text: i want to ask, have you ever been worried about the things you like? even because you really like it, you feel like it's a part of your life. but every time you do or remember it you get worried. what do you think you should do? :( 2024-07-17 01:31:24 - INFO - Text after punctuation removal: i want to ask have you ever been worried about the things you like even because you really like it you feel like its a part of your life but every time you do or remember it you get worried what do you think you should do 2024-07-17 01:31:24 - INFO - Text after number removal: i want to ask have you ever been worried about the things you like even because you really like it you feel like its a part of your life but every time you do or remember it you get worried what do you think you should do 2024-07-17 01:31:24 - INFO - Tokenized text: ['i', 'want', 'to', 'ask', 'have', 'you', 'ever', 'been', 'worried', 'about', 'the', 'things', 'you', 'like', 'even', 'because', 'you', 'really', 'like', 'it', 'you', 'feel', 'like', 'its', 'a', 'part', 'of', 'your', 'life', 'but', 'every', 'time', 'you', 'do', 'or', 'remember', 'it', 'you', 'get', 'worried', 'what', 'do', 'you', 'think', 'you', 'should', 'do'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['want', 'ask', 'ever', 'worried', 'thing', 'like', 'even', 'really', 'like', 'feel', 'like', 'part', 'life', 'every', 'time', 'remember', 'get', 'worried', 'think'] 2024-07-17 01:31:24 - INFO - Cleaned text: want ask ever worried thing like even really like feel like part life every time remember get worried think 2024-07-17 01:31:24 - INFO - Original text: However, every time I picket, I'm always nervous: "Even though I'm just a picket, I'm really scared, I'm excited:" 2024-07-17 01:31:24 - INFO - Lowercased text: however, every time i picket, i'm always nervous: "even though i'm just a picket, i'm really scared, i'm excited:" 2024-07-17 01:31:24 - INFO - Text after punctuation removal: however every time i picket im always nervous even though im just a picket im really scared im excited 2024-07-17 01:31:24 - INFO - Text after number removal: however every time i picket im always nervous even though im just a picket im really scared im excited 2024-07-17 01:31:24 - INFO - Tokenized text: ['however', 'every', 'time', 'i', 'picket', 'im', 'always', 'nervous', 'even', 'though', 'im', 'just', 'a', 'picket', 'im', 'really', 'scared', 'im', 'excited'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['however', 'every', 'time', 'picket', 'im', 'always', 'nervous', 'even', 'though', 'im', 'picket', 'im', 'really', 'scared', 'im', 'excited'] 2024-07-17 01:31:24 - INFO - Cleaned text: however every time picket im always nervous even though im picket im really scared im excited 2024-07-17 01:31:24 - INFO - Original text: BY GOD I'M STILL WORRY. 2024-07-17 01:31:24 - INFO - Lowercased text: by god i'm still worry. 2024-07-17 01:31:24 - INFO - Text after punctuation removal: by god im still worry 2024-07-17 01:31:24 - INFO - Text after number removal: by god im still worry 2024-07-17 01:31:24 - INFO - Tokenized text: ['by', 'god', 'im', 'still', 'worry'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['god', 'im', 'still', 'worry'] 2024-07-17 01:31:24 - INFO - Cleaned text: god im still worry 2024-07-17 01:31:24 - INFO - Original text: time goes on..days go on..at the same time my heart is getting restless and hurt...oh Allah I know you are testing me with this patience, and you are testing me with everything that happens..forgive me who is starting to weaken and lose enthusiasm for keep fighting and survive... 2024-07-17 01:31:24 - INFO - Lowercased text: time goes on..days go on..at the same time my heart is getting restless and hurt...oh allah i know you are testing me with this patience, and you are testing me with everything that happens..forgive me who is starting to weaken and lose enthusiasm for keep fighting and survive... 2024-07-17 01:31:24 - INFO - Text after punctuation removal: time goes ondays go onat the same time my heart is getting restless and hurtoh allah i know you are testing me with this patience and you are testing me with everything that happensforgive me who is starting to weaken and lose enthusiasm for keep fighting and survive 2024-07-17 01:31:24 - INFO - Text after number removal: time goes ondays go onat the same time my heart is getting restless and hurtoh allah i know you are testing me with this patience and you are testing me with everything that happensforgive me who is starting to weaken and lose enthusiasm for keep fighting and survive 2024-07-17 01:31:24 - INFO - Tokenized text: ['time', 'goes', 'ondays', 'go', 'onat', 'the', 'same', 'time', 'my', 'heart', 'is', 'getting', 'restless', 'and', 'hurtoh', 'allah', 'i', 'know', 'you', 'are', 'testing', 'me', 'with', 'this', 'patience', 'and', 'you', 'are', 'testing', 'me', 'with', 'everything', 'that', 'happensforgive', 'me', 'who', 'is', 'starting', 'to', 'weaken', 'and', 'lose', 'enthusiasm', 'for', 'keep', 'fighting', 'and', 'survive'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['time', 'go', 'ondays', 'go', 'onat', 'time', 'heart', 'getting', 'restless', 'hurtoh', 'allah', 'know', 'testing', 'patience', 'testing', 'everything', 'happensforgive', 'starting', 'weaken', 'lose', 'enthusiasm', 'keep', 'fighting', 'survive'] 2024-07-17 01:31:24 - INFO - Cleaned text: time go ondays go onat time heart getting restless hurtoh allah know testing patience testing everything happensforgive starting weaken lose enthusiasm keep fighting survive 2024-07-17 01:31:24 - INFO - Original text: I want to exhale the restlessness in my chest with my breath 2024-07-17 01:31:24 - INFO - Lowercased text: i want to exhale the restlessness in my chest with my breath 2024-07-17 01:31:24 - INFO - Text after punctuation removal: i want to exhale the restlessness in my chest with my breath 2024-07-17 01:31:24 - INFO - Text after number removal: i want to exhale the restlessness in my chest with my breath 2024-07-17 01:31:24 - INFO - Tokenized text: ['i', 'want', 'to', 'exhale', 'the', 'restlessness', 'in', 'my', 'chest', 'with', 'my', 'breath'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['want', 'exhale', 'restlessness', 'chest', 'breath'] 2024-07-17 01:31:24 - INFO - Cleaned text: want exhale restlessness chest breath 2024-07-17 01:31:24 - INFO - Original text: Why every morning I want to sleep I'm restless 2024-07-17 01:31:24 - INFO - Lowercased text: why every morning i want to sleep i'm restless 2024-07-17 01:31:24 - INFO - Text after punctuation removal: why every morning i want to sleep im restless 2024-07-17 01:31:24 - INFO - Text after number removal: why every morning i want to sleep im restless 2024-07-17 01:31:24 - INFO - Tokenized text: ['why', 'every', 'morning', 'i', 'want', 'to', 'sleep', 'im', 'restless'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['every', 'morning', 'want', 'sleep', 'im', 'restless'] 2024-07-17 01:31:24 - INFO - Cleaned text: every morning want sleep im restless 2024-07-17 01:31:24 - INFO - Original text: Anxious alone, sad alone, not having peace 2024-07-17 01:31:24 - INFO - Lowercased text: anxious alone, sad alone, not having peace 2024-07-17 01:31:24 - INFO - Text after punctuation removal: anxious alone sad alone not having peace 2024-07-17 01:31:24 - INFO - Text after number removal: anxious alone sad alone not having peace 2024-07-17 01:31:24 - INFO - Tokenized text: ['anxious', 'alone', 'sad', 'alone', 'not', 'having', 'peace'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['anxious', 'alone', 'sad', 'alone', 'peace'] 2024-07-17 01:31:24 - INFO - Cleaned text: anxious alone sad alone peace 2024-07-17 01:31:24 - INFO - Original text: What's wrong I'm worried, oh I hope it's okay 2024-07-17 01:31:24 - INFO - Lowercased text: what's wrong i'm worried, oh i hope it's okay 2024-07-17 01:31:24 - INFO - Text after punctuation removal: whats wrong im worried oh i hope its okay 2024-07-17 01:31:24 - INFO - Text after number removal: whats wrong im worried oh i hope its okay 2024-07-17 01:31:24 - INFO - Tokenized text: ['whats', 'wrong', 'im', 'worried', 'oh', 'i', 'hope', 'its', 'okay'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['whats', 'wrong', 'im', 'worried', 'oh', 'hope', 'okay'] 2024-07-17 01:31:24 - INFO - Cleaned text: whats wrong im worried oh hope okay 2024-07-17 01:31:24 - INFO - Original text: I really like this, I'm nervous about things I'm not sure about, I don't know why but I feel really nervous. WEIRD. 2024-07-17 01:31:24 - INFO - Lowercased text: i really like this, i'm nervous about things i'm not sure about, i don't know why but i feel really nervous. weird. 2024-07-17 01:31:24 - INFO - Text after punctuation removal: i really like this im nervous about things im not sure about i dont know why but i feel really nervous weird 2024-07-17 01:31:24 - INFO - Text after number removal: i really like this im nervous about things im not sure about i dont know why but i feel really nervous weird 2024-07-17 01:31:24 - INFO - Tokenized text: ['i', 'really', 'like', 'this', 'im', 'nervous', 'about', 'things', 'im', 'not', 'sure', 'about', 'i', 'dont', 'know', 'why', 'but', 'i', 'feel', 'really', 'nervous', 'weird'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['really', 'like', 'im', 'nervous', 'thing', 'im', 'sure', 'dont', 'know', 'feel', 'really', 'nervous', 'weird'] 2024-07-17 01:31:24 - INFO - Cleaned text: really like im nervous thing im sure dont know feel really nervous weird 2024-07-17 01:31:24 - INFO - Original text: I'm so nervous, why? 2024-07-17 01:31:24 - INFO - Lowercased text: i'm so nervous, why? 2024-07-17 01:31:24 - INFO - Text after punctuation removal: im so nervous why 2024-07-17 01:31:24 - INFO - Text after number removal: im so nervous why 2024-07-17 01:31:24 - INFO - Tokenized text: ['im', 'so', 'nervous', 'why'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['im', 'nervous'] 2024-07-17 01:31:24 - INFO - Cleaned text: im nervous 2024-07-17 01:31:24 - INFO - Original text: but my heart is still restless even though my mouth is talking 2024-07-17 01:31:24 - INFO - Lowercased text: but my heart is still restless even though my mouth is talking 2024-07-17 01:31:24 - INFO - Text after punctuation removal: but my heart is still restless even though my mouth is talking 2024-07-17 01:31:24 - INFO - Text after number removal: but my heart is still restless even though my mouth is talking 2024-07-17 01:31:24 - INFO - Tokenized text: ['but', 'my', 'heart', 'is', 'still', 'restless', 'even', 'though', 'my', 'mouth', 'is', 'talking'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['heart', 'still', 'restless', 'even', 'though', 'mouth', 'talking'] 2024-07-17 01:31:24 - INFO - Cleaned text: heart still restless even though mouth talking 2024-07-17 01:31:24 - INFO - Original text: Since then I was restless to the point of choking. What's wrong? 2024-07-17 01:31:24 - INFO - Lowercased text: since then i was restless to the point of choking. what's wrong? 2024-07-17 01:31:24 - INFO - Text after punctuation removal: since then i was restless to the point of choking whats wrong 2024-07-17 01:31:24 - INFO - Text after number removal: since then i was restless to the point of choking whats wrong 2024-07-17 01:31:24 - INFO - Tokenized text: ['since', 'then', 'i', 'was', 'restless', 'to', 'the', 'point', 'of', 'choking', 'whats', 'wrong'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['since', 'restless', 'point', 'choking', 'whats', 'wrong'] 2024-07-17 01:31:24 - INFO - Cleaned text: since restless point choking whats wrong 2024-07-17 01:31:24 - INFO - Original text: Starting to worry again if you have a lot of schedules, even though yesterday it was neatly arranged. How come biso missed ouch :') 2024-07-17 01:31:24 - INFO - Lowercased text: starting to worry again if you have a lot of schedules, even though yesterday it was neatly arranged. how come biso missed ouch :') 2024-07-17 01:31:24 - INFO - Text after punctuation removal: starting to worry again if you have a lot of schedules even though yesterday it was neatly arranged how come biso missed ouch 2024-07-17 01:31:24 - INFO - Text after number removal: starting to worry again if you have a lot of schedules even though yesterday it was neatly arranged how come biso missed ouch 2024-07-17 01:31:24 - INFO - Tokenized text: ['starting', 'to', 'worry', 'again', 'if', 'you', 'have', 'a', 'lot', 'of', 'schedules', 'even', 'though', 'yesterday', 'it', 'was', 'neatly', 'arranged', 'how', 'come', 'biso', 'missed', 'ouch'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['starting', 'worry', 'lot', 'schedule', 'even', 'though', 'yesterday', 'neatly', 'arranged', 'come', 'biso', 'missed', 'ouch'] 2024-07-17 01:31:24 - INFO - Cleaned text: starting worry lot schedule even though yesterday neatly arranged come biso missed ouch 2024-07-17 01:31:24 - INFO - Original text: Adf-my does anyone know why I am here? I've been feeling restless since yesterday, like worrying/worrying too much, suddenly feeling sad, just scared. But I also don't know why 2024-07-17 01:31:24 - INFO - Lowercased text: adf-my does anyone know why i am here? i've been feeling restless since yesterday, like worrying/worrying too much, suddenly feeling sad, just scared. but i also don't know why 2024-07-17 01:31:24 - INFO - Text after punctuation removal: adfmy does anyone know why i am here ive been feeling restless since yesterday like worryingworrying too much suddenly feeling sad just scared but i also dont know why 2024-07-17 01:31:24 - INFO - Text after number removal: adfmy does anyone know why i am here ive been feeling restless since yesterday like worryingworrying too much suddenly feeling sad just scared but i also dont know why 2024-07-17 01:31:24 - INFO - Tokenized text: ['adfmy', 'does', 'anyone', 'know', 'why', 'i', 'am', 'here', 'ive', 'been', 'feeling', 'restless', 'since', 'yesterday', 'like', 'worryingworrying', 'too', 'much', 'suddenly', 'feeling', 'sad', 'just', 'scared', 'but', 'i', 'also', 'dont', 'know', 'why'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['adfmy', 'anyone', 'know', 'ive', 'feeling', 'restless', 'since', 'yesterday', 'like', 'worryingworrying', 'much', 'suddenly', 'feeling', 'sad', 'scared', 'also', 'dont', 'know'] 2024-07-17 01:31:24 - INFO - Cleaned text: adfmy anyone know ive feeling restless since yesterday like worryingworrying much suddenly feeling sad scared also dont know 2024-07-17 01:31:24 - INFO - Original text: Gegana, restless, speechless, I don't know what the cause is:" 2024-07-17 01:31:24 - INFO - Lowercased text: gegana, restless, speechless, i don't know what the cause is:" 2024-07-17 01:31:24 - INFO - Text after punctuation removal: gegana restless speechless i dont know what the cause is 2024-07-17 01:31:24 - INFO - Text after number removal: gegana restless speechless i dont know what the cause is 2024-07-17 01:31:24 - INFO - Tokenized text: ['gegana', 'restless', 'speechless', 'i', 'dont', 'know', 'what', 'the', 'cause', 'is'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['gegana', 'restless', 'speechless', 'dont', 'know', 'cause'] 2024-07-17 01:31:24 - INFO - Cleaned text: gegana restless speechless dont know cause 2024-07-17 01:31:24 - INFO - Original text: I'm lazy.. I'm so nervous 2024-07-17 01:31:24 - INFO - Lowercased text: i'm lazy.. i'm so nervous 2024-07-17 01:31:24 - INFO - Text after punctuation removal: im lazy im so nervous 2024-07-17 01:31:24 - INFO - Text after number removal: im lazy im so nervous 2024-07-17 01:31:24 - INFO - Tokenized text: ['im', 'lazy', 'im', 'so', 'nervous'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['im', 'lazy', 'im', 'nervous'] 2024-07-17 01:31:24 - INFO - Cleaned text: im lazy im nervous 2024-07-17 01:31:24 - INFO - Original text: Happy but also worried. 2024-07-17 01:31:24 - INFO - Lowercased text: happy but also worried. 2024-07-17 01:31:24 - INFO - Text after punctuation removal: happy but also worried 2024-07-17 01:31:24 - INFO - Text after number removal: happy but also worried 2024-07-17 01:31:24 - INFO - Tokenized text: ['happy', 'but', 'also', 'worried'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['happy', 'also', 'worried'] 2024-07-17 01:31:24 - INFO - Cleaned text: happy also worried 2024-07-17 01:31:24 - INFO - Original text: It's anxious to worry 2024-07-17 01:31:24 - INFO - Lowercased text: it's anxious to worry 2024-07-17 01:31:24 - INFO - Text after punctuation removal: its anxious to worry 2024-07-17 01:31:24 - INFO - Text after number removal: its anxious to worry 2024-07-17 01:31:24 - INFO - Tokenized text: ['its', 'anxious', 'to', 'worry'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['anxious', 'worry'] 2024-07-17 01:31:24 - INFO - Cleaned text: anxious worry 2024-07-17 01:31:24 - INFO - Original text: Honestly, I'm really nervous 2024-07-17 01:31:24 - INFO - Lowercased text: honestly, i'm really nervous 2024-07-17 01:31:24 - INFO - Text after punctuation removal: honestly im really nervous 2024-07-17 01:31:24 - INFO - Text after number removal: honestly im really nervous 2024-07-17 01:31:24 - INFO - Tokenized text: ['honestly', 'im', 'really', 'nervous'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['honestly', 'im', 'really', 'nervous'] 2024-07-17 01:31:24 - INFO - Cleaned text: honestly im really nervous 2024-07-17 01:31:24 - INFO - Original text: Here from now on, my heart is restless 2024-07-17 01:31:24 - INFO - Lowercased text: here from now on, my heart is restless 2024-07-17 01:31:24 - INFO - Text after punctuation removal: here from now on my heart is restless 2024-07-17 01:31:24 - INFO - Text after number removal: here from now on my heart is restless 2024-07-17 01:31:24 - INFO - Tokenized text: ['here', 'from', 'now', 'on', 'my', 'heart', 'is', 'restless'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['heart', 'restless'] 2024-07-17 01:31:24 - INFO - Cleaned text: heart restless 2024-07-17 01:31:24 - INFO - Original text: Later when you are tired of the new one, and then you look back and feel guilty for me, don't be a bit nervous. Trust me, I have forgiven you. Even though I will never accept you again. 2024-07-17 01:31:24 - INFO - Lowercased text: later when you are tired of the new one, and then you look back and feel guilty for me, don't be a bit nervous. trust me, i have forgiven you. even though i will never accept you again. 2024-07-17 01:31:24 - INFO - Text after punctuation removal: later when you are tired of the new one and then you look back and feel guilty for me dont be a bit nervous trust me i have forgiven you even though i will never accept you again 2024-07-17 01:31:24 - INFO - Text after number removal: later when you are tired of the new one and then you look back and feel guilty for me dont be a bit nervous trust me i have forgiven you even though i will never accept you again 2024-07-17 01:31:24 - INFO - Tokenized text: ['later', 'when', 'you', 'are', 'tired', 'of', 'the', 'new', 'one', 'and', 'then', 'you', 'look', 'back', 'and', 'feel', 'guilty', 'for', 'me', 'dont', 'be', 'a', 'bit', 'nervous', 'trust', 'me', 'i', 'have', 'forgiven', 'you', 'even', 'though', 'i', 'will', 'never', 'accept', 'you', 'again'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['later', 'tired', 'new', 'one', 'look', 'back', 'feel', 'guilty', 'dont', 'bit', 'nervous', 'trust', 'forgiven', 'even', 'though', 'never', 'accept'] 2024-07-17 01:31:24 - INFO - Cleaned text: later tired new one look back feel guilty dont bit nervous trust forgiven even though never accept 2024-07-17 01:31:24 - INFO - Original text: I need adit not for stalking or for strange things because I myself have started to learn not to stalk just because I'm afraid that mental disorders will get worse even though I still feel anxious and afraid if I don't stalk, I can hold it so that Adit doesn't feel disturbed 2024-07-17 01:31:24 - INFO - Lowercased text: i need adit not for stalking or for strange things because i myself have started to learn not to stalk just because i'm afraid that mental disorders will get worse even though i still feel anxious and afraid if i don't stalk, i can hold it so that adit doesn't feel disturbed 2024-07-17 01:31:24 - INFO - Text after punctuation removal: i need adit not for stalking or for strange things because i myself have started to learn not to stalk just because im afraid that mental disorders will get worse even though i still feel anxious and afraid if i dont stalk i can hold it so that adit doesnt feel disturbed 2024-07-17 01:31:24 - INFO - Text after number removal: i need adit not for stalking or for strange things because i myself have started to learn not to stalk just because im afraid that mental disorders will get worse even though i still feel anxious and afraid if i dont stalk i can hold it so that adit doesnt feel disturbed 2024-07-17 01:31:24 - INFO - Tokenized text: ['i', 'need', 'adit', 'not', 'for', 'stalking', 'or', 'for', 'strange', 'things', 'because', 'i', 'myself', 'have', 'started', 'to', 'learn', 'not', 'to', 'stalk', 'just', 'because', 'im', 'afraid', 'that', 'mental', 'disorders', 'will', 'get', 'worse', 'even', 'though', 'i', 'still', 'feel', 'anxious', 'and', 'afraid', 'if', 'i', 'dont', 'stalk', 'i', 'can', 'hold', 'it', 'so', 'that', 'adit', 'doesnt', 'feel', 'disturbed'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['need', 'adit', 'stalking', 'strange', 'thing', 'started', 'learn', 'stalk', 'im', 'afraid', 'mental', 'disorder', 'get', 'worse', 'even', 'though', 'still', 'feel', 'anxious', 'afraid', 'dont', 'stalk', 'hold', 'adit', 'doesnt', 'feel', 'disturbed'] 2024-07-17 01:31:24 - INFO - Cleaned text: need adit stalking strange thing started learn stalk im afraid mental disorder get worse even though still feel anxious afraid dont stalk hold adit doesnt feel disturbed 2024-07-17 01:31:24 - INFO - Original text: Keep restless astagfirullah 2024-07-17 01:31:24 - INFO - Lowercased text: keep restless astagfirullah 2024-07-17 01:31:24 - INFO - Text after punctuation removal: keep restless astagfirullah 2024-07-17 01:31:24 - INFO - Text after number removal: keep restless astagfirullah 2024-07-17 01:31:24 - INFO - Tokenized text: ['keep', 'restless', 'astagfirullah'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['keep', 'restless', 'astagfirullah'] 2024-07-17 01:31:24 - INFO - Cleaned text: keep restless astagfirullah 2024-07-17 01:31:24 - INFO - Original text: I'm excited but I don't know why, there's no reason, I'm nervous, I have a stomach ache but I'm scared, I know I'm tired, this is the third time today, hah — hah :) 2024-07-17 01:31:24 - INFO - Lowercased text: i'm excited but i don't know why, there's no reason, i'm nervous, i have a stomach ache but i'm scared, i know i'm tired, this is the third time today, hah — hah :) 2024-07-17 01:31:24 - INFO - Text after punctuation removal: im excited but i dont know why theres no reason im nervous i have a stomach ache but im scared i know im tired this is the third time today hah — hah 2024-07-17 01:31:24 - INFO - Text after number removal: im excited but i dont know why theres no reason im nervous i have a stomach ache but im scared i know im tired this is the third time today hah — hah 2024-07-17 01:31:24 - INFO - Tokenized text: ['im', 'excited', 'but', 'i', 'dont', 'know', 'why', 'theres', 'no', 'reason', 'im', 'nervous', 'i', 'have', 'a', 'stomach', 'ache', 'but', 'im', 'scared', 'i', 'know', 'im', 'tired', 'this', 'is', 'the', 'third', 'time', 'today', 'hah', '—', 'hah'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['im', 'excited', 'dont', 'know', 'there', 'reason', 'im', 'nervous', 'stomach', 'ache', 'im', 'scared', 'know', 'im', 'tired', 'third', 'time', 'today', 'hah', '—', 'hah'] 2024-07-17 01:31:24 - INFO - Cleaned text: im excited dont know there reason im nervous stomach ache im scared know im tired third time today hah — hah 2024-07-17 01:31:24 - INFO - Original text: Always worried about the future, even though today has not changed. 2024-07-17 01:31:24 - INFO - Lowercased text: always worried about the future, even though today has not changed. 2024-07-17 01:31:24 - INFO - Text after punctuation removal: always worried about the future even though today has not changed 2024-07-17 01:31:24 - INFO - Text after number removal: always worried about the future even though today has not changed 2024-07-17 01:31:24 - INFO - Tokenized text: ['always', 'worried', 'about', 'the', 'future', 'even', 'though', 'today', 'has', 'not', 'changed'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['always', 'worried', 'future', 'even', 'though', 'today', 'changed'] 2024-07-17 01:31:24 - INFO - Cleaned text: always worried future even though today changed 2024-07-17 01:31:24 - INFO - Original text: every time you worry, why is the disease running to your stomach? 2024-07-17 01:31:24 - INFO - Lowercased text: every time you worry, why is the disease running to your stomach? 2024-07-17 01:31:24 - INFO - Text after punctuation removal: every time you worry why is the disease running to your stomach 2024-07-17 01:31:24 - INFO - Text after number removal: every time you worry why is the disease running to your stomach 2024-07-17 01:31:24 - INFO - Tokenized text: ['every', 'time', 'you', 'worry', 'why', 'is', 'the', 'disease', 'running', 'to', 'your', 'stomach'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['every', 'time', 'worry', 'disease', 'running', 'stomach'] 2024-07-17 01:31:24 - INFO - Cleaned text: every time worry disease running stomach 2024-07-17 01:31:24 - INFO - Original text: If you're nervous looking for the best position before going to sleep, it feels like someone's watching you ™„ 2024-07-17 01:31:24 - INFO - Lowercased text: if you're nervous looking for the best position before going to sleep, it feels like someone's watching you ™„ 2024-07-17 01:31:24 - INFO - Text after punctuation removal: if youre nervous looking for the best position before going to sleep it feels like someones watching you ™„ 2024-07-17 01:31:24 - INFO - Text after number removal: if youre nervous looking for the best position before going to sleep it feels like someones watching you ™„ 2024-07-17 01:31:24 - INFO - Tokenized text: ['if', 'youre', 'nervous', 'looking', 'for', 'the', 'best', 'position', 'before', 'going', 'to', 'sleep', 'it', 'feels', 'like', 'someones', 'watching', 'you', '™„'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['youre', 'nervous', 'looking', 'best', 'position', 'going', 'sleep', 'feel', 'like', 'someone', 'watching', '™„'] 2024-07-17 01:31:24 - INFO - Cleaned text: youre nervous looking best position going sleep feel like someone watching ™„ 2024-07-17 01:31:24 - INFO - Original text: Restless and agitated 2024-07-17 01:31:24 - INFO - Lowercased text: restless and agitated 2024-07-17 01:31:24 - INFO - Text after punctuation removal: restless and agitated 2024-07-17 01:31:24 - INFO - Text after number removal: restless and agitated 2024-07-17 01:31:24 - INFO - Tokenized text: ['restless', 'and', 'agitated'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['restless', 'agitated'] 2024-07-17 01:31:24 - INFO - Cleaned text: restless agitated 2024-07-17 01:31:24 - INFO - Original text: In the evening, towards the morning. A little worried, a lot of longing 2024-07-17 01:31:24 - INFO - Lowercased text: in the evening, towards the morning. a little worried, a lot of longing 2024-07-17 01:31:24 - INFO - Text after punctuation removal: in the evening towards the morning a little worried a lot of longing 2024-07-17 01:31:24 - INFO - Text after number removal: in the evening towards the morning a little worried a lot of longing 2024-07-17 01:31:24 - INFO - Tokenized text: ['in', 'the', 'evening', 'towards', 'the', 'morning', 'a', 'little', 'worried', 'a', 'lot', 'of', 'longing'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['evening', 'towards', 'morning', 'little', 'worried', 'lot', 'longing'] 2024-07-17 01:31:24 - INFO - Cleaned text: evening towards morning little worried lot longing 2024-07-17 01:31:24 - INFO - Original text: Some days, I don't think I'm doing well, so I feel like I'm really crying, scared, anxious, just sad. until I think of this when I cry, does my fast break or not? 2024-07-17 01:31:24 - INFO - Lowercased text: some days, i don't think i'm doing well, so i feel like i'm really crying, scared, anxious, just sad. until i think of this when i cry, does my fast break or not? 2024-07-17 01:31:24 - INFO - Text after punctuation removal: some days i dont think im doing well so i feel like im really crying scared anxious just sad until i think of this when i cry does my fast break or not 2024-07-17 01:31:24 - INFO - Text after number removal: some days i dont think im doing well so i feel like im really crying scared anxious just sad until i think of this when i cry does my fast break or not 2024-07-17 01:31:24 - INFO - Tokenized text: ['some', 'days', 'i', 'dont', 'think', 'im', 'doing', 'well', 'so', 'i', 'feel', 'like', 'im', 'really', 'crying', 'scared', 'anxious', 'just', 'sad', 'until', 'i', 'think', 'of', 'this', 'when', 'i', 'cry', 'does', 'my', 'fast', 'break', 'or', 'not'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['day', 'dont', 'think', 'im', 'well', 'feel', 'like', 'im', 'really', 'cry', 'scared', 'anxious', 'sad', 'think', 'cry', 'fast', 'break'] 2024-07-17 01:31:24 - INFO - Cleaned text: day dont think im well feel like im really cry scared anxious sad think cry fast break 2024-07-17 01:31:24 - INFO - Original text: It's been a few days when I sleep by default I'm afraid, restless, nervous, feel alone, sometimes my breath is really heavy.....why is that... like I'm afraid of being restless, oh my God 2024-07-17 01:31:24 - INFO - Lowercased text: it's been a few days when i sleep by default i'm afraid, restless, nervous, feel alone, sometimes my breath is really heavy.....why is that... like i'm afraid of being restless, oh my god 2024-07-17 01:31:24 - INFO - Text after punctuation removal: its been a few days when i sleep by default im afraid restless nervous feel alone sometimes my breath is really heavywhy is that like im afraid of being restless oh my god 2024-07-17 01:31:24 - INFO - Text after number removal: its been a few days when i sleep by default im afraid restless nervous feel alone sometimes my breath is really heavywhy is that like im afraid of being restless oh my god 2024-07-17 01:31:24 - INFO - Tokenized text: ['its', 'been', 'a', 'few', 'days', 'when', 'i', 'sleep', 'by', 'default', 'im', 'afraid', 'restless', 'nervous', 'feel', 'alone', 'sometimes', 'my', 'breath', 'is', 'really', 'heavywhy', 'is', 'that', 'like', 'im', 'afraid', 'of', 'being', 'restless', 'oh', 'my', 'god'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['day', 'sleep', 'default', 'im', 'afraid', 'restless', 'nervous', 'feel', 'alone', 'sometimes', 'breath', 'really', 'heavywhy', 'like', 'im', 'afraid', 'restless', 'oh', 'god'] 2024-07-17 01:31:24 - INFO - Cleaned text: day sleep default im afraid restless nervous feel alone sometimes breath really heavywhy like im afraid restless oh god 2024-07-17 01:31:24 - INFO - Original text: tired of overtingking, tired of worrying too much, tired of being tired 2024-07-17 01:31:24 - INFO - Lowercased text: tired of overtingking, tired of worrying too much, tired of being tired 2024-07-17 01:31:24 - INFO - Text after punctuation removal: tired of overtingking tired of worrying too much tired of being tired 2024-07-17 01:31:24 - INFO - Text after number removal: tired of overtingking tired of worrying too much tired of being tired 2024-07-17 01:31:24 - INFO - Tokenized text: ['tired', 'of', 'overtingking', 'tired', 'of', 'worrying', 'too', 'much', 'tired', 'of', 'being', 'tired'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['tired', 'overtingking', 'tired', 'worrying', 'much', 'tired', 'tired'] 2024-07-17 01:31:24 - INFO - Cleaned text: tired overtingking tired worrying much tired tired 2024-07-17 01:31:24 - INFO - Original text: aren't you worried? aren't you worried? don't you worry... 2024-07-17 01:31:24 - INFO - Lowercased text: aren't you worried? aren't you worried? don't you worry... 2024-07-17 01:31:24 - INFO - Text after punctuation removal: arent you worried arent you worried dont you worry 2024-07-17 01:31:24 - INFO - Text after number removal: arent you worried arent you worried dont you worry 2024-07-17 01:31:24 - INFO - Tokenized text: ['arent', 'you', 'worried', 'arent', 'you', 'worried', 'dont', 'you', 'worry'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['arent', 'worried', 'arent', 'worried', 'dont', 'worry'] 2024-07-17 01:31:24 - INFO - Cleaned text: arent worried arent worried dont worry 2024-07-17 01:31:24 - INFO - Original text: Instead of getting calmer, this heart is getting more restless 2024-07-17 01:31:24 - INFO - Lowercased text: instead of getting calmer, this heart is getting more restless 2024-07-17 01:31:24 - INFO - Text after punctuation removal: instead of getting calmer this heart is getting more restless 2024-07-17 01:31:24 - INFO - Text after number removal: instead of getting calmer this heart is getting more restless 2024-07-17 01:31:24 - INFO - Tokenized text: ['instead', 'of', 'getting', 'calmer', 'this', 'heart', 'is', 'getting', 'more', 'restless'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['instead', 'getting', 'calmer', 'heart', 'getting', 'restless'] 2024-07-17 01:31:24 - INFO - Cleaned text: instead getting calmer heart getting restless 2024-07-17 01:31:24 - INFO - Original text: can i tap the dm or not? I'm very nervous thinking 2024-07-17 01:31:24 - INFO - Lowercased text: can i tap the dm or not? i'm very nervous thinking 2024-07-17 01:31:24 - INFO - Text after punctuation removal: can i tap the dm or not im very nervous thinking 2024-07-17 01:31:24 - INFO - Text after number removal: can i tap the dm or not im very nervous thinking 2024-07-17 01:31:24 - INFO - Tokenized text: ['can', 'i', 'tap', 'the', 'dm', 'or', 'not', 'im', 'very', 'nervous', 'thinking'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['tap', 'dm', 'im', 'nervous', 'thinking'] 2024-07-17 01:31:24 - INFO - Cleaned text: tap dm im nervous thinking 2024-07-17 01:31:24 - INFO - Original text: Finally restless again uhh mmhhh ahh 2024-07-17 01:31:24 - INFO - Lowercased text: finally restless again uhh mmhhh ahh 2024-07-17 01:31:24 - INFO - Text after punctuation removal: finally restless again uhh mmhhh ahh 2024-07-17 01:31:24 - INFO - Text after number removal: finally restless again uhh mmhhh ahh 2024-07-17 01:31:24 - INFO - Tokenized text: ['finally', 'restless', 'again', 'uhh', 'mmhhh', 'ahh'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['finally', 'restless', 'uhh', 'mmhhh', 'ahh'] 2024-07-17 01:31:24 - INFO - Cleaned text: finally restless uhh mmhhh ahh 2024-07-17 01:31:24 - INFO - Original text: No need to run, just walk one by one the stones that are being stepped on slowly and absorb it without feeling anxious and full of emotions 2024-07-17 01:31:24 - INFO - Lowercased text: no need to run, just walk one by one the stones that are being stepped on slowly and absorb it without feeling anxious and full of emotions 2024-07-17 01:31:24 - INFO - Text after punctuation removal: no need to run just walk one by one the stones that are being stepped on slowly and absorb it without feeling anxious and full of emotions 2024-07-17 01:31:24 - INFO - Text after number removal: no need to run just walk one by one the stones that are being stepped on slowly and absorb it without feeling anxious and full of emotions 2024-07-17 01:31:24 - INFO - Tokenized text: ['no', 'need', 'to', 'run', 'just', 'walk', 'one', 'by', 'one', 'the', 'stones', 'that', 'are', 'being', 'stepped', 'on', 'slowly', 'and', 'absorb', 'it', 'without', 'feeling', 'anxious', 'and', 'full', 'of', 'emotions'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['need', 'run', 'walk', 'one', 'one', 'stone', 'stepped', 'slowly', 'absorb', 'without', 'feeling', 'anxious', 'full', 'emotion'] 2024-07-17 01:31:24 - INFO - Cleaned text: need run walk one one stone stepped slowly absorb without feeling anxious full emotion 2024-07-17 01:31:24 - INFO - Original text: Lately I'm feeling scared & very anxious thinking about the day for tomorrow's work inspector . Honestly, I'm really scared because I'm not very close to friends, I'm afraid I can't, I'm afraid to disappoint, and if I suddenly remember I cry 2024-07-17 01:31:24 - INFO - Lowercased text: lately i'm feeling scared & very anxious thinking about the day for tomorrow's work inspector . honestly, i'm really scared because i'm not very close to friends, i'm afraid i can't, i'm afraid to disappoint, and if i suddenly remember i cry 2024-07-17 01:31:24 - INFO - Text after punctuation removal: lately im feeling scared very anxious thinking about the day for tomorrows work inspector honestly im really scared because im not very close to friends im afraid i cant im afraid to disappoint and if i suddenly remember i cry 2024-07-17 01:31:24 - INFO - Text after number removal: lately im feeling scared very anxious thinking about the day for tomorrows work inspector honestly im really scared because im not very close to friends im afraid i cant im afraid to disappoint and if i suddenly remember i cry 2024-07-17 01:31:24 - INFO - Tokenized text: ['lately', 'im', 'feeling', 'scared', 'very', 'anxious', 'thinking', 'about', 'the', 'day', 'for', 'tomorrows', 'work', 'inspector', 'honestly', 'im', 'really', 'scared', 'because', 'im', 'not', 'very', 'close', 'to', 'friends', 'im', 'afraid', 'i', 'cant', 'im', 'afraid', 'to', 'disappoint', 'and', 'if', 'i', 'suddenly', 'remember', 'i', 'cry'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['lately', 'im', 'feeling', 'scared', 'anxious', 'thinking', 'day', 'tomorrow', 'work', 'inspector', 'honestly', 'im', 'really', 'scared', 'im', 'close', 'friend', 'im', 'afraid', 'cant', 'im', 'afraid', 'disappoint', 'suddenly', 'remember', 'cry'] 2024-07-17 01:31:24 - INFO - Cleaned text: lately im feeling scared anxious thinking day tomorrow work inspector honestly im really scared im close friend im afraid cant im afraid disappoint suddenly remember cry 2024-07-17 01:31:24 - INFO - Original text: This is why I can't sleep, I'm so restless... 2024-07-17 01:31:24 - INFO - Lowercased text: this is why i can't sleep, i'm so restless... 2024-07-17 01:31:24 - INFO - Text after punctuation removal: this is why i cant sleep im so restless 2024-07-17 01:31:24 - INFO - Text after number removal: this is why i cant sleep im so restless 2024-07-17 01:31:24 - INFO - Tokenized text: ['this', 'is', 'why', 'i', 'cant', 'sleep', 'im', 'so', 'restless'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['cant', 'sleep', 'im', 'restless'] 2024-07-17 01:31:24 - INFO - Cleaned text: cant sleep im restless 2024-07-17 01:31:24 - INFO - Original text: I want to exhale the restlessness in my chest with my breath 2024-07-17 01:31:24 - INFO - Lowercased text: i want to exhale the restlessness in my chest with my breath 2024-07-17 01:31:24 - INFO - Text after punctuation removal: i want to exhale the restlessness in my chest with my breath 2024-07-17 01:31:24 - INFO - Text after number removal: i want to exhale the restlessness in my chest with my breath 2024-07-17 01:31:24 - INFO - Tokenized text: ['i', 'want', 'to', 'exhale', 'the', 'restlessness', 'in', 'my', 'chest', 'with', 'my', 'breath'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['want', 'exhale', 'restlessness', 'chest', 'breath'] 2024-07-17 01:31:24 - INFO - Cleaned text: want exhale restlessness chest breath 2024-07-17 01:31:24 - INFO - Original text: Restless restlessness accompanies 2024-07-17 01:31:24 - INFO - Lowercased text: restless restlessness accompanies 2024-07-17 01:31:24 - INFO - Text after punctuation removal: restless restlessness accompanies 2024-07-17 01:31:24 - INFO - Text after number removal: restless restlessness accompanies 2024-07-17 01:31:24 - INFO - Tokenized text: ['restless', 'restlessness', 'accompanies'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['restless', 'restlessness', 'accompanies'] 2024-07-17 01:31:24 - INFO - Cleaned text: restless restlessness accompanies 2024-07-17 01:31:24 - INFO - Original text: hlt! why do i like to be nervous tbtb keep worrying so much that i sweat 2024-07-17 01:31:24 - INFO - Lowercased text: hlt! why do i like to be nervous tbtb keep worrying so much that i sweat 2024-07-17 01:31:24 - INFO - Text after punctuation removal: hlt why do i like to be nervous tbtb keep worrying so much that i sweat 2024-07-17 01:31:24 - INFO - Text after number removal: hlt why do i like to be nervous tbtb keep worrying so much that i sweat 2024-07-17 01:31:24 - INFO - Tokenized text: ['hlt', 'why', 'do', 'i', 'like', 'to', 'be', 'nervous', 'tbtb', 'keep', 'worrying', 'so', 'much', 'that', 'i', 'sweat'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['hlt', 'like', 'nervous', 'tbtb', 'keep', 'worrying', 'much', 'sweat'] 2024-07-17 01:31:24 - INFO - Cleaned text: hlt like nervous tbtb keep worrying much sweat 2024-07-17 01:31:24 - INFO - Original text: Not many people are sure of their prayers, not many people are faithful to wait with what is prayed for. Prayer is unique, there is hope and feeling, there is worry and anxiety, there is tears and happiness. But the end of the prayer will always be the best for humans. 2024-07-17 01:31:24 - INFO - Lowercased text: not many people are sure of their prayers, not many people are faithful to wait with what is prayed for. prayer is unique, there is hope and feeling, there is worry and anxiety, there is tears and happiness. but the end of the prayer will always be the best for humans. 2024-07-17 01:31:24 - INFO - Text after punctuation removal: not many people are sure of their prayers not many people are faithful to wait with what is prayed for prayer is unique there is hope and feeling there is worry and anxiety there is tears and happiness but the end of the prayer will always be the best for humans 2024-07-17 01:31:24 - INFO - Text after number removal: not many people are sure of their prayers not many people are faithful to wait with what is prayed for prayer is unique there is hope and feeling there is worry and anxiety there is tears and happiness but the end of the prayer will always be the best for humans 2024-07-17 01:31:24 - INFO - Tokenized text: ['not', 'many', 'people', 'are', 'sure', 'of', 'their', 'prayers', 'not', 'many', 'people', 'are', 'faithful', 'to', 'wait', 'with', 'what', 'is', 'prayed', 'for', 'prayer', 'is', 'unique', 'there', 'is', 'hope', 'and', 'feeling', 'there', 'is', 'worry', 'and', 'anxiety', 'there', 'is', 'tears', 'and', 'happiness', 'but', 'the', 'end', 'of', 'the', 'prayer', 'will', 'always', 'be', 'the', 'best', 'for', 'humans'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['many', 'people', 'sure', 'prayer', 'many', 'people', 'faithful', 'wait', 'prayed', 'prayer', 'unique', 'hope', 'feeling', 'worry', 'anxiety', 'tear', 'happiness', 'end', 'prayer', 'always', 'best', 'human'] 2024-07-17 01:31:24 - INFO - Cleaned text: many people sure prayer many people faithful wait prayed prayer unique hope feeling worry anxiety tear happiness end prayer always best human 2024-07-17 01:31:24 - INFO - Original text: I wonder why my heart beats like that sometimes for weeks, then it's back to normal for a few weeks, does anyone know why this isn't it? Or maybe I'm often anxious and stressed, okay? 2024-07-17 01:31:24 - INFO - Lowercased text: i wonder why my heart beats like that sometimes for weeks, then it's back to normal for a few weeks, does anyone know why this isn't it? or maybe i'm often anxious and stressed, okay? 2024-07-17 01:31:24 - INFO - Text after punctuation removal: i wonder why my heart beats like that sometimes for weeks then its back to normal for a few weeks does anyone know why this isnt it or maybe im often anxious and stressed okay 2024-07-17 01:31:24 - INFO - Text after number removal: i wonder why my heart beats like that sometimes for weeks then its back to normal for a few weeks does anyone know why this isnt it or maybe im often anxious and stressed okay 2024-07-17 01:31:24 - INFO - Tokenized text: ['i', 'wonder', 'why', 'my', 'heart', 'beats', 'like', 'that', 'sometimes', 'for', 'weeks', 'then', 'its', 'back', 'to', 'normal', 'for', 'a', 'few', 'weeks', 'does', 'anyone', 'know', 'why', 'this', 'isnt', 'it', 'or', 'maybe', 'im', 'often', 'anxious', 'and', 'stressed', 'okay'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['wonder', 'heart', 'beat', 'like', 'sometimes', 'week', 'back', 'normal', 'week', 'anyone', 'know', 'isnt', 'maybe', 'im', 'often', 'anxious', 'stressed', 'okay'] 2024-07-17 01:31:24 - INFO - Cleaned text: wonder heart beat like sometimes week back normal week anyone know isnt maybe im often anxious stressed okay 2024-07-17 01:31:24 - INFO - Original text: I'm so nervous I swear, the views are getting slower 2024-07-17 01:31:24 - INFO - Lowercased text: i'm so nervous i swear, the views are getting slower 2024-07-17 01:31:24 - INFO - Text after punctuation removal: im so nervous i swear the views are getting slower 2024-07-17 01:31:24 - INFO - Text after number removal: im so nervous i swear the views are getting slower 2024-07-17 01:31:24 - INFO - Tokenized text: ['im', 'so', 'nervous', 'i', 'swear', 'the', 'views', 'are', 'getting', 'slower'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['im', 'nervous', 'swear', 'view', 'getting', 'slower'] 2024-07-17 01:31:24 - INFO - Cleaned text: im nervous swear view getting slower 2024-07-17 01:31:24 - INFO - Original text: Just woke up feeling restless and sore ™„ 2024-07-17 01:31:24 - INFO - Lowercased text: just woke up feeling restless and sore ™„ 2024-07-17 01:31:24 - INFO - Text after punctuation removal: just woke up feeling restless and sore ™„ 2024-07-17 01:31:24 - INFO - Text after number removal: just woke up feeling restless and sore ™„ 2024-07-17 01:31:24 - INFO - Tokenized text: ['just', 'woke', 'up', 'feeling', 'restless', 'and', 'sore', '™„'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['woke', 'feeling', 'restless', 'sore', '™„'] 2024-07-17 01:31:24 - INFO - Cleaned text: woke feeling restless sore ™„ 2024-07-17 01:31:24 - INFO - Original text: I'm so worried 5 days of not coming home wey 2024-07-17 01:31:24 - INFO - Lowercased text: i'm so worried 5 days of not coming home wey 2024-07-17 01:31:24 - INFO - Text after punctuation removal: im so worried 5 days of not coming home wey 2024-07-17 01:31:24 - INFO - Text after number removal: im so worried days of not coming home wey 2024-07-17 01:31:24 - INFO - Tokenized text: ['im', 'so', 'worried', 'days', 'of', 'not', 'coming', 'home', 'wey'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['im', 'worried', 'day', 'coming', 'home', 'wey'] 2024-07-17 01:31:24 - INFO - Cleaned text: im worried day coming home wey 2024-07-17 01:31:24 - INFO - Original text: My life is chaos. There is no solution. Fear of the uncertain. Restless direction. 2024-07-17 01:31:24 - INFO - Lowercased text: my life is chaos. there is no solution. fear of the uncertain. restless direction. 2024-07-17 01:31:24 - INFO - Text after punctuation removal: my life is chaos there is no solution fear of the uncertain restless direction 2024-07-17 01:31:24 - INFO - Text after number removal: my life is chaos there is no solution fear of the uncertain restless direction 2024-07-17 01:31:24 - INFO - Tokenized text: ['my', 'life', 'is', 'chaos', 'there', 'is', 'no', 'solution', 'fear', 'of', 'the', 'uncertain', 'restless', 'direction'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['life', 'chaos', 'solution', 'fear', 'uncertain', 'restless', 'direction'] 2024-07-17 01:31:24 - INFO - Cleaned text: life chaos solution fear uncertain restless direction 2024-07-17 01:31:24 - INFO - Original text: UNDERSTANDING FEEL FEELING« 2024-07-17 01:31:24 - INFO - Lowercased text: understanding feel feeling« 2024-07-17 01:31:24 - INFO - Text after punctuation removal: understanding feel feeling« 2024-07-17 01:31:24 - INFO - Text after number removal: understanding feel feeling« 2024-07-17 01:31:24 - INFO - Tokenized text: ['understanding', 'feel', 'feeling«'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['understanding', 'feel', 'feeling«'] 2024-07-17 01:31:24 - INFO - Cleaned text: understanding feel feeling« 2024-07-17 01:31:24 - INFO - Original text: I really can't be told to just listen to it for hours. Immediately anxious innate. 2024-07-17 01:31:24 - INFO - Lowercased text: i really can't be told to just listen to it for hours. immediately anxious innate. 2024-07-17 01:31:24 - INFO - Text after punctuation removal: i really cant be told to just listen to it for hours immediately anxious innate 2024-07-17 01:31:24 - INFO - Text after number removal: i really cant be told to just listen to it for hours immediately anxious innate 2024-07-17 01:31:24 - INFO - Tokenized text: ['i', 'really', 'cant', 'be', 'told', 'to', 'just', 'listen', 'to', 'it', 'for', 'hours', 'immediately', 'anxious', 'innate'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['really', 'cant', 'told', 'listen', 'hour', 'immediately', 'anxious', 'innate'] 2024-07-17 01:31:24 - INFO - Cleaned text: really cant told listen hour immediately anxious innate 2024-07-17 01:31:24 - INFO - Original text: I haven't given up… just a little restless. 2024-07-17 01:31:24 - INFO - Lowercased text: i haven't given up… just a little restless. 2024-07-17 01:31:24 - INFO - Text after punctuation removal: i havent given up… just a little restless 2024-07-17 01:31:24 - INFO - Text after number removal: i havent given up… just a little restless 2024-07-17 01:31:24 - INFO - Tokenized text: ['i', 'havent', 'given', 'up…', 'just', 'a', 'little', 'restless'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['havent', 'given', 'up…', 'little', 'restless'] 2024-07-17 01:31:24 - INFO - Cleaned text: havent given up… little restless 2024-07-17 01:31:24 - INFO - Original text: Actually I'm worried. The original looks really scared. I've come to play/bite my nails :( 2024-07-17 01:31:24 - INFO - Lowercased text: actually i'm worried. the original looks really scared. i've come to play/bite my nails :( 2024-07-17 01:31:24 - INFO - Text after punctuation removal: actually im worried the original looks really scared ive come to playbite my nails 2024-07-17 01:31:24 - INFO - Text after number removal: actually im worried the original looks really scared ive come to playbite my nails 2024-07-17 01:31:24 - INFO - Tokenized text: ['actually', 'im', 'worried', 'the', 'original', 'looks', 'really', 'scared', 'ive', 'come', 'to', 'playbite', 'my', 'nails'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['actually', 'im', 'worried', 'original', 'look', 'really', 'scared', 'ive', 'come', 'playbite', 'nail'] 2024-07-17 01:31:24 - INFO - Cleaned text: actually im worried original look really scared ive come playbite nail 2024-07-17 01:31:24 - INFO - Original text: If I'm honest, I've been nervous since that day even though I said it wasn't.... 2024-07-17 01:31:24 - INFO - Lowercased text: if i'm honest, i've been nervous since that day even though i said it wasn't.... 2024-07-17 01:31:24 - INFO - Text after punctuation removal: if im honest ive been nervous since that day even though i said it wasnt 2024-07-17 01:31:24 - INFO - Text after number removal: if im honest ive been nervous since that day even though i said it wasnt 2024-07-17 01:31:24 - INFO - Tokenized text: ['if', 'im', 'honest', 'ive', 'been', 'nervous', 'since', 'that', 'day', 'even', 'though', 'i', 'said', 'it', 'wasnt'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['im', 'honest', 'ive', 'nervous', 'since', 'day', 'even', 'though', 'said', 'wasnt'] 2024-07-17 01:31:24 - INFO - Cleaned text: im honest ive nervous since day even though said wasnt 2024-07-17 01:31:24 - INFO - Original text: Lately, I've been feeling restless and restless. Haihh 2024-07-17 01:31:24 - INFO - Lowercased text: lately, i've been feeling restless and restless. haihh 2024-07-17 01:31:24 - INFO - Text after punctuation removal: lately ive been feeling restless and restless haihh 2024-07-17 01:31:24 - INFO - Text after number removal: lately ive been feeling restless and restless haihh 2024-07-17 01:31:24 - INFO - Tokenized text: ['lately', 'ive', 'been', 'feeling', 'restless', 'and', 'restless', 'haihh'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['lately', 'ive', 'feeling', 'restless', 'restless', 'haihh'] 2024-07-17 01:31:24 - INFO - Cleaned text: lately ive feeling restless restless haihh 2024-07-17 01:31:24 - INFO - Original text: I'm so nervous, why isn't it? 2024-07-17 01:31:24 - INFO - Lowercased text: i'm so nervous, why isn't it? 2024-07-17 01:31:24 - INFO - Text after punctuation removal: im so nervous why isnt it 2024-07-17 01:31:24 - INFO - Text after number removal: im so nervous why isnt it 2024-07-17 01:31:24 - INFO - Tokenized text: ['im', 'so', 'nervous', 'why', 'isnt', 'it'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['im', 'nervous', 'isnt'] 2024-07-17 01:31:24 - INFO - Cleaned text: im nervous isnt 2024-07-17 01:31:24 - INFO - Original text: The default bat is restless, I don't know why 2024-07-17 01:31:24 - INFO - Lowercased text: the default bat is restless, i don't know why 2024-07-17 01:31:24 - INFO - Text after punctuation removal: the default bat is restless i dont know why 2024-07-17 01:31:24 - INFO - Text after number removal: the default bat is restless i dont know why 2024-07-17 01:31:24 - INFO - Tokenized text: ['the', 'default', 'bat', 'is', 'restless', 'i', 'dont', 'know', 'why'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['default', 'bat', 'restless', 'dont', 'know'] 2024-07-17 01:31:24 - INFO - Cleaned text: default bat restless dont know 2024-07-17 01:31:24 - INFO - Original text: you know you're restless 2024-07-17 01:31:24 - INFO - Lowercased text: you know you're restless 2024-07-17 01:31:24 - INFO - Text after punctuation removal: you know youre restless 2024-07-17 01:31:24 - INFO - Text after number removal: you know youre restless 2024-07-17 01:31:24 - INFO - Tokenized text: ['you', 'know', 'youre', 'restless'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['know', 'youre', 'restless'] 2024-07-17 01:31:24 - INFO - Cleaned text: know youre restless 2024-07-17 01:31:24 - INFO - Original text: Restless,. Locked in all motion. Whipped in the brain noisy debate about decisions. Make friends with fear and risk 2024-07-17 01:31:24 - INFO - Lowercased text: restless,. locked in all motion. whipped in the brain noisy debate about decisions. make friends with fear and risk 2024-07-17 01:31:24 - INFO - Text after punctuation removal: restless locked in all motion whipped in the brain noisy debate about decisions make friends with fear and risk 2024-07-17 01:31:24 - INFO - Text after number removal: restless locked in all motion whipped in the brain noisy debate about decisions make friends with fear and risk 2024-07-17 01:31:24 - INFO - Tokenized text: ['restless', 'locked', 'in', 'all', 'motion', 'whipped', 'in', 'the', 'brain', 'noisy', 'debate', 'about', 'decisions', 'make', 'friends', 'with', 'fear', 'and', 'risk'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['restless', 'locked', 'motion', 'whipped', 'brain', 'noisy', 'debate', 'decision', 'make', 'friend', 'fear', 'risk'] 2024-07-17 01:31:24 - INFO - Cleaned text: restless locked motion whipped brain noisy debate decision make friend fear risk 2024-07-17 01:31:24 - INFO - Original text: Wow, I'm getting restless, let's sleep 2024-07-17 01:31:24 - INFO - Lowercased text: wow, i'm getting restless, let's sleep 2024-07-17 01:31:24 - INFO - Text after punctuation removal: wow im getting restless lets sleep 2024-07-17 01:31:24 - INFO - Text after number removal: wow im getting restless lets sleep 2024-07-17 01:31:24 - INFO - Tokenized text: ['wow', 'im', 'getting', 'restless', 'lets', 'sleep'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['wow', 'im', 'getting', 'restless', 'let', 'sleep'] 2024-07-17 01:31:24 - INFO - Cleaned text: wow im getting restless let sleep 2024-07-17 01:31:24 - INFO - Original text: I swear I'm so nervous, why don't you 2024-07-17 01:31:24 - INFO - Lowercased text: i swear i'm so nervous, why don't you 2024-07-17 01:31:24 - INFO - Text after punctuation removal: i swear im so nervous why dont you 2024-07-17 01:31:24 - INFO - Text after number removal: i swear im so nervous why dont you 2024-07-17 01:31:24 - INFO - Tokenized text: ['i', 'swear', 'im', 'so', 'nervous', 'why', 'dont', 'you'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['swear', 'im', 'nervous', 'dont'] 2024-07-17 01:31:24 - INFO - Cleaned text: swear im nervous dont 2024-07-17 01:31:24 - INFO - Original text: I was a little worried that the afternoon class would actually be able to reach the target. But God just gave a way, wednesday class was moved even though it was a quiz. At least later in the morning you can make out with data until iftar 2024-07-17 01:31:24 - INFO - Lowercased text: i was a little worried that the afternoon class would actually be able to reach the target. but god just gave a way, wednesday class was moved even though it was a quiz. at least later in the morning you can make out with data until iftar 2024-07-17 01:31:24 - INFO - Text after punctuation removal: i was a little worried that the afternoon class would actually be able to reach the target but god just gave a way wednesday class was moved even though it was a quiz at least later in the morning you can make out with data until iftar 2024-07-17 01:31:24 - INFO - Text after number removal: i was a little worried that the afternoon class would actually be able to reach the target but god just gave a way wednesday class was moved even though it was a quiz at least later in the morning you can make out with data until iftar 2024-07-17 01:31:24 - INFO - Tokenized text: ['i', 'was', 'a', 'little', 'worried', 'that', 'the', 'afternoon', 'class', 'would', 'actually', 'be', 'able', 'to', 'reach', 'the', 'target', 'but', 'god', 'just', 'gave', 'a', 'way', 'wednesday', 'class', 'was', 'moved', 'even', 'though', 'it', 'was', 'a', 'quiz', 'at', 'least', 'later', 'in', 'the', 'morning', 'you', 'can', 'make', 'out', 'with', 'data', 'until', 'iftar'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['little', 'worried', 'afternoon', 'class', 'would', 'actually', 'able', 'reach', 'target', 'god', 'gave', 'way', 'wednesday', 'class', 'moved', 'even', 'though', 'quiz', 'least', 'later', 'morning', 'make', 'data', 'iftar'] 2024-07-17 01:31:24 - INFO - Cleaned text: little worried afternoon class would actually able reach target god gave way wednesday class moved even though quiz least later morning make data iftar 2024-07-17 01:31:24 - INFO - Original text: –¤ When you're anxious or nervous, do you feel like your heart feels weird, doesn't it? Is it just me? 2024-07-17 01:31:24 - INFO - Lowercased text: –¤ when you're anxious or nervous, do you feel like your heart feels weird, doesn't it? is it just me? 2024-07-17 01:31:24 - INFO - Text after punctuation removal: –¤ when youre anxious or nervous do you feel like your heart feels weird doesnt it is it just me 2024-07-17 01:31:24 - INFO - Text after number removal: –¤ when youre anxious or nervous do you feel like your heart feels weird doesnt it is it just me 2024-07-17 01:31:24 - INFO - Tokenized text: ['–¤', 'when', 'youre', 'anxious', 'or', 'nervous', 'do', 'you', 'feel', 'like', 'your', 'heart', 'feels', 'weird', 'doesnt', 'it', 'is', 'it', 'just', 'me'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['–¤', 'youre', 'anxious', 'nervous', 'feel', 'like', 'heart', 'feel', 'weird', 'doesnt'] 2024-07-17 01:31:24 - INFO - Cleaned text: –¤ youre anxious nervous feel like heart feel weird doesnt 2024-07-17 01:31:24 - INFO - Original text: Come on, come on, let's go... 10 years could be passed before, it's not even a month yet, I'm already restless 2024-07-17 01:31:24 - INFO - Lowercased text: come on, come on, let's go... 10 years could be passed before, it's not even a month yet, i'm already restless 2024-07-17 01:31:24 - INFO - Text after punctuation removal: come on come on lets go 10 years could be passed before its not even a month yet im already restless 2024-07-17 01:31:24 - INFO - Text after number removal: come on come on lets go years could be passed before its not even a month yet im already restless 2024-07-17 01:31:24 - INFO - Tokenized text: ['come', 'on', 'come', 'on', 'lets', 'go', 'years', 'could', 'be', 'passed', 'before', 'its', 'not', 'even', 'a', 'month', 'yet', 'im', 'already', 'restless'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['come', 'come', 'let', 'go', 'year', 'could', 'passed', 'even', 'month', 'yet', 'im', 'already', 'restless'] 2024-07-17 01:31:24 - INFO - Cleaned text: come come let go year could passed even month yet im already restless 2024-07-17 01:31:24 - INFO - Original text: Time is slow for those who wait, too long for those who are restless, and too short for those who are happy 2024-07-17 01:31:24 - INFO - Lowercased text: time is slow for those who wait, too long for those who are restless, and too short for those who are happy 2024-07-17 01:31:24 - INFO - Text after punctuation removal: time is slow for those who wait too long for those who are restless and too short for those who are happy 2024-07-17 01:31:24 - INFO - Text after number removal: time is slow for those who wait too long for those who are restless and too short for those who are happy 2024-07-17 01:31:24 - INFO - Tokenized text: ['time', 'is', 'slow', 'for', 'those', 'who', 'wait', 'too', 'long', 'for', 'those', 'who', 'are', 'restless', 'and', 'too', 'short', 'for', 'those', 'who', 'are', 'happy'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['time', 'slow', 'wait', 'long', 'restless', 'short', 'happy'] 2024-07-17 01:31:24 - INFO - Cleaned text: time slow wait long restless short happy 2024-07-17 01:31:24 - INFO - Original text: Restless, restless, become one. Can't agree. Can't even sleep 2024-07-17 01:31:24 - INFO - Lowercased text: restless, restless, become one. can't agree. can't even sleep 2024-07-17 01:31:24 - INFO - Text after punctuation removal: restless restless become one cant agree cant even sleep 2024-07-17 01:31:24 - INFO - Text after number removal: restless restless become one cant agree cant even sleep 2024-07-17 01:31:24 - INFO - Tokenized text: ['restless', 'restless', 'become', 'one', 'cant', 'agree', 'cant', 'even', 'sleep'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['restless', 'restless', 'become', 'one', 'cant', 'agree', 'cant', 'even', 'sleep'] 2024-07-17 01:31:24 - INFO - Cleaned text: restless restless become one cant agree cant even sleep 2024-07-17 01:31:24 - INFO - Original text: May May be accompanied by good news. The injured, get well soon. Sorrow turns to love. Quieter anxiety. And prayers that are more patient...#senjamu 2024-07-17 01:31:24 - INFO - Lowercased text: may may be accompanied by good news. the injured, get well soon. sorrow turns to love. quieter anxiety. and prayers that are more patient...#senjamu 2024-07-17 01:31:24 - INFO - Text after punctuation removal: may may be accompanied by good news the injured get well soon sorrow turns to love quieter anxiety and prayers that are more patientsenjamu 2024-07-17 01:31:24 - INFO - Text after number removal: may may be accompanied by good news the injured get well soon sorrow turns to love quieter anxiety and prayers that are more patientsenjamu 2024-07-17 01:31:24 - INFO - Tokenized text: ['may', 'may', 'be', 'accompanied', 'by', 'good', 'news', 'the', 'injured', 'get', 'well', 'soon', 'sorrow', 'turns', 'to', 'love', 'quieter', 'anxiety', 'and', 'prayers', 'that', 'are', 'more', 'patientsenjamu'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['may', 'may', 'accompanied', 'good', 'news', 'injured', 'get', 'well', 'soon', 'sorrow', 'turn', 'love', 'quieter', 'anxiety', 'prayer', 'patientsenjamu'] 2024-07-17 01:31:24 - INFO - Cleaned text: may may accompanied good news injured get well soon sorrow turn love quieter anxiety prayer patientsenjamu 2024-07-17 01:31:24 - INFO - Original text: Since then, the chicken cake has been restless and wants to lay eggs. 2024-07-17 01:31:24 - INFO - Lowercased text: since then, the chicken cake has been restless and wants to lay eggs. 2024-07-17 01:31:24 - INFO - Text after punctuation removal: since then the chicken cake has been restless and wants to lay eggs 2024-07-17 01:31:24 - INFO - Text after number removal: since then the chicken cake has been restless and wants to lay eggs 2024-07-17 01:31:24 - INFO - Tokenized text: ['since', 'then', 'the', 'chicken', 'cake', 'has', 'been', 'restless', 'and', 'wants', 'to', 'lay', 'eggs'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['since', 'chicken', 'cake', 'restless', 'want', 'lay', 'egg'] 2024-07-17 01:31:24 - INFO - Cleaned text: since chicken cake restless want lay egg 2024-07-17 01:31:24 - INFO - Original text: Do not compare yourself to others. Envy only makes restless soul. Be yourself. 2024-07-17 01:31:24 - INFO - Lowercased text: do not compare yourself to others. envy only makes restless soul. be yourself. 2024-07-17 01:31:24 - INFO - Text after punctuation removal: do not compare yourself to others envy only makes restless soul be yourself 2024-07-17 01:31:24 - INFO - Text after number removal: do not compare yourself to others envy only makes restless soul be yourself 2024-07-17 01:31:24 - INFO - Tokenized text: ['do', 'not', 'compare', 'yourself', 'to', 'others', 'envy', 'only', 'makes', 'restless', 'soul', 'be', 'yourself'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['compare', 'others', 'envy', 'make', 'restless', 'soul'] 2024-07-17 01:31:24 - INFO - Cleaned text: compare others envy make restless soul 2024-07-17 01:31:24 - INFO - Original text: The 5 dream ones were moved to a new unit, so why isn't the Anjrit so worried? 2024-07-17 01:31:24 - INFO - Lowercased text: the 5 dream ones were moved to a new unit, so why isn't the anjrit so worried? 2024-07-17 01:31:24 - INFO - Text after punctuation removal: the 5 dream ones were moved to a new unit so why isnt the anjrit so worried 2024-07-17 01:31:24 - INFO - Text after number removal: the dream ones were moved to a new unit so why isnt the anjrit so worried 2024-07-17 01:31:24 - INFO - Tokenized text: ['the', 'dream', 'ones', 'were', 'moved', 'to', 'a', 'new', 'unit', 'so', 'why', 'isnt', 'the', 'anjrit', 'so', 'worried'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['dream', 'one', 'moved', 'new', 'unit', 'isnt', 'anjrit', 'worried'] 2024-07-17 01:31:24 - INFO - Cleaned text: dream one moved new unit isnt anjrit worried 2024-07-17 01:31:24 - INFO - Original text: finished for the heart's intention to watch the series, I even thought about it. I'm worried 2024-07-17 01:31:24 - INFO - Lowercased text: finished for the heart's intention to watch the series, i even thought about it. i'm worried 2024-07-17 01:31:24 - INFO - Text after punctuation removal: finished for the hearts intention to watch the series i even thought about it im worried 2024-07-17 01:31:24 - INFO - Text after number removal: finished for the hearts intention to watch the series i even thought about it im worried 2024-07-17 01:31:24 - INFO - Tokenized text: ['finished', 'for', 'the', 'hearts', 'intention', 'to', 'watch', 'the', 'series', 'i', 'even', 'thought', 'about', 'it', 'im', 'worried'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['finished', 'heart', 'intention', 'watch', 'series', 'even', 'thought', 'im', 'worried'] 2024-07-17 01:31:24 - INFO - Cleaned text: finished heart intention watch series even thought im worried 2024-07-17 01:31:24 - INFO - Original text: "No regrets or grudges/angry at things that have passed, and don't put too much anxiety over the record period #COYS 2024-07-17 01:31:24 - INFO - Lowercased text: "no regrets or grudges/angry at things that have passed, and don't put too much anxiety over the record period #coys 2024-07-17 01:31:24 - INFO - Text after punctuation removal: no regrets or grudgesangry at things that have passed and dont put too much anxiety over the record period coys 2024-07-17 01:31:24 - INFO - Text after number removal: no regrets or grudgesangry at things that have passed and dont put too much anxiety over the record period coys 2024-07-17 01:31:24 - INFO - Tokenized text: ['no', 'regrets', 'or', 'grudgesangry', 'at', 'things', 'that', 'have', 'passed', 'and', 'dont', 'put', 'too', 'much', 'anxiety', 'over', 'the', 'record', 'period', 'coys'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['regret', 'grudgesangry', 'thing', 'passed', 'dont', 'put', 'much', 'anxiety', 'record', 'period', 'coys'] 2024-07-17 01:31:24 - INFO - Cleaned text: regret grudgesangry thing passed dont put much anxiety record period coys 2024-07-17 01:31:24 - INFO - Original text: Usually, if you're restless for a long time, surely after that something will happen or not 2024-07-17 01:31:24 - INFO - Lowercased text: usually, if you're restless for a long time, surely after that something will happen or not 2024-07-17 01:31:24 - INFO - Text after punctuation removal: usually if youre restless for a long time surely after that something will happen or not 2024-07-17 01:31:24 - INFO - Text after number removal: usually if youre restless for a long time surely after that something will happen or not 2024-07-17 01:31:24 - INFO - Tokenized text: ['usually', 'if', 'youre', 'restless', 'for', 'a', 'long', 'time', 'surely', 'after', 'that', 'something', 'will', 'happen', 'or', 'not'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['usually', 'youre', 'restless', 'long', 'time', 'surely', 'something', 'happen'] 2024-07-17 01:31:24 - INFO - Cleaned text: usually youre restless long time surely something happen 2024-07-17 01:31:24 - INFO - Original text: Have you ever thought of something and then immediately forgot it then thought you were thinking about this bastard, I don't remember it, so I was restless 2024-07-17 01:31:24 - INFO - Lowercased text: have you ever thought of something and then immediately forgot it then thought you were thinking about this bastard, i don't remember it, so i was restless 2024-07-17 01:31:24 - INFO - Text after punctuation removal: have you ever thought of something and then immediately forgot it then thought you were thinking about this bastard i dont remember it so i was restless 2024-07-17 01:31:24 - INFO - Text after number removal: have you ever thought of something and then immediately forgot it then thought you were thinking about this bastard i dont remember it so i was restless 2024-07-17 01:31:24 - INFO - Tokenized text: ['have', 'you', 'ever', 'thought', 'of', 'something', 'and', 'then', 'immediately', 'forgot', 'it', 'then', 'thought', 'you', 'were', 'thinking', 'about', 'this', 'bastard', 'i', 'dont', 'remember', 'it', 'so', 'i', 'was', 'restless'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['ever', 'thought', 'something', 'immediately', 'forgot', 'thought', 'thinking', 'bastard', 'dont', 'remember', 'restless'] 2024-07-17 01:31:24 - INFO - Cleaned text: ever thought something immediately forgot thought thinking bastard dont remember restless 2024-07-17 01:31:24 - INFO - Original text: Dialogue in the morning.. to yourself, restless and restless accompanying it, hoping someone will understand- 2024-07-17 01:31:24 - INFO - Lowercased text: dialogue in the morning.. to yourself, restless and restless accompanying it, hoping someone will understand- 2024-07-17 01:31:24 - INFO - Text after punctuation removal: dialogue in the morning to yourself restless and restless accompanying it hoping someone will understand 2024-07-17 01:31:24 - INFO - Text after number removal: dialogue in the morning to yourself restless and restless accompanying it hoping someone will understand 2024-07-17 01:31:24 - INFO - Tokenized text: ['dialogue', 'in', 'the', 'morning', 'to', 'yourself', 'restless', 'and', 'restless', 'accompanying', 'it', 'hoping', 'someone', 'will', 'understand'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['dialogue', 'morning', 'restless', 'restless', 'accompanying', 'hoping', 'someone', 'understand'] 2024-07-17 01:31:24 - INFO - Cleaned text: dialogue morning restless restless accompanying hoping someone understand 2024-07-17 01:31:24 - INFO - Original text: I'm the only one who's nervous. 2024-07-17 01:31:24 - INFO - Lowercased text: i'm the only one who's nervous. 2024-07-17 01:31:24 - INFO - Text after punctuation removal: im the only one whos nervous 2024-07-17 01:31:24 - INFO - Text after number removal: im the only one whos nervous 2024-07-17 01:31:24 - INFO - Tokenized text: ['im', 'the', 'only', 'one', 'whos', 'nervous'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['im', 'one', 'who', 'nervous'] 2024-07-17 01:31:24 - INFO - Cleaned text: im one who nervous 2024-07-17 01:31:24 - INFO - Original text: I'm starting to worry 2024-07-17 01:31:24 - INFO - Lowercased text: i'm starting to worry 2024-07-17 01:31:24 - INFO - Text after punctuation removal: im starting to worry 2024-07-17 01:31:24 - INFO - Text after number removal: im starting to worry 2024-07-17 01:31:24 - INFO - Tokenized text: ['im', 'starting', 'to', 'worry'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['im', 'starting', 'worry'] 2024-07-17 01:31:24 - INFO - Cleaned text: im starting worry 2024-07-17 01:31:24 - INFO - Original text: In my father's family, everyone is smart, I'm sure the expectations for me are also high it makes me very anxious to think about this huhu 2024-07-17 01:31:24 - INFO - Lowercased text: in my father's family, everyone is smart, i'm sure the expectations for me are also high it makes me very anxious to think about this huhu 2024-07-17 01:31:24 - INFO - Text after punctuation removal: in my fathers family everyone is smart im sure the expectations for me are also high it makes me very anxious to think about this huhu 2024-07-17 01:31:24 - INFO - Text after number removal: in my fathers family everyone is smart im sure the expectations for me are also high it makes me very anxious to think about this huhu 2024-07-17 01:31:24 - INFO - Tokenized text: ['in', 'my', 'fathers', 'family', 'everyone', 'is', 'smart', 'im', 'sure', 'the', 'expectations', 'for', 'me', 'are', 'also', 'high', 'it', 'makes', 'me', 'very', 'anxious', 'to', 'think', 'about', 'this', 'huhu'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['father', 'family', 'everyone', 'smart', 'im', 'sure', 'expectation', 'also', 'high', 'make', 'anxious', 'think', 'huhu'] 2024-07-17 01:31:24 - INFO - Cleaned text: father family everyone smart im sure expectation also high make anxious think huhu 2024-07-17 01:31:24 - INFO - Original text: Already complete. Disappointed with a broken heart. Produces a sense of restlessness. I don't know, hopefully all of this ends beautifully 2024-07-17 01:31:24 - INFO - Lowercased text: already complete. disappointed with a broken heart. produces a sense of restlessness. i don't know, hopefully all of this ends beautifully 2024-07-17 01:31:24 - INFO - Text after punctuation removal: already complete disappointed with a broken heart produces a sense of restlessness i dont know hopefully all of this ends beautifully 2024-07-17 01:31:24 - INFO - Text after number removal: already complete disappointed with a broken heart produces a sense of restlessness i dont know hopefully all of this ends beautifully 2024-07-17 01:31:24 - INFO - Tokenized text: ['already', 'complete', 'disappointed', 'with', 'a', 'broken', 'heart', 'produces', 'a', 'sense', 'of', 'restlessness', 'i', 'dont', 'know', 'hopefully', 'all', 'of', 'this', 'ends', 'beautifully'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['already', 'complete', 'disappointed', 'broken', 'heart', 'produce', 'sense', 'restlessness', 'dont', 'know', 'hopefully', 'end', 'beautifully'] 2024-07-17 01:31:24 - INFO - Cleaned text: already complete disappointed broken heart produce sense restlessness dont know hopefully end beautifully 2024-07-17 01:31:24 - INFO - Original text: when your bipolar relapse welcome shortness of breath, tremors, anxiety, fear, selfharm etc 2024-07-17 01:31:24 - INFO - Lowercased text: when your bipolar relapse welcome shortness of breath, tremors, anxiety, fear, selfharm etc 2024-07-17 01:31:24 - INFO - Text after punctuation removal: when your bipolar relapse welcome shortness of breath tremors anxiety fear selfharm etc 2024-07-17 01:31:24 - INFO - Text after number removal: when your bipolar relapse welcome shortness of breath tremors anxiety fear selfharm etc 2024-07-17 01:31:24 - INFO - Tokenized text: ['when', 'your', 'bipolar', 'relapse', 'welcome', 'shortness', 'of', 'breath', 'tremors', 'anxiety', 'fear', 'selfharm', 'etc'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['bipolar', 'relapse', 'welcome', 'shortness', 'breath', 'tremor', 'anxiety', 'fear', 'selfharm', 'etc'] 2024-07-17 01:31:24 - INFO - Cleaned text: bipolar relapse welcome shortness breath tremor anxiety fear selfharm etc 2024-07-17 01:31:24 - INFO - Original text: How come lately I'm not feeling well, like mellow, not calm, restless 2024-07-17 01:31:24 - INFO - Lowercased text: how come lately i'm not feeling well, like mellow, not calm, restless 2024-07-17 01:31:24 - INFO - Text after punctuation removal: how come lately im not feeling well like mellow not calm restless 2024-07-17 01:31:24 - INFO - Text after number removal: how come lately im not feeling well like mellow not calm restless 2024-07-17 01:31:24 - INFO - Tokenized text: ['how', 'come', 'lately', 'im', 'not', 'feeling', 'well', 'like', 'mellow', 'not', 'calm', 'restless'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['come', 'lately', 'im', 'feeling', 'well', 'like', 'mellow', 'calm', 'restless'] 2024-07-17 01:31:24 - INFO - Cleaned text: come lately im feeling well like mellow calm restless 2024-07-17 01:31:24 - INFO - Original text: When you think about it and don't finish it, it feels really restless 2024-07-17 01:31:24 - INFO - Lowercased text: when you think about it and don't finish it, it feels really restless 2024-07-17 01:31:24 - INFO - Text after punctuation removal: when you think about it and dont finish it it feels really restless 2024-07-17 01:31:24 - INFO - Text after number removal: when you think about it and dont finish it it feels really restless 2024-07-17 01:31:24 - INFO - Tokenized text: ['when', 'you', 'think', 'about', 'it', 'and', 'dont', 'finish', 'it', 'it', 'feels', 'really', 'restless'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['think', 'dont', 'finish', 'feel', 'really', 'restless'] 2024-07-17 01:31:24 - INFO - Cleaned text: think dont finish feel really restless 2024-07-17 01:31:24 - INFO - Original text: I'm worried.. I'm in a bad mood.. but excited to see law school.. 2024-07-17 01:31:24 - INFO - Lowercased text: i'm worried.. i'm in a bad mood.. but excited to see law school.. 2024-07-17 01:31:24 - INFO - Text after punctuation removal: im worried im in a bad mood but excited to see law school 2024-07-17 01:31:24 - INFO - Text after number removal: im worried im in a bad mood but excited to see law school 2024-07-17 01:31:24 - INFO - Tokenized text: ['im', 'worried', 'im', 'in', 'a', 'bad', 'mood', 'but', 'excited', 'to', 'see', 'law', 'school'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['im', 'worried', 'im', 'bad', 'mood', 'excited', 'see', 'law', 'school'] 2024-07-17 01:31:24 - INFO - Cleaned text: im worried im bad mood excited see law school 2024-07-17 01:31:24 - INFO - Original text: Yes, what will happen later :'), I'm worried that I can control my emotions 2024-07-17 01:31:24 - INFO - Lowercased text: yes, what will happen later :'), i'm worried that i can control my emotions 2024-07-17 01:31:24 - INFO - Text after punctuation removal: yes what will happen later im worried that i can control my emotions 2024-07-17 01:31:24 - INFO - Text after number removal: yes what will happen later im worried that i can control my emotions 2024-07-17 01:31:24 - INFO - Tokenized text: ['yes', 'what', 'will', 'happen', 'later', 'im', 'worried', 'that', 'i', 'can', 'control', 'my', 'emotions'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['yes', 'happen', 'later', 'im', 'worried', 'control', 'emotion'] 2024-07-17 01:31:24 - INFO - Cleaned text: yes happen later im worried control emotion 2024-07-17 01:31:24 - INFO - Original text: I'm really nervous about choosing between boring or chilling, PLEASE 2024-07-17 01:31:24 - INFO - Lowercased text: i'm really nervous about choosing between boring or chilling, please 2024-07-17 01:31:24 - INFO - Text after punctuation removal: im really nervous about choosing between boring or chilling please 2024-07-17 01:31:24 - INFO - Text after number removal: im really nervous about choosing between boring or chilling please 2024-07-17 01:31:24 - INFO - Tokenized text: ['im', 'really', 'nervous', 'about', 'choosing', 'between', 'boring', 'or', 'chilling', 'please'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['im', 'really', 'nervous', 'choosing', 'boring', 'chilling', 'please'] 2024-07-17 01:31:24 - INFO - Cleaned text: im really nervous choosing boring chilling please 2024-07-17 01:31:24 - INFO - Original text: oh my god why have you been a week, you're so nervous, it's really bad aaa 2024-07-17 01:31:24 - INFO - Lowercased text: oh my god why have you been a week, you're so nervous, it's really bad aaa 2024-07-17 01:31:24 - INFO - Text after punctuation removal: oh my god why have you been a week youre so nervous its really bad aaa 2024-07-17 01:31:24 - INFO - Text after number removal: oh my god why have you been a week youre so nervous its really bad aaa 2024-07-17 01:31:24 - INFO - Tokenized text: ['oh', 'my', 'god', 'why', 'have', 'you', 'been', 'a', 'week', 'youre', 'so', 'nervous', 'its', 'really', 'bad', 'aaa'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['oh', 'god', 'week', 'youre', 'nervous', 'really', 'bad', 'aaa'] 2024-07-17 01:31:24 - INFO - Cleaned text: oh god week youre nervous really bad aaa 2024-07-17 01:31:24 - INFO - Original text: people seem calm, happy like there's no problem because only one smile we throw out but sad, restless and anxious millions of which we keep to ourselves, only we know. 2024-07-17 01:31:24 - INFO - Lowercased text: people seem calm, happy like there's no problem because only one smile we throw out but sad, restless and anxious millions of which we keep to ourselves, only we know. 2024-07-17 01:31:24 - INFO - Text after punctuation removal: people seem calm happy like theres no problem because only one smile we throw out but sad restless and anxious millions of which we keep to ourselves only we know 2024-07-17 01:31:24 - INFO - Text after number removal: people seem calm happy like theres no problem because only one smile we throw out but sad restless and anxious millions of which we keep to ourselves only we know 2024-07-17 01:31:24 - INFO - Tokenized text: ['people', 'seem', 'calm', 'happy', 'like', 'theres', 'no', 'problem', 'because', 'only', 'one', 'smile', 'we', 'throw', 'out', 'but', 'sad', 'restless', 'and', 'anxious', 'millions', 'of', 'which', 'we', 'keep', 'to', 'ourselves', 'only', 'we', 'know'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['people', 'seem', 'calm', 'happy', 'like', 'there', 'problem', 'one', 'smile', 'throw', 'sad', 'restless', 'anxious', 'million', 'keep', 'know'] 2024-07-17 01:31:24 - INFO - Cleaned text: people seem calm happy like there problem one smile throw sad restless anxious million keep know 2024-07-17 01:31:24 - INFO - Original text: In the past, if you knew there were people who didn't like me, you would immediately be worried, sad, find out why someone didn't like you. 2024-07-17 01:31:24 - INFO - Lowercased text: in the past, if you knew there were people who didn't like me, you would immediately be worried, sad, find out why someone didn't like you. 2024-07-17 01:31:24 - INFO - Text after punctuation removal: in the past if you knew there were people who didnt like me you would immediately be worried sad find out why someone didnt like you 2024-07-17 01:31:24 - INFO - Text after number removal: in the past if you knew there were people who didnt like me you would immediately be worried sad find out why someone didnt like you 2024-07-17 01:31:24 - INFO - Tokenized text: ['in', 'the', 'past', 'if', 'you', 'knew', 'there', 'were', 'people', 'who', 'didnt', 'like', 'me', 'you', 'would', 'immediately', 'be', 'worried', 'sad', 'find', 'out', 'why', 'someone', 'didnt', 'like', 'you'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['past', 'knew', 'people', 'didnt', 'like', 'would', 'immediately', 'worried', 'sad', 'find', 'someone', 'didnt', 'like'] 2024-07-17 01:31:24 - INFO - Cleaned text: past knew people didnt like would immediately worried sad find someone didnt like 2024-07-17 01:31:24 - INFO - Original text: Fearful. Often experiences feelings of extreme worry, sadness, or anxiety. 2024-07-17 01:31:24 - INFO - Lowercased text: fearful. often experiences feelings of extreme worry, sadness, or anxiety. 2024-07-17 01:31:24 - INFO - Text after punctuation removal: fearful often experiences feelings of extreme worry sadness or anxiety 2024-07-17 01:31:24 - INFO - Text after number removal: fearful often experiences feelings of extreme worry sadness or anxiety 2024-07-17 01:31:24 - INFO - Tokenized text: ['fearful', 'often', 'experiences', 'feelings', 'of', 'extreme', 'worry', 'sadness', 'or', 'anxiety'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['fearful', 'often', 'experience', 'feeling', 'extreme', 'worry', 'sadness', 'anxiety'] 2024-07-17 01:31:24 - INFO - Cleaned text: fearful often experience feeling extreme worry sadness anxiety 2024-07-17 01:31:24 - INFO - Original text: crazy, why are you nervous? *plays yo-yo* 2024-07-17 01:31:24 - INFO - Lowercased text: crazy, why are you nervous? *plays yo-yo* 2024-07-17 01:31:24 - INFO - Text after punctuation removal: crazy why are you nervous plays yoyo 2024-07-17 01:31:24 - INFO - Text after number removal: crazy why are you nervous plays yoyo 2024-07-17 01:31:24 - INFO - Tokenized text: ['crazy', 'why', 'are', 'you', 'nervous', 'plays', 'yoyo'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['crazy', 'nervous', 'play', 'yoyo'] 2024-07-17 01:31:24 - INFO - Cleaned text: crazy nervous play yoyo 2024-07-17 01:31:24 - INFO - Original text: a lot of work tomorrow a suddenly meeting, stomach acid rises, dizziness, can't sleep, restless. what should i do 2024-07-17 01:31:24 - INFO - Lowercased text: a lot of work tomorrow a suddenly meeting, stomach acid rises, dizziness, can't sleep, restless. what should i do 2024-07-17 01:31:24 - INFO - Text after punctuation removal: a lot of work tomorrow a suddenly meeting stomach acid rises dizziness cant sleep restless what should i do 2024-07-17 01:31:24 - INFO - Text after number removal: a lot of work tomorrow a suddenly meeting stomach acid rises dizziness cant sleep restless what should i do 2024-07-17 01:31:24 - INFO - Tokenized text: ['a', 'lot', 'of', 'work', 'tomorrow', 'a', 'suddenly', 'meeting', 'stomach', 'acid', 'rises', 'dizziness', 'cant', 'sleep', 'restless', 'what', 'should', 'i', 'do'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['lot', 'work', 'tomorrow', 'suddenly', 'meeting', 'stomach', 'acid', 'rise', 'dizziness', 'cant', 'sleep', 'restless'] 2024-07-17 01:31:24 - INFO - Cleaned text: lot work tomorrow suddenly meeting stomach acid rise dizziness cant sleep restless 2024-07-17 01:31:24 - INFO - Original text: Unsettled !! That's when there is a test. But face it and get over it. It's been like that since the school days, the present can't be done like that. It could be 2024-07-17 01:31:24 - INFO - Lowercased text: unsettled !! that's when there is a test. but face it and get over it. it's been like that since the school days, the present can't be done like that. it could be 2024-07-17 01:31:24 - INFO - Text after punctuation removal: unsettled thats when there is a test but face it and get over it its been like that since the school days the present cant be done like that it could be 2024-07-17 01:31:24 - INFO - Text after number removal: unsettled thats when there is a test but face it and get over it its been like that since the school days the present cant be done like that it could be 2024-07-17 01:31:24 - INFO - Tokenized text: ['unsettled', 'thats', 'when', 'there', 'is', 'a', 'test', 'but', 'face', 'it', 'and', 'get', 'over', 'it', 'its', 'been', 'like', 'that', 'since', 'the', 'school', 'days', 'the', 'present', 'cant', 'be', 'done', 'like', 'that', 'it', 'could', 'be'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['unsettled', 'thats', 'test', 'face', 'get', 'like', 'since', 'school', 'day', 'present', 'cant', 'done', 'like', 'could'] 2024-07-17 01:31:24 - INFO - Cleaned text: unsettled thats test face get like since school day present cant done like could 2024-07-17 01:31:24 - INFO - Original text: Panic, don't know what to panic about. Restless alone, think too 2024-07-17 01:31:24 - INFO - Lowercased text: panic, don't know what to panic about. restless alone, think too 2024-07-17 01:31:24 - INFO - Text after punctuation removal: panic dont know what to panic about restless alone think too 2024-07-17 01:31:24 - INFO - Text after number removal: panic dont know what to panic about restless alone think too 2024-07-17 01:31:24 - INFO - Tokenized text: ['panic', 'dont', 'know', 'what', 'to', 'panic', 'about', 'restless', 'alone', 'think', 'too'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['panic', 'dont', 'know', 'panic', 'restless', 'alone', 'think'] 2024-07-17 01:31:24 - INFO - Cleaned text: panic dont know panic restless alone think 2024-07-17 01:31:24 - INFO - Original text: I can't stop, my nutmeg pops up eyes that I have to look at when I'm anxious 2024-07-17 01:31:24 - INFO - Lowercased text: i can't stop, my nutmeg pops up eyes that i have to look at when i'm anxious 2024-07-17 01:31:24 - INFO - Text after punctuation removal: i cant stop my nutmeg pops up eyes that i have to look at when im anxious 2024-07-17 01:31:24 - INFO - Text after number removal: i cant stop my nutmeg pops up eyes that i have to look at when im anxious 2024-07-17 01:31:24 - INFO - Tokenized text: ['i', 'cant', 'stop', 'my', 'nutmeg', 'pops', 'up', 'eyes', 'that', 'i', 'have', 'to', 'look', 'at', 'when', 'im', 'anxious'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['cant', 'stop', 'nutmeg', 'pop', 'eye', 'look', 'im', 'anxious'] 2024-07-17 01:31:24 - INFO - Cleaned text: cant stop nutmeg pop eye look im anxious 2024-07-17 01:31:24 - INFO - Original text: I'm really scared, nervous every day… 2024-07-17 01:31:24 - INFO - Lowercased text: i'm really scared, nervous every day… 2024-07-17 01:31:24 - INFO - Text after punctuation removal: im really scared nervous every day… 2024-07-17 01:31:24 - INFO - Text after number removal: im really scared nervous every day… 2024-07-17 01:31:24 - INFO - Tokenized text: ['im', 'really', 'scared', 'nervous', 'every', 'day…'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['im', 'really', 'scared', 'nervous', 'every', 'day…'] 2024-07-17 01:31:24 - INFO - Cleaned text: im really scared nervous every day… 2024-07-17 01:31:24 - INFO - Original text: how do you stay calm so nervous after reading this. 2024-07-17 01:31:24 - INFO - Lowercased text: how do you stay calm so nervous after reading this. 2024-07-17 01:31:24 - INFO - Text after punctuation removal: how do you stay calm so nervous after reading this 2024-07-17 01:31:24 - INFO - Text after number removal: how do you stay calm so nervous after reading this 2024-07-17 01:31:24 - INFO - Tokenized text: ['how', 'do', 'you', 'stay', 'calm', 'so', 'nervous', 'after', 'reading', 'this'] 2024-07-17 01:31:24 - INFO - Text after stopword removal and lemmatization: ['stay', 'calm', 'nervous', 'reading'] 2024-07-17 01:31:24 - INFO - Cleaned text: stay calm nervous reading 2024-07-17 01:31:25 - INFO - Original text: Strange. I don't have work today and I have a bit of free time so I can read shrill novels but... it feels weird. I've been nervous about checking the google calendar just in case if I read it wrong. But it's still weird, how about this, like you should be looking for a job to get rid of this feeling. 2024-07-17 01:31:25 - INFO - Lowercased text: strange. i don't have work today and i have a bit of free time so i can read shrill novels but... it feels weird. i've been nervous about checking the google calendar just in case if i read it wrong. but it's still weird, how about this, like you should be looking for a job to get rid of this feeling. 2024-07-17 01:31:25 - INFO - Text after punctuation removal: strange i dont have work today and i have a bit of free time so i can read shrill novels but it feels weird ive been nervous about checking the google calendar just in case if i read it wrong but its still weird how about this like you should be looking for a job to get rid of this feeling 2024-07-17 01:31:25 - INFO - Text after number removal: strange i dont have work today and i have a bit of free time so i can read shrill novels but it feels weird ive been nervous about checking the google calendar just in case if i read it wrong but its still weird how about this like you should be looking for a job to get rid of this feeling 2024-07-17 01:31:25 - INFO - Tokenized text: ['strange', 'i', 'dont', 'have', 'work', 'today', 'and', 'i', 'have', 'a', 'bit', 'of', 'free', 'time', 'so', 'i', 'can', 'read', 'shrill', 'novels', 'but', 'it', 'feels', 'weird', 'ive', 'been', 'nervous', 'about', 'checking', 'the', 'google', 'calendar', 'just', 'in', 'case', 'if', 'i', 'read', 'it', 'wrong', 'but', 'its', 'still', 'weird', 'how', 'about', 'this', 'like', 'you', 'should', 'be', 'looking', 'for', 'a', 'job', 'to', 'get', 'rid', 'of', 'this', 'feeling'] 2024-07-17 01:31:25 - INFO - Text after stopword removal and lemmatization: ['strange', 'dont', 'work', 'today', 'bit', 'free', 'time', 'read', 'shrill', 'novel', 'feel', 'weird', 'ive', 'nervous', 'checking', 'google', 'calendar', 'case', 'read', 'wrong', 'still', 'weird', 'like', 'looking', 'job', 'get', 'rid', 'feeling'] 2024-07-17 01:31:25 - INFO - Cleaned text: strange dont work today bit free time read shrill novel feel weird ive nervous checking google calendar case read wrong still weird like looking job get rid feeling 2024-07-17 01:31:25 - INFO - Original text: Is there something that makes me nervous 2024-07-17 01:31:25 - INFO - Lowercased text: is there something that makes me nervous 2024-07-17 01:31:25 - INFO - Text after punctuation removal: is there something that makes me nervous 2024-07-17 01:31:25 - INFO - Text after number removal: is there something that makes me nervous 2024-07-17 01:31:25 - INFO - Tokenized text: ['is', 'there', 'something', 'that', 'makes', 'me', 'nervous'] 2024-07-17 01:31:25 - INFO - Text after stopword removal and lemmatization: ['something', 'make', 'nervous'] 2024-07-17 01:31:25 - INFO - Cleaned text: something make nervous 2024-07-17 01:31:25 - INFO - Original text: I don't know why, after every Eid prayer, I suddenly feel restless, it's not clear in the end, I'm not in the mood for friendship or what people usually do on Eid :( 2024-07-17 01:31:25 - INFO - Lowercased text: i don't know why, after every eid prayer, i suddenly feel restless, it's not clear in the end, i'm not in the mood for friendship or what people usually do on eid :( 2024-07-17 01:31:25 - INFO - Text after punctuation removal: i dont know why after every eid prayer i suddenly feel restless its not clear in the end im not in the mood for friendship or what people usually do on eid 2024-07-17 01:31:25 - INFO - Text after number removal: i dont know why after every eid prayer i suddenly feel restless its not clear in the end im not in the mood for friendship or what people usually do on eid 2024-07-17 01:31:25 - INFO - Tokenized text: ['i', 'dont', 'know', 'why', 'after', 'every', 'eid', 'prayer', 'i', 'suddenly', 'feel', 'restless', 'its', 'not', 'clear', 'in', 'the', 'end', 'im', 'not', 'in', 'the', 'mood', 'for', 'friendship', 'or', 'what', 'people', 'usually', 'do', 'on', 'eid'] 2024-07-17 01:31:25 - INFO - Text after stopword removal and lemmatization: ['dont', 'know', 'every', 'eid', 'prayer', 'suddenly', 'feel', 'restless', 'clear', 'end', 'im', 'mood', 'friendship', 'people', 'usually', 'eid'] 2024-07-17 01:31:25 - INFO - Cleaned text: dont know every eid prayer suddenly feel restless clear end im mood friendship people usually eid 2024-07-17 01:31:25 - INFO - Original text: If you are stuck sleeping at 11am until set 12. If you are more than that, you will be anxious, why are you?” 2024-07-17 01:31:25 - INFO - Lowercased text: if you are stuck sleeping at 11am until set 12. if you are more than that, you will be anxious, why are you?” 2024-07-17 01:31:25 - INFO - Text after punctuation removal: if you are stuck sleeping at 11am until set 12 if you are more than that you will be anxious why are you” 2024-07-17 01:31:25 - INFO - Text after number removal: if you are stuck sleeping at am until set if you are more than that you will be anxious why are you” 2024-07-17 01:31:25 - INFO - Tokenized text: ['if', 'you', 'are', 'stuck', 'sleeping', 'at', 'am', 'until', 'set', 'if', 'you', 'are', 'more', 'than', 'that', 'you', 'will', 'be', 'anxious', 'why', 'are', 'you”'] 2024-07-17 01:31:25 - INFO - Text after stopword removal and lemmatization: ['stuck', 'sleeping', 'set', 'anxious', 'you”'] 2024-07-17 01:31:25 - INFO - Cleaned text: stuck sleeping set anxious you” 2024-07-17 01:31:25 - INFO - Original text: Have you ever been so nervous, scared, and anxious that you want to throw up? 2024-07-17 01:31:25 - INFO - Lowercased text: have you ever been so nervous, scared, and anxious that you want to throw up? 2024-07-17 01:31:25 - INFO - Text after punctuation removal: have you ever been so nervous scared and anxious that you want to throw up 2024-07-17 01:31:25 - INFO - Text after number removal: have you ever been so nervous scared and anxious that you want to throw up 2024-07-17 01:31:25 - INFO - Tokenized text: ['have', 'you', 'ever', 'been', 'so', 'nervous', 'scared', 'and', 'anxious', 'that', 'you', 'want', 'to', 'throw', 'up'] 2024-07-17 01:31:25 - INFO - Text after stopword removal and lemmatization: ['ever', 'nervous', 'scared', 'anxious', 'want', 'throw'] 2024-07-17 01:31:25 - INFO - Cleaned text: ever nervous scared anxious want throw 2024-07-17 01:31:25 - INFO - Original text: Do not compare yourself to others. Envy only makes restless soul. Be yourself. 2024-07-17 01:31:25 - INFO - Lowercased text: do not compare yourself to others. envy only makes restless soul. be yourself. 2024-07-17 01:31:25 - INFO - Text after punctuation removal: do not compare yourself to others envy only makes restless soul be yourself 2024-07-17 01:31:25 - INFO - Text after number removal: do not compare yourself to others envy only makes restless soul be yourself 2024-07-17 01:31:25 - INFO - Tokenized text: ['do', 'not', 'compare', 'yourself', 'to', 'others', 'envy', 'only', 'makes', 'restless', 'soul', 'be', 'yourself'] 2024-07-17 01:31:25 - INFO - Text after stopword removal and lemmatization: ['compare', 'others', 'envy', 'make', 'restless', 'soul'] 2024-07-17 01:31:25 - INFO - Cleaned text: compare others envy make restless soul 2024-07-17 01:31:25 - INFO - Original text: When I'm done with this, why do I feel so dizzy.... But I swear I don't want to sleep, I'm really nervous when I'm told to sleep. 2024-07-17 01:31:25 - INFO - Lowercased text: when i'm done with this, why do i feel so dizzy.... but i swear i don't want to sleep, i'm really nervous when i'm told to sleep. 2024-07-17 01:31:25 - INFO - Text after punctuation removal: when im done with this why do i feel so dizzy but i swear i dont want to sleep im really nervous when im told to sleep 2024-07-17 01:31:25 - INFO - Text after number removal: when im done with this why do i feel so dizzy but i swear i dont want to sleep im really nervous when im told to sleep 2024-07-17 01:31:25 - INFO - Tokenized text: ['when', 'im', 'done', 'with', 'this', 'why', 'do', 'i', 'feel', 'so', 'dizzy', 'but', 'i', 'swear', 'i', 'dont', 'want', 'to', 'sleep', 'im', 'really', 'nervous', 'when', 'im', 'told', 'to', 'sleep'] 2024-07-17 01:31:25 - INFO - Text after stopword removal and lemmatization: ['im', 'done', 'feel', 'dizzy', 'swear', 'dont', 'want', 'sleep', 'im', 'really', 'nervous', 'im', 'told', 'sleep'] 2024-07-17 01:31:25 - INFO - Cleaned text: im done feel dizzy swear dont want sleep im really nervous im told sleep 2024-07-17 01:31:25 - INFO - Original text: I don't know whether to be happy or sad. And don't know how long this feeling will last? I'm the one who feels it just great every day coy.. confused about my own feelings. Sllu not calm, restless. But, just give up.. there is God. My son, yes.. Shaina can. 2024-07-17 01:31:25 - INFO - Lowercased text: i don't know whether to be happy or sad. and don't know how long this feeling will last? i'm the one who feels it just great every day coy.. confused about my own feelings. sllu not calm, restless. but, just give up.. there is god. my son, yes.. shaina can. 2024-07-17 01:31:25 - INFO - Text after punctuation removal: i dont know whether to be happy or sad and dont know how long this feeling will last im the one who feels it just great every day coy confused about my own feelings sllu not calm restless but just give up there is god my son yes shaina can 2024-07-17 01:31:25 - INFO - Text after number removal: i dont know whether to be happy or sad and dont know how long this feeling will last im the one who feels it just great every day coy confused about my own feelings sllu not calm restless but just give up there is god my son yes shaina can 2024-07-17 01:31:25 - INFO - Tokenized text: ['i', 'dont', 'know', 'whether', 'to', 'be', 'happy', 'or', 'sad', 'and', 'dont', 'know', 'how', 'long', 'this', 'feeling', 'will', 'last', 'im', 'the', 'one', 'who', 'feels', 'it', 'just', 'great', 'every', 'day', 'coy', 'confused', 'about', 'my', 'own', 'feelings', 'sllu', 'not', 'calm', 'restless', 'but', 'just', 'give', 'up', 'there', 'is', 'god', 'my', 'son', 'yes', 'shaina', 'can'] 2024-07-17 01:31:25 - INFO - Text after stopword removal and lemmatization: ['dont', 'know', 'whether', 'happy', 'sad', 'dont', 'know', 'long', 'feeling', 'last', 'im', 'one', 'feel', 'great', 'every', 'day', 'coy', 'confused', 'feeling', 'sllu', 'calm', 'restless', 'give', 'god', 'son', 'yes', 'shaina'] 2024-07-17 01:31:25 - INFO - Cleaned text: dont know whether happy sad dont know long feeling last im one feel great every day coy confused feeling sllu calm restless give god son yes shaina 2024-07-17 01:31:25 - INFO - Original text: I just want to pass, there are so many obstacles « I'm so tired guyssss I want to rest for a while but I can't seem nervou 2024-07-17 01:31:25 - INFO - Lowercased text: i just want to pass, there are so many obstacles « i'm so tired guyssss i want to rest for a while but i can't seem nervou 2024-07-17 01:31:25 - INFO - Text after punctuation removal: i just want to pass there are so many obstacles « im so tired guyssss i want to rest for a while but i cant seem nervou 2024-07-17 01:31:25 - INFO - Text after number removal: i just want to pass there are so many obstacles « im so tired guyssss i want to rest for a while but i cant seem nervou 2024-07-17 01:31:25 - INFO - Tokenized text: ['i', 'just', 'want', 'to', 'pass', 'there', 'are', 'so', 'many', 'obstacles', '«', 'im', 'so', 'tired', 'guyssss', 'i', 'want', 'to', 'rest', 'for', 'a', 'while', 'but', 'i', 'cant', 'seem', 'nervou'] 2024-07-17 01:31:25 - INFO - Text after stopword removal and lemmatization: ['want', 'pas', 'many', 'obstacle', '«', 'im', 'tired', 'guy', 'want', 'rest', 'cant', 'seem', 'nervou'] 2024-07-17 01:31:25 - INFO - Cleaned text: want pas many obstacle « im tired guy want rest cant seem nervou 2024-07-17 01:31:25 - INFO - Original text: It's true that social media is fun, you have to look for health, if it only makes you nervous, what do you do 2024-07-17 01:31:25 - INFO - Lowercased text: it's true that social media is fun, you have to look for health, if it only makes you nervous, what do you do 2024-07-17 01:31:25 - INFO - Text after punctuation removal: its true that social media is fun you have to look for health if it only makes you nervous what do you do 2024-07-17 01:31:25 - INFO - Text after number removal: its true that social media is fun you have to look for health if it only makes you nervous what do you do 2024-07-17 01:31:25 - INFO - Tokenized text: ['its', 'true', 'that', 'social', 'media', 'is', 'fun', 'you', 'have', 'to', 'look', 'for', 'health', 'if', 'it', 'only', 'makes', 'you', 'nervous', 'what', 'do', 'you', 'do'] 2024-07-17 01:31:25 - INFO - Text after stopword removal and lemmatization: ['true', 'social', 'medium', 'fun', 'look', 'health', 'make', 'nervous'] 2024-07-17 01:31:25 - INFO - Cleaned text: true social medium fun look health make nervous 2024-07-17 01:31:25 - INFO - Original text: Starting to get restless...Others have started praying Isha, I'm not solemn, the cat is getting closer...Finally canceled the prayer to get rid of the cat 2024-07-17 01:31:25 - INFO - Lowercased text: starting to get restless...others have started praying isha, i'm not solemn, the cat is getting closer...finally canceled the prayer to get rid of the cat 2024-07-17 01:31:25 - INFO - Text after punctuation removal: starting to get restlessothers have started praying isha im not solemn the cat is getting closerfinally canceled the prayer to get rid of the cat 2024-07-17 01:31:25 - INFO - Text after number removal: starting to get restlessothers have started praying isha im not solemn the cat is getting closerfinally canceled the prayer to get rid of the cat 2024-07-17 01:31:25 - INFO - Tokenized text: ['starting', 'to', 'get', 'restlessothers', 'have', 'started', 'praying', 'isha', 'im', 'not', 'solemn', 'the', 'cat', 'is', 'getting', 'closerfinally', 'canceled', 'the', 'prayer', 'to', 'get', 'rid', 'of', 'the', 'cat'] 2024-07-17 01:31:25 - INFO - Text after stopword removal and lemmatization: ['starting', 'get', 'restlessothers', 'started', 'praying', 'isha', 'im', 'solemn', 'cat', 'getting', 'closerfinally', 'canceled', 'prayer', 'get', 'rid', 'cat'] 2024-07-17 01:31:25 - INFO - Cleaned text: starting get restlessothers started praying isha im solemn cat getting closerfinally canceled prayer get rid cat 2024-07-17 01:31:25 - INFO - Original text: What do you do when you're anxious when you're anxious? i used to write something every time i have a lot of thoughts or worry about things that are not sure... but now... idk what to do