{"id":24159462,"url":"https://github.com/harshal306/predictingsemanticorientationofcommunication","last_synced_at":"2025-09-20T03:31:22.470Z","repository":{"id":270743646,"uuid":"103124240","full_name":"harshal306/PredictingSemanticOrientationOfCommunication","owner":"harshal306","description":"Sentiment Analysis of Communication over Social Network ","archived":false,"fork":false,"pushed_at":"2018-01-16T09:13:20.000Z","size":1988,"stargazers_count":7,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-03T00:32:35.308Z","etag":null,"topics":["anger-datasets","binary-search-tree","c","datasets","datastructuresandalgorithm","gcc-complier","glade","gtk3","happy-datasets","heapsort-algorithm","love-datasets","machine-learning-algorithms","navie-bayes-algorithm","probabilistic-programming","probability","sad-datasets","supervised-learning","vulgar-non-decent-datasets"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/harshal306.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-09-11T10:47:39.000Z","updated_at":"2025-02-14T09:08:00.000Z","dependencies_parsed_at":"2025-01-02T19:53:20.257Z","dependency_job_id":"8c101e89-4dad-4041-a43d-a44bdcc6cc7a","html_url":"https://github.com/harshal306/PredictingSemanticOrientationOfCommunication","commit_stats":null,"previous_names":["harshal306/predictingsemanticorientationofcommunication"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/harshal306/PredictingSemanticOrientationOfCommunication","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshal306%2FPredictingSemanticOrientationOfCommunication","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshal306%2FPredictingSemanticOrientationOfCommunication/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshal306%2FPredictingSemanticOrientationOfCommunication/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshal306%2FPredictingSemanticOrientationOfCommunication/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/harshal306","download_url":"https://codeload.github.com/harshal306/PredictingSemanticOrientationOfCommunication/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshal306%2FPredictingSemanticOrientationOfCommunication/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276040595,"owners_count":25574830,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-20T02:00:10.207Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["anger-datasets","binary-search-tree","c","datasets","datastructuresandalgorithm","gcc-complier","glade","gtk3","happy-datasets","heapsort-algorithm","love-datasets","machine-learning-algorithms","navie-bayes-algorithm","probabilistic-programming","probability","sad-datasets","supervised-learning","vulgar-non-decent-datasets"],"created_at":"2025-01-12T15:17:42.920Z","updated_at":"2025-09-20T03:31:21.921Z","avatar_url":"https://github.com/harshal306.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Predicting the Semantic Orientation of Communication over Social Networking.\n\n\u003e The World needs a particular channel through which any post, message, tweet or comment is scrutinized before being broadcasted.\n\n## Abstract\nDeveloping a state of the art sentiment analysis system that detects the sentiment of short\nmessages/posts/etc such as tweets, facebook activity like SMS (message-level task) or posting or commenting and many other. The sentiment of a word or a phrase within a message (term-level task). The system is based on a supervised\nstatistical text classification approach leveraging a variety of surface form, semantic, and\nsentiment features. The sentiment features are primarily derived from large datasets sentiment lexicons. These lexicons are explitcitply collecting from cyberspace. Sentiment word hashtags or simple words on facebook instagram or many other social media with emoticons. To adequately capture the sentiment of words in negated contexts, a separate sentiment lexicon is generated for negated words.\n\n## Derived Classifier.\n\nNaive Baye's (NB) classifier by Observing [Baye's’](https://en.wikipedia.org/wiki/Naive_Bayes_classifier) rule,\n  P(c | d) = P(c)P(d | c)/P(d).\n  \n ## System Requirement\n \n * Hardware Requirements:\n    * Processor: Intel(R) Core(TM)2 Quad CPU Q8400 @ 2.66GHz\n    * RAM : 2GB (Operating System + sofware)\n    * HardDisk : 1GB (Data sets)\n\n * Software Requirements:\n    * [Linux Operating System](https://www.linux.org/) (Recommended) \u003cimg src=\"https://vpnpick.com/wp-content/uploads/2015/12/2000px-Tux.svg_.png\" alt=\"Drawing\" width = 40px height = 40px /\u003e\n    * [GCC](https://gcc.gnu.org/) (GNU Compiler Collection) \u003cimg src=\"http://www.cse.iitb.ac.in/grc/images/gcc-logo.gif\" alt=\"Drawing\" width = 40px height = 40px /\u003e\n    * [GTK](https://www.gtk.org/) (GIMP Tool Kit) \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/30/GTK.png\" alt=\"Drawing\" width = 40px height = 40px /\u003e\n    * [GLADE](https://glade.gnome.org/) (A User Interface Designer) \u003cimg src=\"https://fossies.org/linux/glade/data/icons/hicolor/256x256/apps/glade.png\" alt=\"Drawing\" width = 40px height = 40px /\u003e\n    \n## Compilation \u0026 Execution:\n\n```sh\n$ sudo apt-get install libgtk-3-dev\n$ gcc -o \u003coutput-file-name\u003e \u003ccode-file-extension.c\u003e -Wall `pkg-config --cflags --libs gtk+-3.0` -export-dynamic\n$ ./\u003coutput-file-name\u003e\n```\n## BlackBok Functioning:\n\nEnter some text (Post, message, comment,tweet or anything), the software predicts the the sentiment of the respective text.\n\n## Datasets Collection :\n\n1. [Mendeley Datasets](https://www.mendeley.com/datasets): A collection of millions of data as per the sentiments for Hindi and English.\n2. [MT](http://www.manythings.org/sentences/words/): A great collection of sentences with the respective words.\n3. [Stanford datasets](http://ai.stanford.edu/~amaas/data/sentiment/) : This is a dataset for binary sentiment classification containing substantially more data than previous benchmark datasets. We provide a set of 25,000 highly polar movie reviews for training, and 25,000 for testing. There is additional unlabeled data for use as well. Raw text and already processed bag of words formats are provided. See the README file contained in the release for more details.\n\n## Contribution:\n\n1. Fork the Repository.\n2. Clone the project to your machine.\n3. Add respective and relevent data to it and upload as a new branch to it.\n4. Add your name and Profile address to below named Developer and Contributors\n\n## Developers and Contributors:\n\n1. [Harshal Mittal](https://twitter.com/Harshal306)\n2. Shubhangi Srivastava\n3. [Mansi Sahu](https://www.facebook.com/mansi.sahu.1004)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharshal306%2Fpredictingsemanticorientationofcommunication","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharshal306%2Fpredictingsemanticorientationofcommunication","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharshal306%2Fpredictingsemanticorientationofcommunication/lists"}