{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":651250199,"defaultBranch":"main","name":"Text-Mining","ownerLogin":"malabyte","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-06-08T20:57:36.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/113328006?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1689194603.0","currentOid":""},"activityList":{"items":[{"before":"4ab5d8bad19d1f74cc1aaff593d669d2f1cf6fc9","after":"02d1776313cf296ca99d23abc54aee88dce21418","ref":"refs/heads/main","pushedAt":"2023-07-15T05:21:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"malabyte","name":null,"path":"/malabyte","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/113328006?s=80&v=4"},"commit":{"message":"This code implements a trigram model and extracts the top frequent words from a collection of texts. By preprocessing the texts and building the trigram model, the code analyzes the relationships between words and identifies common word patterns. The extracted top frequent words provide insights into the most significant terms within the text corpus. This approach is useful for various applications, such as language modeling, text prediction, and topic analysis. The code demonstrates the process of building the trigram model, extracting the top words, and displaying the results.","shortMessageHtmlLink":"This code implements a trigram model and extracts the top frequent wo…"}},{"before":"3af0858ad3a2bab4bd5b46fe5363ae19268228e3","after":"4ab5d8bad19d1f74cc1aaff593d669d2f1cf6fc9","ref":"refs/heads/main","pushedAt":"2023-07-12T21:06:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"malabyte","name":null,"path":"/malabyte","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/113328006?s=80&v=4"},"commit":{"message":"This code demonstrates the use of regular expressions (regex) in Python to extract name and age information from given text strings. It utilizes the re module and regex patterns to match specific patterns and extract relevant data. The first part focuses on extracting name and age information from the text in question 1, where it searches for phrases like \"Mr.\", \"Mrs.\", \"Ms.\", \"is a\", \"who is between\", and \", age\" to identify the name and age values. The second part focuses on extracting name and age range information from the text in question 2, where it searches for similar patterns and captures the age values or range. The extracted name, age, and age range information are then printed for analysis.","shortMessageHtmlLink":"This code demonstrates the use of regular expressions (regex) in Pyth…"}},{"before":"3af0858ad3a2bab4bd5b46fe5363ae19268228e3","after":null,"ref":"refs/heads/csv","pushedAt":"2023-07-12T20:43:23.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"malabyte","name":null,"path":"/malabyte","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/113328006?s=80&v=4"}},{"before":null,"after":"3af0858ad3a2bab4bd5b46fe5363ae19268228e3","ref":"refs/heads/malabyte-xlsx-file","pushedAt":"2023-07-12T20:42:48.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"malabyte","name":null,"path":"/malabyte","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/113328006?s=80&v=4"},"commit":{"message":"Delete Amazon_Olivia_Malagon.ipynb","shortMessageHtmlLink":"Delete Amazon_Olivia_Malagon.ipynb"}},{"before":"3af0858ad3a2bab4bd5b46fe5363ae19268228e3","after":"176579bc9c4f185c417e8dd87f5aef9811049b45","ref":"refs/heads/malabyte-xlsx-file","pushedAt":"2023-07-12T20:42:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"malabyte","name":null,"path":"/malabyte","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/113328006?s=80&v=4"},"commit":{"message":"PhoneReviews\n\nPhoneReviews.xlsx file for the Sentiment_Analysis_of_Phone_Reviews","shortMessageHtmlLink":"PhoneReviews"}},{"before":null,"after":"3af0858ad3a2bab4bd5b46fe5363ae19268228e3","ref":"refs/heads/csv","pushedAt":"2023-07-12T20:38:56.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"malabyte","name":null,"path":"/malabyte","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/113328006?s=80&v=4"},"commit":{"message":"Delete Amazon_Olivia_Malagon.ipynb","shortMessageHtmlLink":"Delete Amazon_Olivia_Malagon.ipynb"}},{"before":"0dfc76f8075f24eec9f9f0a1f016574bd6850e7c","after":"3af0858ad3a2bab4bd5b46fe5363ae19268228e3","ref":"refs/heads/main","pushedAt":"2023-07-12T20:38:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"malabyte","name":null,"path":"/malabyte","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/113328006?s=80&v=4"},"commit":{"message":"Delete Amazon_Olivia_Malagon.ipynb","shortMessageHtmlLink":"Delete Amazon_Olivia_Malagon.ipynb"}},{"before":"2b8874cf820017917ed735b39084ad562b3ede08","after":"0dfc76f8075f24eec9f9f0a1f016574bd6850e7c","ref":"refs/heads/main","pushedAt":"2023-07-12T20:37:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"malabyte","name":null,"path":"/malabyte","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/113328006?s=80&v=4"},"commit":{"message":"The provided code demonstrates text cleaning and preprocessing for sentiment analysis using the NLTK library and Pandas. It begins by reading a CSV file containing polarity, heading, and body columns. The text in the body column is cleaned by removing unwanted characters, punctuation, and integers. The cleaned reviews are then normalized to lowercase. Stop words from the English language are removed to filter out common words that do not contribute much to the analysis. Finally, the processed reviews are obtained as a result. This code serves as a foundational step in preparing text data for sentiment analysis or other natural language processing tasks by removing noise and irrelevant information.","shortMessageHtmlLink":"The provided code demonstrates text cleaning and preprocessing for se…"}},{"before":"389f8ae5f5f9940c9eb70b72ed5a7549e5508efb","after":"2b8874cf820017917ed735b39084ad562b3ede08","ref":"refs/heads/main","pushedAt":"2023-07-12T20:33:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"malabyte","name":null,"path":"/malabyte","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/113328006?s=80&v=4"},"commit":{"message":"Train2 - For Amazon","shortMessageHtmlLink":"Train2 - For Amazon"}},{"before":"02874b261d0123cf44ebda4931c0a4594ee16252","after":"389f8ae5f5f9940c9eb70b72ed5a7549e5508efb","ref":"refs/heads/main","pushedAt":"2023-07-11T19:17:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"malabyte","name":null,"path":"/malabyte","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/113328006?s=80&v=4"},"commit":{"message":"This code performs sentiment analysis on phone reviews stored in an Excel file. It utilizes various libraries and modules such as pandas, nltk, and re. The code follows these steps:\n\nReads an Excel file and extracts the relevant columns into a new DataFrame.\nDefines a function to map rating values to sentiment categories.\nApplies the function to the ratings column and adds the sentiment categories to the DataFrame.\nCleans and normalizes the review texts by removing special characters, HTML tags, and stopwords.\nCalculates sentiment scores for the cleaned texts using the SentimentIntensityAnalyzer class.\nSaves the cleaned and normalized texts, along with sentiment scores, as CSV files.\nBy running this code, sentiment analysis can be performed on phone reviews, including categorizing sentiments, cleaning and normalizing text, and calculating sentiment scores.","shortMessageHtmlLink":"This code performs sentiment analysis on phone reviews stored in an E…"}},{"before":"5f4701f801f70f205bda5a503e6dde9696636146","after":"02874b261d0123cf44ebda4931c0a4594ee16252","ref":"refs/heads/main","pushedAt":"2023-06-28T23:39:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"malabyte","name":null,"path":"/malabyte","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/113328006?s=80&v=4"},"commit":{"message":"Update README.md","shortMessageHtmlLink":"Update README.md"}},{"before":"7c389bb77d14e0d79a14cd65d73d9d9f0e1c34a8","after":"5f4701f801f70f205bda5a503e6dde9696636146","ref":"refs/heads/main","pushedAt":"2023-06-28T23:38:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"malabyte","name":null,"path":"/malabyte","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/113328006?s=80&v=4"},"commit":{"message":"Update README.md","shortMessageHtmlLink":"Update README.md"}},{"before":"3c8c0a8d6183e4cf635e5d8d52cf51c7eeac24a2","after":"7c389bb77d14e0d79a14cd65d73d9d9f0e1c34a8","ref":"refs/heads/main","pushedAt":"2023-06-28T23:33:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"malabyte","name":null,"path":"/malabyte","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/113328006?s=80&v=4"},"commit":{"message":"Created using Colaboratory","shortMessageHtmlLink":"Created using Colaboratory"}},{"before":null,"after":"3c8c0a8d6183e4cf635e5d8d52cf51c7eeac24a2","ref":"refs/heads/main","pushedAt":"2023-06-08T20:57:36.833Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"malabyte","name":null,"path":"/malabyte","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/113328006?s=80&v=4"},"commit":{"message":"Initial commit","shortMessageHtmlLink":"Initial commit"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyMy0wNy0xNVQwNToyMTozNC4wMDAwMDBazwAAAANWD3P1","startCursor":"Y3Vyc29yOnYyOpK7MjAyMy0wNy0xNVQwNToyMTozNC4wMDAwMDBazwAAAANWD3P1","endCursor":"Y3Vyc29yOnYyOpK7MjAyMy0wNi0wOFQyMDo1NzozNi44MzM3NDJazwAAAAM9vK-M"}},"title":"Activity · malabyte/Text-Mining"}