SlideShare a Scribd company logo
1 of 4
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 04 | Apr42018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 1221
POST SUMMARIZATION AND TEXT CLASSIFICATION IN SOCIAL
NETWORKING SITES.
Mr.Vignesh Kumar 1, Ms.Dhivya N 2, Mr.Abishek R K 3, Mr. Dharun B 4
1Assistant Professor, Department of Computer Science And Engineering,BIT, Tamil Nadu, India.
2,3,4 Final year, Department of Computer Science And Engineering, BIT, Tamil Nadu, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract -Social Networking – It’s the way the 21st century
communicates now. Social networking is the grouping of
individuals into specific groups, like small rural communities
or a neighbourhood subdivision. It is that the social
networking sites offer all the facility to shareinformationwith
friends such as posts, comments, private messages etc, with
required privacy level but the usage of words is not taken into
control in the posts or comments. So we therefore bring out
the idea of classifying the words using the text classification
process in data mining and also provide post summarization.
The user’s own post can be summarized basedonspecifictopic
and can be collected and kept at database by post
summarization technique using data mining and friend
matching system. Whenever the user needs he can get the
specific topics related post rapidly in his own profile.
Key Words: Social networking site, Privacy level, Post
summarization, Text classification, Data-mining.
1. INTRODUCTION
The Social Networking websites which isbasedonweb
services allows the individual to getconnectedtotheoutside
world by the option provided such as friend request, posts,
comments, etc .There are social networking sites available
such as MySpace, Face book, Twitter which commonly have
the profile management module but may vary in some
specialized module in their own style. Here in this paper we
propose our own style of profile management in our
platform namely friend book which help in post
summarization and text classification using the concepts of
Data Mining. The normal profile management is also
associated such as friend request, accepting the friend
request ,post and comment on that post etc. Thus the Data
mining techniques such as text Classifiers and
summarization techniques are used.
2. PROFILE MANAGEMENT SYSTEM
As mentioned above we have come across different
types of websites regarding social networks namely Face
book , Orkut , MySpace ,Twitter, LinkedIn etc they
themselves have their own way of profile management
which is common functionality in all networking sites. The
Profile Management includes the creation of the account,
updating the users information, making new friends around
the world etc.
Here the same process have been followed to login in
our site too
 Profile Creation is the one in which the users will create
their profile to enter the social web world. They can
have privacy over their profile that only the persons
they like will be able to view or send friend request.
 Updation of information is another necessary thing so
that other users will come to know the new users.
Updation of the profile meansthatthelocationcurrently
they are living, display picture etc .The privacy is
maintained in this scope.
 Friend Request is the common module of connecting
with the people we like.
 If some one need to get friend then the user can give the
interested person the request so that person on the
other side would receive the request that some one is
interested to make friend with him/her.
 Post is another important module that is availableinthe
social media. Twitter is based mainly on the post. The
users can post the image or video or any other files they
like on their own profile or their friends profile.
 Comment is nothing but we can comment on the post
that out friend post or the friend of us post. It depends
upon the privacy that is provided.
 Message Management is also the important modulethat
we can send private messages to our friend we are
associated.
 In some social media we have the newsfeed system,
making a specific groups within or for any Business
needs etc. Thus Profile Management is the vast sector in
social networking sites.
3. LITERATURE REVIEW
Data Mining concepts for the post summarization and
Text classification involves many techniques such as
 An Enhanced Data Mining for text classification
that uses the k-nearest neighbor classification
algorithm which is based on the sentence based
concept analysis, document based concept analysis
and corpus based concept analysis.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 04 | Apr42018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 1222
 A Novel text classification algorithm based on
enhanced associate rule includes Mining frequent
item set, generating enhanced association rule.
 Data Mining Techniques for social media
analysis for the summarization of word using
semantic analysis.
 Enhanced Classification Accuracy on Naïve
Baye’s Data Mining Model whichisprimarilybasedon
classification based on similar data set by making the
group of similar data using k-means Clustering and
training the data set using Naive bayes classification
algorithm.
4. EXISTING SYSTEM
The Existing System includes some preliminary
techniques such as profile management like friend request,
comment, post, profile updation, message management etc.,
though they provide high level of security through the
privacy policy the words that is been used in post and
comments are not taken into account in existing system
.Thus this problem can be solved by Text classification
technique in datamining which will classify the bad text and
does not allow them to post in the website. And also in the
existing system each user cannot summarize the post under
the interested topic the user wish .This can be rectifiedusing
the post summarization technique .
5. PROPOSED SYSTEM
The Profile Management system in social networking
sites have the same process as discussed earlier ,In addition
to this we propose two modules which is summarization of
post and the text classification using the data mining
concepts. The Summarization of the post is that if the
particular topic is given the data containing the post for the
particular user at each sessions will be summarized at the
backend .The main motive of text classification is to avoid
the vulgar ,violence word not to be posted or commented so
that other users may not feel bad or get hurted .so we go for
the text classification using datamining concept .
5.1 SUMMARIZATION
Post Summarization involves the process of
summarizing the post under the particular topic with the
particular session id. This is done with the help of data
mining technique summarization .summarizer is the
algorithm which is used to get the needed or required data
from the large amount of data thus giving summarized data
in a readable and structured way. Automatic summarization
is one of the field in natural language processing which
makes the system to analyse, predict and understand like
human. Summarizer is part of the J4 classifier algorithm
which scans the post database and comment database.
When the needed topic is created for the
summarization it searches the above mentioned database
and separate summarization is created for the useridofthat
particular session. Thus the summarizationisjustpartofthe
text classification algorithm.
In Automatic Summarization the particular text
from the document is summarized with help of the word
frequency .If the word frequency is high then the word will
be taken into account for the summarization else it will be
left as the normal one. The main need for the summarization
is that the business analyst ,researches may need to go
through many documents per day to get a particular topic.
Thus using this algorithm they can get at an instant .
Fig. 1 Summarizing the training data
5.2 TEXT CLASSIFICATION
The Text Classificationisthe oneofthemainmodule
that plays the major role to block the vulgar or the violence
word in the social networking site. In text classification we
classify the words into the soft classification and hard
classification. In the Soft classification we classify the word
into neutral and the non neutral .
STOP WORD REMOVAL
The process of the stop word removal is that
removing the letters like “ing” and the words like article,
preposition, and all the unwanted letters around the word.
Example for this is the word “beautifully” can be taken as
beauty thus removing unwanted stop words.
Four types of stop word removal methods are
followed, the methods are used to remove stop words
Fig.2 Classificaton of Text
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 04 | Apr42018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 1223
5.2.1 HARD CLASSIFICATION
Hard Classification includes the text that are
violence .In the Hard Classification the word which are fed
into the spectrum is classified before it is being posted by
comparing the words with the training data set .If itmatches
with the training dataset of the bad words the word will not
be pushed inside the spectrum .Thus the Hard Classification
of the Text .
5.2.2 SOFT CLASSIFICATION
In Soft Classification, The word is classified under
 Neutral classification
 Non Neutral classification
Neutral Classification
In the neutral classification the words that are
classified are normal words that weusenormallyinthedaily
life. The words may be like speed ,human etc.
Non Neutral Classification
In the non neutral Classification the words that are
classified are of normal usage but feels like scolding or for
fun in the soft manner. The words may be like idiot, fool etc.
5.2.3 TEXT PREPROCESSING
Before the classification we use to process the text
so that they can be easily classified . The Pre processing of
the text includes
 Extraction
 Stopword Removal
EXTRACTION
The Extraction process involves tokenization of the word
that splits the sentences into each token by removing the
space . from the files .
 Classic Method
 Zipf’s law
 Mutual Information method
 Term Based Random sampling
Classic Method
Classic method include the removal of the stop words from
pre complied list.
Zipf’s law
Zipf’s law states that removing the words which occur
frequently and the words which occur only once can be
removed from the file.
Mutual Information method
This works by analyzingthe mutual information between the
given term and the documentation class. If it is low it means
that it has lower discrimination power and vice versa.
Term based random sampling
This method works by iterating overseparatechunksofdata
which are randomly selected. It then ranks terms in each
chunk based on their format values using the Kullback-
Leibler divergence measure
Fig.3 Process of Text Extraction
Thus the preprocessing of the text is the essential thing
which is further utilized in the text classification of word
making it easier. Here the above process are together
performed in the Naïve bayes Classification algorithm.
Thus the Naïve bayes Classification algorithm is the one
which is based on the probability theorem. We use the
predictive modeling by supervised pattern classification
Supervised pattern classification is the task of training the
dataset.
6. CONCLUSION AND FUTURE WORK
As of the social networking sites the profile management
is the common module in all sites .The post summarization
and text classification is the newmodulewhichisincluded to
enhance the social networking sites.
The post summarization is used to get the fast retrival of
data under a specific topic which is given. The text
classification helps in classifying the text into hard and soft
so that the hard classified words can be removed from the
others post .The Future work of this project include the
automatic summarization of the post by taking the term
frequency and summarizing under the term .This makes it
more efficient than the normal summarization. We can also
make use of another module which is profile matching and
friend matching system by detecting the life style of the user
using the sensor based mobile application which makes its
more efficient and user friendly.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 04 | Apr42018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 1224
REFERENCES
[1] Summarization - Compressing Data into an
Informative Representation Varun Chandola and
Vipin Kumar Department of Computer Science,
University of Minnesota, MN, USA.
[2] Text Summarization in Data Mining Colleen E.
Crangle ConverSpeech LLC, 60 Kirby Place, Palo
Alto, California 94301, USA
crangle@converspeech.com
www.converspeech.com
[3] Naïve Bayes, Wikipedia,
http://en.wikipedia.org/wiki/Naive_Baves_classifie
r.
[4] C. M. Bishop, Pattern Recognition and Machine
Learning. New York,NY, USA: Springer, 2006.
[5] Mitchell.T.M, McGraw Hill, New York, NY, Machine
Learning, 1996..
[6] Le Zhang, Jingbo Zhu, and Tianshun Yao, Natural
Language Processing Laboratory Institute of
Computer Software & Theory, Northeastern
University An Evaluation of Statistical Spam
filtering techniques, ACM Transactions on Asian
Language Information Processing, Vol. 3, No. 4,
December 2004, pages 243-269.
[7] K. A. Hamill, A. Zamora, "The use of titles for
automatic document classification", Journal of the
American Society for Information Science, pp. 396-
402, 1980.
[8] H. Heaps, "A theory of relevance for automatic
document classification", Information and Control,
pp. 268-278, 1973.
[9] W. Hoyle, "Automatic indexing and generation of
classification by algorithm", Information Storage
and Retrieval, pp. 233-242, 1973.
[10] An, J. and Chen, Y.: Concept Learning of Text
Documents. Web Intelligence 2004: 698-701 .
[11] Clark, P and Niblett, T: The CN2 Induction
Algorithm. Machine Learning 3: 261-283 (1989)
[12] Hammouda, K. M., Kamel, M. S.: Phrase-based
Document Similarity Based on an Index Graph
Model. ICDM 2002: 203-210
[13] Survey Paper on Document Classification and
Classifiers Upendra Singh [1], Saqib Hasan [2] UG
Students [1] & [2] Department of Computer Science
and Engineering Madan MohanMalaviyaUniversityof
Technology Gorakhpur - 273010 UP – India
[11] F. Sebastiani, “Text categorization”, Alessandro Zanasi
(ed.) Text Mining and its Applications, WIT Press,
Southampton, UK, pp. 109-129, 2005.
[12] Fetterly, D., Manasse, M. & Najork, M. (2005).Detecting
phrase-level duplication on the world wide web. In
Proceedings of the 28th annual international ACMSIGIR
conference on Research and development in
information retrieval (pp. pp. 170-177). : ACM Press,
Salvador, Brazil

More Related Content

What's hot

A Review: Text Classification on Social Media Data
A Review: Text Classification on Social Media DataA Review: Text Classification on Social Media Data
A Review: Text Classification on Social Media DataIOSR Journals
 
Classification-based Retrieval Methods to Enhance Information Discovery on th...
Classification-based Retrieval Methods to Enhance Information Discovery on th...Classification-based Retrieval Methods to Enhance Information Discovery on th...
Classification-based Retrieval Methods to Enhance Information Discovery on th...IJMIT JOURNAL
 
IRJET- A Novel Technique for Inferring User Search using Feedback Sessions
IRJET- A Novel Technique for Inferring User Search using Feedback SessionsIRJET- A Novel Technique for Inferring User Search using Feedback Sessions
IRJET- A Novel Technique for Inferring User Search using Feedback SessionsIRJET Journal
 
24 24 nov16 13455 27560-1-sm(edit)
24 24 nov16 13455 27560-1-sm(edit)24 24 nov16 13455 27560-1-sm(edit)
24 24 nov16 13455 27560-1-sm(edit)IAESIJEECS
 
IRJET - Social Network Question and Answer System
IRJET - Social Network Question and Answer SystemIRJET - Social Network Question and Answer System
IRJET - Social Network Question and Answer SystemIRJET Journal
 
Scaling Down Dimensions and Feature Extraction in Document Repository Classif...
Scaling Down Dimensions and Feature Extraction in Document Repository Classif...Scaling Down Dimensions and Feature Extraction in Document Repository Classif...
Scaling Down Dimensions and Feature Extraction in Document Repository Classif...ijdmtaiir
 
Authorization mechanism for multiparty data sharing in social network
Authorization mechanism for multiparty data sharing in social networkAuthorization mechanism for multiparty data sharing in social network
Authorization mechanism for multiparty data sharing in social networkeSAT Publishing House
 
Context Driven Technique for Document Classification
Context Driven Technique for Document ClassificationContext Driven Technique for Document Classification
Context Driven Technique for Document ClassificationIDES Editor
 
Recommendation System Using Social Networking
Recommendation System Using Social Networking Recommendation System Using Social Networking
Recommendation System Using Social Networking ijcseit
 
Scalable recommendation with social contextual information
Scalable recommendation with social contextual informationScalable recommendation with social contextual information
Scalable recommendation with social contextual informationeSAT Journals
 
Tweet Summarization and Segmentation: A Survey
Tweet Summarization and Segmentation: A SurveyTweet Summarization and Segmentation: A Survey
Tweet Summarization and Segmentation: A Surveyvivatechijri
 
Prediction of User Rare Sequential Topic Patterns of Internet Users
Prediction of User Rare Sequential Topic Patterns of Internet UsersPrediction of User Rare Sequential Topic Patterns of Internet Users
Prediction of User Rare Sequential Topic Patterns of Internet UsersIRJET Journal
 
AN EXTENDED HYBRID RECOMMENDER SYSTEM BASED ON ASSOCIATION RULES MINING IN DI...
AN EXTENDED HYBRID RECOMMENDER SYSTEM BASED ON ASSOCIATION RULES MINING IN DI...AN EXTENDED HYBRID RECOMMENDER SYSTEM BASED ON ASSOCIATION RULES MINING IN DI...
AN EXTENDED HYBRID RECOMMENDER SYSTEM BASED ON ASSOCIATION RULES MINING IN DI...csandit
 
IRJET- Fake Profile Identification using Machine Learning
IRJET-  	  Fake Profile Identification using Machine LearningIRJET-  	  Fake Profile Identification using Machine Learning
IRJET- Fake Profile Identification using Machine LearningIRJET Journal
 
DETECTION OF FAKE ACCOUNTS IN INSTAGRAM USING MACHINE LEARNING
DETECTION OF FAKE ACCOUNTS IN INSTAGRAM USING MACHINE LEARNINGDETECTION OF FAKE ACCOUNTS IN INSTAGRAM USING MACHINE LEARNING
DETECTION OF FAKE ACCOUNTS IN INSTAGRAM USING MACHINE LEARNINGijcsit
 
USER PROFILE BASED PERSONALIZED WEB SEARCH
USER PROFILE BASED PERSONALIZED WEB SEARCHUSER PROFILE BASED PERSONALIZED WEB SEARCH
USER PROFILE BASED PERSONALIZED WEB SEARCHijmpict
 

What's hot (19)

Naresh sharma
Naresh sharmaNaresh sharma
Naresh sharma
 
A Review: Text Classification on Social Media Data
A Review: Text Classification on Social Media DataA Review: Text Classification on Social Media Data
A Review: Text Classification on Social Media Data
 
Bn35364376
Bn35364376Bn35364376
Bn35364376
 
Classification-based Retrieval Methods to Enhance Information Discovery on th...
Classification-based Retrieval Methods to Enhance Information Discovery on th...Classification-based Retrieval Methods to Enhance Information Discovery on th...
Classification-based Retrieval Methods to Enhance Information Discovery on th...
 
IRJET- A Novel Technique for Inferring User Search using Feedback Sessions
IRJET- A Novel Technique for Inferring User Search using Feedback SessionsIRJET- A Novel Technique for Inferring User Search using Feedback Sessions
IRJET- A Novel Technique for Inferring User Search using Feedback Sessions
 
24 24 nov16 13455 27560-1-sm(edit)
24 24 nov16 13455 27560-1-sm(edit)24 24 nov16 13455 27560-1-sm(edit)
24 24 nov16 13455 27560-1-sm(edit)
 
IRJET - Social Network Question and Answer System
IRJET - Social Network Question and Answer SystemIRJET - Social Network Question and Answer System
IRJET - Social Network Question and Answer System
 
Scaling Down Dimensions and Feature Extraction in Document Repository Classif...
Scaling Down Dimensions and Feature Extraction in Document Repository Classif...Scaling Down Dimensions and Feature Extraction in Document Repository Classif...
Scaling Down Dimensions and Feature Extraction in Document Repository Classif...
 
Authorization mechanism for multiparty data sharing in social network
Authorization mechanism for multiparty data sharing in social networkAuthorization mechanism for multiparty data sharing in social network
Authorization mechanism for multiparty data sharing in social network
 
Context Driven Technique for Document Classification
Context Driven Technique for Document ClassificationContext Driven Technique for Document Classification
Context Driven Technique for Document Classification
 
Recommendation System Using Social Networking
Recommendation System Using Social Networking Recommendation System Using Social Networking
Recommendation System Using Social Networking
 
Scalable recommendation with social contextual information
Scalable recommendation with social contextual informationScalable recommendation with social contextual information
Scalable recommendation with social contextual information
 
Tweet Summarization and Segmentation: A Survey
Tweet Summarization and Segmentation: A SurveyTweet Summarization and Segmentation: A Survey
Tweet Summarization and Segmentation: A Survey
 
tweet segmentation
tweet segmentation tweet segmentation
tweet segmentation
 
Prediction of User Rare Sequential Topic Patterns of Internet Users
Prediction of User Rare Sequential Topic Patterns of Internet UsersPrediction of User Rare Sequential Topic Patterns of Internet Users
Prediction of User Rare Sequential Topic Patterns of Internet Users
 
AN EXTENDED HYBRID RECOMMENDER SYSTEM BASED ON ASSOCIATION RULES MINING IN DI...
AN EXTENDED HYBRID RECOMMENDER SYSTEM BASED ON ASSOCIATION RULES MINING IN DI...AN EXTENDED HYBRID RECOMMENDER SYSTEM BASED ON ASSOCIATION RULES MINING IN DI...
AN EXTENDED HYBRID RECOMMENDER SYSTEM BASED ON ASSOCIATION RULES MINING IN DI...
 
IRJET- Fake Profile Identification using Machine Learning
IRJET-  	  Fake Profile Identification using Machine LearningIRJET-  	  Fake Profile Identification using Machine Learning
IRJET- Fake Profile Identification using Machine Learning
 
DETECTION OF FAKE ACCOUNTS IN INSTAGRAM USING MACHINE LEARNING
DETECTION OF FAKE ACCOUNTS IN INSTAGRAM USING MACHINE LEARNINGDETECTION OF FAKE ACCOUNTS IN INSTAGRAM USING MACHINE LEARNING
DETECTION OF FAKE ACCOUNTS IN INSTAGRAM USING MACHINE LEARNING
 
USER PROFILE BASED PERSONALIZED WEB SEARCH
USER PROFILE BASED PERSONALIZED WEB SEARCHUSER PROFILE BASED PERSONALIZED WEB SEARCH
USER PROFILE BASED PERSONALIZED WEB SEARCH
 

Similar to IRJET- Post Summarization and Text Classification in Social Networking Sites

Twitter Sentiment Analysis: An Unsupervised Approach
Twitter Sentiment Analysis: An Unsupervised ApproachTwitter Sentiment Analysis: An Unsupervised Approach
Twitter Sentiment Analysis: An Unsupervised ApproachIRJET Journal
 
Projection Multi Scale Hashing Keyword Search in Multidimensional Datasets
Projection Multi Scale Hashing Keyword Search in Multidimensional DatasetsProjection Multi Scale Hashing Keyword Search in Multidimensional Datasets
Projection Multi Scale Hashing Keyword Search in Multidimensional DatasetsIRJET Journal
 
Detailed Investigation of Text Classification and Clustering of Twitter Data ...
Detailed Investigation of Text Classification and Clustering of Twitter Data ...Detailed Investigation of Text Classification and Clustering of Twitter Data ...
Detailed Investigation of Text Classification and Clustering of Twitter Data ...ijtsrd
 
E-Commerce Product Rating Based on Customer Review
E-Commerce Product Rating Based on Customer ReviewE-Commerce Product Rating Based on Customer Review
E-Commerce Product Rating Based on Customer ReviewIRJET Journal
 
Combining Lexicon based and Machine Learning based Methods for Twitter Sentim...
Combining Lexicon based and Machine Learning based Methods for Twitter Sentim...Combining Lexicon based and Machine Learning based Methods for Twitter Sentim...
Combining Lexicon based and Machine Learning based Methods for Twitter Sentim...IRJET Journal
 
Framework for Product Recommandation for Review Dataset
Framework for Product Recommandation for Review DatasetFramework for Product Recommandation for Review Dataset
Framework for Product Recommandation for Review Datasetrahulmonikasharma
 
IEEE 2014 DOTNET CLOUD COMPUTING PROJECTS A scientometric analysis of cloud c...
IEEE 2014 DOTNET CLOUD COMPUTING PROJECTS A scientometric analysis of cloud c...IEEE 2014 DOTNET CLOUD COMPUTING PROJECTS A scientometric analysis of cloud c...
IEEE 2014 DOTNET CLOUD COMPUTING PROJECTS A scientometric analysis of cloud c...IEEEMEMTECHSTUDENTPROJECTS
 
Intelligent Hiring with Resume Parser and Ranking using Natural Language Proc...
Intelligent Hiring with Resume Parser and Ranking using Natural Language Proc...Intelligent Hiring with Resume Parser and Ranking using Natural Language Proc...
Intelligent Hiring with Resume Parser and Ranking using Natural Language Proc...Zainul Sayed
 
IRJET- Comparative Study of Classification Algorithms for Sentiment Analy...
IRJET-  	  Comparative Study of Classification Algorithms for Sentiment Analy...IRJET-  	  Comparative Study of Classification Algorithms for Sentiment Analy...
IRJET- Comparative Study of Classification Algorithms for Sentiment Analy...IRJET Journal
 
IRJET- Sentimental Prediction of Users Perspective through Live Streaming : T...
IRJET- Sentimental Prediction of Users Perspective through Live Streaming : T...IRJET- Sentimental Prediction of Users Perspective through Live Streaming : T...
IRJET- Sentimental Prediction of Users Perspective through Live Streaming : T...IRJET Journal
 
A Survey on Recommendation System based on Knowledge Graph and Machine Learning
A Survey on Recommendation System based on Knowledge Graph and Machine LearningA Survey on Recommendation System based on Knowledge Graph and Machine Learning
A Survey on Recommendation System based on Knowledge Graph and Machine LearningIRJET Journal
 
Efficient and effective video sharing in online Social network using revocati...
Efficient and effective video sharing in online Social network using revocati...Efficient and effective video sharing in online Social network using revocati...
Efficient and effective video sharing in online Social network using revocati...IRJET Journal
 
An Opinion Mining and Sentiment Analysis Techniques: A Survey
An Opinion Mining and Sentiment Analysis Techniques: A SurveyAn Opinion Mining and Sentiment Analysis Techniques: A Survey
An Opinion Mining and Sentiment Analysis Techniques: A SurveyIRJET Journal
 
IRJET - Sentiment Analysis of Posts and Comments of OSN
IRJET -  	  Sentiment Analysis of Posts and Comments of OSNIRJET -  	  Sentiment Analysis of Posts and Comments of OSN
IRJET - Sentiment Analysis of Posts and Comments of OSNIRJET Journal
 
Sentiment Analysis of Twitter Data
Sentiment Analysis of Twitter DataSentiment Analysis of Twitter Data
Sentiment Analysis of Twitter DataIRJET Journal
 
A Survey On Privacy Policy Inference for Social Images
A Survey On Privacy Policy Inference for Social ImagesA Survey On Privacy Policy Inference for Social Images
A Survey On Privacy Policy Inference for Social ImagesIRJET Journal
 
IRJET- Customer Feedback Analysis using Machine Learning
IRJET-  	  Customer Feedback Analysis using Machine LearningIRJET-  	  Customer Feedback Analysis using Machine Learning
IRJET- Customer Feedback Analysis using Machine LearningIRJET Journal
 
Profile Analysis of Users in Data Analytics Domain
Profile Analysis of   Users in Data Analytics DomainProfile Analysis of   Users in Data Analytics Domain
Profile Analysis of Users in Data Analytics DomainDrjabez
 
IRJET- Virtual Business Analyst using a Progressive Web Application
IRJET- Virtual Business Analyst using a Progressive Web ApplicationIRJET- Virtual Business Analyst using a Progressive Web Application
IRJET- Virtual Business Analyst using a Progressive Web ApplicationIRJET Journal
 

Similar to IRJET- Post Summarization and Text Classification in Social Networking Sites (20)

Twitter Sentiment Analysis: An Unsupervised Approach
Twitter Sentiment Analysis: An Unsupervised ApproachTwitter Sentiment Analysis: An Unsupervised Approach
Twitter Sentiment Analysis: An Unsupervised Approach
 
Projection Multi Scale Hashing Keyword Search in Multidimensional Datasets
Projection Multi Scale Hashing Keyword Search in Multidimensional DatasetsProjection Multi Scale Hashing Keyword Search in Multidimensional Datasets
Projection Multi Scale Hashing Keyword Search in Multidimensional Datasets
 
Detailed Investigation of Text Classification and Clustering of Twitter Data ...
Detailed Investigation of Text Classification and Clustering of Twitter Data ...Detailed Investigation of Text Classification and Clustering of Twitter Data ...
Detailed Investigation of Text Classification and Clustering of Twitter Data ...
 
E-Commerce Product Rating Based on Customer Review
E-Commerce Product Rating Based on Customer ReviewE-Commerce Product Rating Based on Customer Review
E-Commerce Product Rating Based on Customer Review
 
Combining Lexicon based and Machine Learning based Methods for Twitter Sentim...
Combining Lexicon based and Machine Learning based Methods for Twitter Sentim...Combining Lexicon based and Machine Learning based Methods for Twitter Sentim...
Combining Lexicon based and Machine Learning based Methods for Twitter Sentim...
 
Framework for Product Recommandation for Review Dataset
Framework for Product Recommandation for Review DatasetFramework for Product Recommandation for Review Dataset
Framework for Product Recommandation for Review Dataset
 
IEEE 2014 DOTNET CLOUD COMPUTING PROJECTS A scientometric analysis of cloud c...
IEEE 2014 DOTNET CLOUD COMPUTING PROJECTS A scientometric analysis of cloud c...IEEE 2014 DOTNET CLOUD COMPUTING PROJECTS A scientometric analysis of cloud c...
IEEE 2014 DOTNET CLOUD COMPUTING PROJECTS A scientometric analysis of cloud c...
 
Intelligent Hiring with Resume Parser and Ranking using Natural Language Proc...
Intelligent Hiring with Resume Parser and Ranking using Natural Language Proc...Intelligent Hiring with Resume Parser and Ranking using Natural Language Proc...
Intelligent Hiring with Resume Parser and Ranking using Natural Language Proc...
 
IRJET- Comparative Study of Classification Algorithms for Sentiment Analy...
IRJET-  	  Comparative Study of Classification Algorithms for Sentiment Analy...IRJET-  	  Comparative Study of Classification Algorithms for Sentiment Analy...
IRJET- Comparative Study of Classification Algorithms for Sentiment Analy...
 
IRJET- Sentimental Prediction of Users Perspective through Live Streaming : T...
IRJET- Sentimental Prediction of Users Perspective through Live Streaming : T...IRJET- Sentimental Prediction of Users Perspective through Live Streaming : T...
IRJET- Sentimental Prediction of Users Perspective through Live Streaming : T...
 
A Survey on Recommendation System based on Knowledge Graph and Machine Learning
A Survey on Recommendation System based on Knowledge Graph and Machine LearningA Survey on Recommendation System based on Knowledge Graph and Machine Learning
A Survey on Recommendation System based on Knowledge Graph and Machine Learning
 
Efficient and effective video sharing in online Social network using revocati...
Efficient and effective video sharing in online Social network using revocati...Efficient and effective video sharing in online Social network using revocati...
Efficient and effective video sharing in online Social network using revocati...
 
An Opinion Mining and Sentiment Analysis Techniques: A Survey
An Opinion Mining and Sentiment Analysis Techniques: A SurveyAn Opinion Mining and Sentiment Analysis Techniques: A Survey
An Opinion Mining and Sentiment Analysis Techniques: A Survey
 
EaZSearch
EaZSearch EaZSearch
EaZSearch
 
IRJET - Sentiment Analysis of Posts and Comments of OSN
IRJET -  	  Sentiment Analysis of Posts and Comments of OSNIRJET -  	  Sentiment Analysis of Posts and Comments of OSN
IRJET - Sentiment Analysis of Posts and Comments of OSN
 
Sentiment Analysis of Twitter Data
Sentiment Analysis of Twitter DataSentiment Analysis of Twitter Data
Sentiment Analysis of Twitter Data
 
A Survey On Privacy Policy Inference for Social Images
A Survey On Privacy Policy Inference for Social ImagesA Survey On Privacy Policy Inference for Social Images
A Survey On Privacy Policy Inference for Social Images
 
IRJET- Customer Feedback Analysis using Machine Learning
IRJET-  	  Customer Feedback Analysis using Machine LearningIRJET-  	  Customer Feedback Analysis using Machine Learning
IRJET- Customer Feedback Analysis using Machine Learning
 
Profile Analysis of Users in Data Analytics Domain
Profile Analysis of   Users in Data Analytics DomainProfile Analysis of   Users in Data Analytics Domain
Profile Analysis of Users in Data Analytics Domain
 
IRJET- Virtual Business Analyst using a Progressive Web Application
IRJET- Virtual Business Analyst using a Progressive Web ApplicationIRJET- Virtual Business Analyst using a Progressive Web Application
IRJET- Virtual Business Analyst using a Progressive Web Application
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 

Recently uploaded (20)

HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 

IRJET- Post Summarization and Text Classification in Social Networking Sites

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 04 | Apr42018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 1221 POST SUMMARIZATION AND TEXT CLASSIFICATION IN SOCIAL NETWORKING SITES. Mr.Vignesh Kumar 1, Ms.Dhivya N 2, Mr.Abishek R K 3, Mr. Dharun B 4 1Assistant Professor, Department of Computer Science And Engineering,BIT, Tamil Nadu, India. 2,3,4 Final year, Department of Computer Science And Engineering, BIT, Tamil Nadu, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract -Social Networking – It’s the way the 21st century communicates now. Social networking is the grouping of individuals into specific groups, like small rural communities or a neighbourhood subdivision. It is that the social networking sites offer all the facility to shareinformationwith friends such as posts, comments, private messages etc, with required privacy level but the usage of words is not taken into control in the posts or comments. So we therefore bring out the idea of classifying the words using the text classification process in data mining and also provide post summarization. The user’s own post can be summarized basedonspecifictopic and can be collected and kept at database by post summarization technique using data mining and friend matching system. Whenever the user needs he can get the specific topics related post rapidly in his own profile. Key Words: Social networking site, Privacy level, Post summarization, Text classification, Data-mining. 1. INTRODUCTION The Social Networking websites which isbasedonweb services allows the individual to getconnectedtotheoutside world by the option provided such as friend request, posts, comments, etc .There are social networking sites available such as MySpace, Face book, Twitter which commonly have the profile management module but may vary in some specialized module in their own style. Here in this paper we propose our own style of profile management in our platform namely friend book which help in post summarization and text classification using the concepts of Data Mining. The normal profile management is also associated such as friend request, accepting the friend request ,post and comment on that post etc. Thus the Data mining techniques such as text Classifiers and summarization techniques are used. 2. PROFILE MANAGEMENT SYSTEM As mentioned above we have come across different types of websites regarding social networks namely Face book , Orkut , MySpace ,Twitter, LinkedIn etc they themselves have their own way of profile management which is common functionality in all networking sites. The Profile Management includes the creation of the account, updating the users information, making new friends around the world etc. Here the same process have been followed to login in our site too  Profile Creation is the one in which the users will create their profile to enter the social web world. They can have privacy over their profile that only the persons they like will be able to view or send friend request.  Updation of information is another necessary thing so that other users will come to know the new users. Updation of the profile meansthatthelocationcurrently they are living, display picture etc .The privacy is maintained in this scope.  Friend Request is the common module of connecting with the people we like.  If some one need to get friend then the user can give the interested person the request so that person on the other side would receive the request that some one is interested to make friend with him/her.  Post is another important module that is availableinthe social media. Twitter is based mainly on the post. The users can post the image or video or any other files they like on their own profile or their friends profile.  Comment is nothing but we can comment on the post that out friend post or the friend of us post. It depends upon the privacy that is provided.  Message Management is also the important modulethat we can send private messages to our friend we are associated.  In some social media we have the newsfeed system, making a specific groups within or for any Business needs etc. Thus Profile Management is the vast sector in social networking sites. 3. LITERATURE REVIEW Data Mining concepts for the post summarization and Text classification involves many techniques such as  An Enhanced Data Mining for text classification that uses the k-nearest neighbor classification algorithm which is based on the sentence based concept analysis, document based concept analysis and corpus based concept analysis.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 04 | Apr42018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 1222  A Novel text classification algorithm based on enhanced associate rule includes Mining frequent item set, generating enhanced association rule.  Data Mining Techniques for social media analysis for the summarization of word using semantic analysis.  Enhanced Classification Accuracy on Naïve Baye’s Data Mining Model whichisprimarilybasedon classification based on similar data set by making the group of similar data using k-means Clustering and training the data set using Naive bayes classification algorithm. 4. EXISTING SYSTEM The Existing System includes some preliminary techniques such as profile management like friend request, comment, post, profile updation, message management etc., though they provide high level of security through the privacy policy the words that is been used in post and comments are not taken into account in existing system .Thus this problem can be solved by Text classification technique in datamining which will classify the bad text and does not allow them to post in the website. And also in the existing system each user cannot summarize the post under the interested topic the user wish .This can be rectifiedusing the post summarization technique . 5. PROPOSED SYSTEM The Profile Management system in social networking sites have the same process as discussed earlier ,In addition to this we propose two modules which is summarization of post and the text classification using the data mining concepts. The Summarization of the post is that if the particular topic is given the data containing the post for the particular user at each sessions will be summarized at the backend .The main motive of text classification is to avoid the vulgar ,violence word not to be posted or commented so that other users may not feel bad or get hurted .so we go for the text classification using datamining concept . 5.1 SUMMARIZATION Post Summarization involves the process of summarizing the post under the particular topic with the particular session id. This is done with the help of data mining technique summarization .summarizer is the algorithm which is used to get the needed or required data from the large amount of data thus giving summarized data in a readable and structured way. Automatic summarization is one of the field in natural language processing which makes the system to analyse, predict and understand like human. Summarizer is part of the J4 classifier algorithm which scans the post database and comment database. When the needed topic is created for the summarization it searches the above mentioned database and separate summarization is created for the useridofthat particular session. Thus the summarizationisjustpartofthe text classification algorithm. In Automatic Summarization the particular text from the document is summarized with help of the word frequency .If the word frequency is high then the word will be taken into account for the summarization else it will be left as the normal one. The main need for the summarization is that the business analyst ,researches may need to go through many documents per day to get a particular topic. Thus using this algorithm they can get at an instant . Fig. 1 Summarizing the training data 5.2 TEXT CLASSIFICATION The Text Classificationisthe oneofthemainmodule that plays the major role to block the vulgar or the violence word in the social networking site. In text classification we classify the words into the soft classification and hard classification. In the Soft classification we classify the word into neutral and the non neutral . STOP WORD REMOVAL The process of the stop word removal is that removing the letters like “ing” and the words like article, preposition, and all the unwanted letters around the word. Example for this is the word “beautifully” can be taken as beauty thus removing unwanted stop words. Four types of stop word removal methods are followed, the methods are used to remove stop words Fig.2 Classificaton of Text
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 04 | Apr42018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 1223 5.2.1 HARD CLASSIFICATION Hard Classification includes the text that are violence .In the Hard Classification the word which are fed into the spectrum is classified before it is being posted by comparing the words with the training data set .If itmatches with the training dataset of the bad words the word will not be pushed inside the spectrum .Thus the Hard Classification of the Text . 5.2.2 SOFT CLASSIFICATION In Soft Classification, The word is classified under  Neutral classification  Non Neutral classification Neutral Classification In the neutral classification the words that are classified are normal words that weusenormallyinthedaily life. The words may be like speed ,human etc. Non Neutral Classification In the non neutral Classification the words that are classified are of normal usage but feels like scolding or for fun in the soft manner. The words may be like idiot, fool etc. 5.2.3 TEXT PREPROCESSING Before the classification we use to process the text so that they can be easily classified . The Pre processing of the text includes  Extraction  Stopword Removal EXTRACTION The Extraction process involves tokenization of the word that splits the sentences into each token by removing the space . from the files .  Classic Method  Zipf’s law  Mutual Information method  Term Based Random sampling Classic Method Classic method include the removal of the stop words from pre complied list. Zipf’s law Zipf’s law states that removing the words which occur frequently and the words which occur only once can be removed from the file. Mutual Information method This works by analyzingthe mutual information between the given term and the documentation class. If it is low it means that it has lower discrimination power and vice versa. Term based random sampling This method works by iterating overseparatechunksofdata which are randomly selected. It then ranks terms in each chunk based on their format values using the Kullback- Leibler divergence measure Fig.3 Process of Text Extraction Thus the preprocessing of the text is the essential thing which is further utilized in the text classification of word making it easier. Here the above process are together performed in the Naïve bayes Classification algorithm. Thus the Naïve bayes Classification algorithm is the one which is based on the probability theorem. We use the predictive modeling by supervised pattern classification Supervised pattern classification is the task of training the dataset. 6. CONCLUSION AND FUTURE WORK As of the social networking sites the profile management is the common module in all sites .The post summarization and text classification is the newmodulewhichisincluded to enhance the social networking sites. The post summarization is used to get the fast retrival of data under a specific topic which is given. The text classification helps in classifying the text into hard and soft so that the hard classified words can be removed from the others post .The Future work of this project include the automatic summarization of the post by taking the term frequency and summarizing under the term .This makes it more efficient than the normal summarization. We can also make use of another module which is profile matching and friend matching system by detecting the life style of the user using the sensor based mobile application which makes its more efficient and user friendly.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 04 | Apr42018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 1224 REFERENCES [1] Summarization - Compressing Data into an Informative Representation Varun Chandola and Vipin Kumar Department of Computer Science, University of Minnesota, MN, USA. [2] Text Summarization in Data Mining Colleen E. Crangle ConverSpeech LLC, 60 Kirby Place, Palo Alto, California 94301, USA crangle@converspeech.com www.converspeech.com [3] Naïve Bayes, Wikipedia, http://en.wikipedia.org/wiki/Naive_Baves_classifie r. [4] C. M. Bishop, Pattern Recognition and Machine Learning. New York,NY, USA: Springer, 2006. [5] Mitchell.T.M, McGraw Hill, New York, NY, Machine Learning, 1996.. [6] Le Zhang, Jingbo Zhu, and Tianshun Yao, Natural Language Processing Laboratory Institute of Computer Software & Theory, Northeastern University An Evaluation of Statistical Spam filtering techniques, ACM Transactions on Asian Language Information Processing, Vol. 3, No. 4, December 2004, pages 243-269. [7] K. A. Hamill, A. Zamora, "The use of titles for automatic document classification", Journal of the American Society for Information Science, pp. 396- 402, 1980. [8] H. Heaps, "A theory of relevance for automatic document classification", Information and Control, pp. 268-278, 1973. [9] W. Hoyle, "Automatic indexing and generation of classification by algorithm", Information Storage and Retrieval, pp. 233-242, 1973. [10] An, J. and Chen, Y.: Concept Learning of Text Documents. Web Intelligence 2004: 698-701 . [11] Clark, P and Niblett, T: The CN2 Induction Algorithm. Machine Learning 3: 261-283 (1989) [12] Hammouda, K. M., Kamel, M. S.: Phrase-based Document Similarity Based on an Index Graph Model. ICDM 2002: 203-210 [13] Survey Paper on Document Classification and Classifiers Upendra Singh [1], Saqib Hasan [2] UG Students [1] & [2] Department of Computer Science and Engineering Madan MohanMalaviyaUniversityof Technology Gorakhpur - 273010 UP – India [11] F. Sebastiani, “Text categorization”, Alessandro Zanasi (ed.) Text Mining and its Applications, WIT Press, Southampton, UK, pp. 109-129, 2005. [12] Fetterly, D., Manasse, M. & Najork, M. (2005).Detecting phrase-level duplication on the world wide web. In Proceedings of the 28th annual international ACMSIGIR conference on Research and development in information retrieval (pp. pp. 170-177). : ACM Press, Salvador, Brazil