SlideShare a Scribd company logo
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 11 | Nov-2015, Available @ http://www.ijret.org 184
ANALYSIS OF SMS FEEDBACK AND ONLINE FEEDBACK USING
SENTIMENT-ANALYSIS FOR ASSESSMENT OF TEACHING
Santosh S Patil1
, Uttej Seemakurty2
, Valarmathi B3
1
Asst. Prof, School of Engineering, CUK, Kalaburagi, Karnataka, India
2
Software Engineer, Accenture Service Pvt Ltd, Chennai, Tamilnadu, India
3
Asst. Prof, SITE, VIT Vellore, Tamilnadu, India
Abstract
In this, the system will collect SMS’s and online Feedback from students in free text format. To get instance response of lecturer
feedback by analyzing free text messages using sentiment analysis. It is very low cost and plat form independent. It will show you
three different outputs, i.e. Good, Bad and Average/Neutral. The result will be shown in graphical format.
Key Words: Sentiment analysis, online feed-back.
--------------------------------------------------------------------***----------------------------------------------------------------------
1. INTRODUCTION
In this we introducing the feedback from student by
collecting through SMS’s and online using free text for
assessment of teaching. In traditional method, the
assessment of the teacher is done by students in the format
of Multiple Choice Question (MCQ) or polling using SMS
facility. In the MCQ, the feedback may be a single-alphabet
(A or B or C or D) and in the case of polling, either we can
select Yes (Y) or No (N) to give feedback about the teacher.
In the proposed system, the assessment of the teacher is
done by students in the form of free text. These SMS’s are
collected by the System. Then it will analyze the SMS’s and
gives the feed-back of teacher by using Sentiment Analysis.
The system will have lecturer and student login pages. In
student login, there is an option to give feedback with many
categories (teaching, behaviour, communication,
knowledge, interaction) of a teacher. The system will check
the spelling and grammar errors for the free text given by
the student and it will highlight the errors, for changing to
correct one. In Lecturer login, we will show the feedback in
graphical representation for all categories and overall
presentation also.
2. LITERATURE SURVEY
Zhang et al, proposed an important system application in
text mining. Sentiment detection is becoming more and
more important, due to the expanding volume of available
online information, such as micro-blogging messages and
review comments. As a result, a lot of sentiment detection
methods have been developed, among which machine
learning methods have received a lot of interest.
Michael Hagenau et al proposed a system in which it
examines stock price. Effects can be automatically predicted
by analyzing unstructured-textual information in financial
news. The main contribution is the usage of expressive
features to represent text feedback as part of our word
selection process. The methodology can be transferred to
any other application area providing textual information and
corresponding effective data.
Pete Rotella and Sunita Chulani has proposed a system in
which it conducts a Customer Satisfaction survey (CSAT)
each year to gauge customer sentiment regarding products,
technical support, technical services, order fulfilment, and a
number of other aspects of the company’s business using
free text. As a result, the company can make changes
according to the survey and user’s requirements.
Karma soft gave a detail description for SPELL-CHECK for
free text in ASP.NET. It is using Microsoft office word’s
spell- checking method. The text data will save in word
document and checks the spell. It will give you an option to
change the mistakes, if any.
Llia Smirnov gave the varieties of stemming algorithms.
Stemming is to change the words to its root word. For
example Teaching is changed to Teach.
Willett Peter gave briefly explained about Porter Stemming
Algorithm. He explained how the algorithm works before
and after. He tells about efficiency and it’s important also.
Steven Abney gave how to do a POS-Tagging and parsing
simultaneously. POS-Tagging is to find the parts of speech
for a sentence includes parsing. Parsing is used in Natural
language.
By using this SMS’s and online feedback, the assessment of
the teacher will be more faster and easy. This method will
be more useful in educational institutions for the teaching
evaluation. By using this, we can get the instant response
from the students. The students will also interestingly
participate in this survey. For this method, we need an
internet enable computer and mobile-phone.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 11 | Nov-2015, Available @ http://www.ijret.org 185
3. PROPOSED SYSTEM
Feedback will be taken from 2 ways. First is through student
login. Second is through SMS. The database will maintain
the login detail of student and staff. The data that entered in
student login page will save in database along with SMSs
that are received for a particular teacher. We will merge
those data in a staff id. Then we will analyze the data with
sentiment analysis method for result. The result should be
shown in lecturer login in the form of chats for better
understanding purpose. The comments and messages that
are received for lecturer also shown in their login.
Fig -1: System Architecture
In this system, we have 10 modules. The introduction of
each module is given below.
Fig -2: Login Screen
Student Login: In this, Student can give feedback to many
categories (teaching, behaviour, communication,
knowledge, interaction) of a particular lecturer for
respective class. The student should register first in Student-
Registration page.
Lecturer login: In this, Lecturer can see the messages of the
student and feedback of a particular class with graph format
for overall feed-back and another graph for individual
categories. The lecturer should also register first in Staff-
Login page.
Collection of SMSs and Messages: First step is to collect
messages from the students in a particular subject through
SMSs and from student login. Next step is to create database
for the collected messages. Database contains number of
messages received from the students, received message, date
and time.
Corrected model: In this, there is spell checker. We can
correct the spelling mistakes in each document, if any. It
will suggest some words from dictionary. We select from
the list for changing it.
Grammar Correction: In this, we correct the grammar of a
sentence in each document, if any. It will show the correct
sentence options for changing.
Stop Word Removal: It will remove the stop-words like to,
a, an, not, the, etc. It will help for easy analyzing purpose in
sentiment analysis module.
Stemming: It is process of mapping of all the alternatives to
the ROOT word. It will identify the tense of the word. For
example, the root word “go” has the following variations –
go, went, gone.
Parsing: It will parse the data and tag the parts-of speech
for every word.
Sentiment Analyzer: This is very important module. The
system will analyze each and every message in relevant
group individually using sentiment analysis. It gives each
and every person feedback as positive or negative or average
about the lecture in graph format.
4. RESULT
The user can give the feedback in different forms. If the user
types wrong spelling or incorrect grammar it will show
immediately to user for changes. So by this correction the
analysis of text will be easier. We can show the result
immediately to the user for their feedback. The result will be
in three forms, i.e. good, bad, and average.
WORDS in sentence RESULT
Good GOOD
Not good AVERAGE
Not bad GOOD
Bad BAD
Other data/irrelevant data AVERAGE
Empty space AVERAGE
The result of this methodology is a graphical representation
in lecturer login page. We are showing different graphs for
different categories and a graph for overall status from SMS
and online feedback. We will show the messages that are
collected from SMS and suggestions from student login in
lecturer login page.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 11 | Nov-2015, Available @ http://www.ijret.org 186
Fig -3: Student Home page
Fig -4: Feedback result analysis
5. CONCLUSIONS
By this methodology we can give feed-back to lecturer. It
will correct spelling and grammar in text entered by the
user. We will show the result in graphical format for better
understanding to lecturer. This is useful for improvement of
his/her performance. In future this can be developed as
ANDROID-APP for simple and fast response. We can use
this method for various other categories. This is very low
cost and platform independent.
REFERENCES
[1]. Chee Kian Leong et al, “Mining sentiments in SMS
texts for teaching evaluation”, Expert Systems with
Applications, pp. 2584-2590, 2012
[2]. Dan Zhang et al, “Sentiment Detection with Auxiliary
Data”, Conference of Department of Computer Science,
Purdue University, US, 2012
[3]. James Lee, “Beginning-Perl”, Apress,
www.perl.org/books/beginning-perl
[4]. Michael Hagenau et al, “Automated NEWS reading:
Stock Price Predictions Based on Financial News”, 45th
Hawaii International Conference on System Sciences, 2012
[5]. Pete Rotella and Sunita Chulani, “Analysis of Customer
Satisfaction Survey Data”, Cisco Systems Conference, USA,
2012
[6]. Karma soft, “Spell-Checker for ASP.NET using Word”,
Karma Soft Systems, USA, 2011
[7]. Llia Smirnov, “Overview of Stemming Algorithms”,
DePaul University, 2008
[8]. Willett Peter, “The Porter stemming algorithm: then and
now”, White Rose University Consortium, 40 (3). pp. 219-
223, 2006
[9]. Steven Abney, “Parts-Of –Speech Tagging and Partial
Parsing”, Columbia University, Computer Science
Department, 1996
[10]. www.nlp.stanford.edu, Grammar check and spell
check

More Related Content

PDF
DEVELOPING A FRAMEWORK FOR ONLINE PRACTICE EXAMINATION AND AUTOMATED SCORE GE...
DOCX
Design, analysis and implementation of geolocation based emotion detection te...
PDF
Ijmer 46067276
PDF
Correlation of feature score to to overall sentiment score for identifying th...
PDF
A Survey on Sentiment Categorization of Movie Reviews
PDF
Advanced Question Paper Generator Implemented using Fuzzy Logic
PDF
TEXT SENTIMENTS FOR FORUMS HOTSPOT DETECTION
PDF
Enhanced Retrieval of Web Pages using Improved Page Rank Algorithm
DEVELOPING A FRAMEWORK FOR ONLINE PRACTICE EXAMINATION AND AUTOMATED SCORE GE...
Design, analysis and implementation of geolocation based emotion detection te...
Ijmer 46067276
Correlation of feature score to to overall sentiment score for identifying th...
A Survey on Sentiment Categorization of Movie Reviews
Advanced Question Paper Generator Implemented using Fuzzy Logic
TEXT SENTIMENTS FOR FORUMS HOTSPOT DETECTION
Enhanced Retrieval of Web Pages using Improved Page Rank Algorithm

What's hot (16)

PDF
Feature selection, optimization and clustering strategies of text documents
PDF
Conceptual similarity measurement algorithm for domain specific ontology[
PDF
AN AUTOMATED MULTIPLE-CHOICE QUESTION GENERATION USING NATURAL LANGUAGE PROCE...
PDF
Implementation of Semantic Analysis Using Domain Ontology
PDF
Hybrid Classifier for Sentiment Analysis using Effective Pipelining
PDF
Modeling Text Independent Speaker Identification with Vector Quantization
PPTX
Programmer information needs after memory failure
PDF
40120130406014 2
PDF
A Novel Approach for Rule Based Translation of English to Marathi
PDF
FAST FUZZY FEATURE CLUSTERING FOR TEXT CLASSIFICATION
PDF
Intelligent hands free speech based sms
PDF
IRJET- Imood : Automated Depression Detection Tool
PDF
4 de47584
PDF
IRJET- Text Document Clustering using K-Means Algorithm
PDF
IRJET- An Automated Approach to Conduct Pune University’s In-Sem Examination
DOCX
Actuarial Common Entrance Test (ACET) COMPLETE EXAM INFORMATION+ HOW TO CRACK...
Feature selection, optimization and clustering strategies of text documents
Conceptual similarity measurement algorithm for domain specific ontology[
AN AUTOMATED MULTIPLE-CHOICE QUESTION GENERATION USING NATURAL LANGUAGE PROCE...
Implementation of Semantic Analysis Using Domain Ontology
Hybrid Classifier for Sentiment Analysis using Effective Pipelining
Modeling Text Independent Speaker Identification with Vector Quantization
Programmer information needs after memory failure
40120130406014 2
A Novel Approach for Rule Based Translation of English to Marathi
FAST FUZZY FEATURE CLUSTERING FOR TEXT CLASSIFICATION
Intelligent hands free speech based sms
IRJET- Imood : Automated Depression Detection Tool
4 de47584
IRJET- Text Document Clustering using K-Means Algorithm
IRJET- An Automated Approach to Conduct Pune University’s In-Sem Examination
Actuarial Common Entrance Test (ACET) COMPLETE EXAM INFORMATION+ HOW TO CRACK...
Ad

Viewers also liked (18)

PDF
Security in multi cloud data storage with sic architecture
PDF
Sediment deposition in koyna reservoir by integrated bathymetric survey
PDF
Corrosion inhibition of heat treated mild steel with neem leave extract in a ...
PDF
Secure remote protocol for fpga reconfiguration
PDF
Portable wireless traffic light system (pwtls)
PDF
Prediction of li ion battery discharge characteristics at different temperatu...
PDF
Security threats and detection technique in cognitive radio network with sens...
PDF
Performance and emission charecterisatics of magnesia stabilized zirconia (mg...
PDF
Comparative study of decision tree algorithm and naive bayes classifier for s...
PDF
Augmenting urban parks in bahrain for the improvement of citizens’ health
PDF
Scrum an agile process
PDF
Design failure modes and effects analysis (dfmea) of an all terrain vehicle
PDF
Recognition of handwritten digits using rbf neural network
PDF
Potential of corn husk leaves for the co removal of phenol and cyanide from w...
PDF
Genome structure prediction a review over soft computing techniques
PDF
Epileptic seizure detection using modern clp and dwt rrca design
PDF
Self runtime environment using android
PDF
Free vibrational analysis of curved beam with uniform rectangular cross section
Security in multi cloud data storage with sic architecture
Sediment deposition in koyna reservoir by integrated bathymetric survey
Corrosion inhibition of heat treated mild steel with neem leave extract in a ...
Secure remote protocol for fpga reconfiguration
Portable wireless traffic light system (pwtls)
Prediction of li ion battery discharge characteristics at different temperatu...
Security threats and detection technique in cognitive radio network with sens...
Performance and emission charecterisatics of magnesia stabilized zirconia (mg...
Comparative study of decision tree algorithm and naive bayes classifier for s...
Augmenting urban parks in bahrain for the improvement of citizens’ health
Scrum an agile process
Design failure modes and effects analysis (dfmea) of an all terrain vehicle
Recognition of handwritten digits using rbf neural network
Potential of corn husk leaves for the co removal of phenol and cyanide from w...
Genome structure prediction a review over soft computing techniques
Epileptic seizure detection using modern clp and dwt rrca design
Self runtime environment using android
Free vibrational analysis of curved beam with uniform rectangular cross section
Ad

Similar to Analysis of sms feedback and online feedback using sentiment analysis for assessment of teaching (20)

PDF
IRJET- Sentimental Analysis for Students’ Feedback using Machine Learning App...
PDF
Identifying e learner’s opinion using automated sentiment analysis in e-learning
PDF
Combining Lexicon based and Machine Learning based Methods for Twitter Sentim...
PDF
IRJET- A Review on: Sentiment Polarity Analysis on Twitter Data from Diff...
PDF
Automated Essay Grading using Features Selection
PDF
IRJET - Artificial Conversation Entity for an Educational Institute
PDF
IRJET- E-Attendance Manager: A Review
PDF
IRJET- Cross-Domain Sentiment Encoding through Stochastic Word Embedding
DOCX
Design, analysis and implementation of geolocation based emotion detection te...
PDF
IRJET- Multimedia Chatbot using Classification
PDF
IRJET- A Survey on Graph based Approaches in Sentiment Analysis
PDF
Sentiment Analysis on Twitter Data
PDF
IRJET- Design and Development of Ranking System using Sentimental Analysis
PDF
IRJET- Opinion Mining and Sentiment Analysis for Online Review
PDF
A Novel Jewellery Recommendation System using Machine Learning and Natural La...
PDF
Automated Question Paper Generator And Answer Checker Using Information Retri...
PDF
The sarcasm detection with the method of logistic regression
PDF
Business recommendation based on collaborative filtering and feature engineer...
PDF
IRJET- Detection of Ranking Fraud in Mobile Applications
PDF
IRJET- Automated Essay Evaluation using Natural Language Processing
IRJET- Sentimental Analysis for Students’ Feedback using Machine Learning App...
Identifying e learner’s opinion using automated sentiment analysis in e-learning
Combining Lexicon based and Machine Learning based Methods for Twitter Sentim...
IRJET- A Review on: Sentiment Polarity Analysis on Twitter Data from Diff...
Automated Essay Grading using Features Selection
IRJET - Artificial Conversation Entity for an Educational Institute
IRJET- E-Attendance Manager: A Review
IRJET- Cross-Domain Sentiment Encoding through Stochastic Word Embedding
Design, analysis and implementation of geolocation based emotion detection te...
IRJET- Multimedia Chatbot using Classification
IRJET- A Survey on Graph based Approaches in Sentiment Analysis
Sentiment Analysis on Twitter Data
IRJET- Design and Development of Ranking System using Sentimental Analysis
IRJET- Opinion Mining and Sentiment Analysis for Online Review
A Novel Jewellery Recommendation System using Machine Learning and Natural La...
Automated Question Paper Generator And Answer Checker Using Information Retri...
The sarcasm detection with the method of logistic regression
Business recommendation based on collaborative filtering and feature engineer...
IRJET- Detection of Ranking Fraud in Mobile Applications
IRJET- Automated Essay Evaluation using Natural Language Processing

More from eSAT Journals (20)

PDF
Mechanical properties of hybrid fiber reinforced concrete for pavements
PDF
Material management in construction – a case study
PDF
Managing drought short term strategies in semi arid regions a case study
PDF
Life cycle cost analysis of overlay for an urban road in bangalore
PDF
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
PDF
Laboratory investigation of expansive soil stabilized with natural inorganic ...
PDF
Influence of reinforcement on the behavior of hollow concrete block masonry p...
PDF
Influence of compaction energy on soil stabilized with chemical stabilizer
PDF
Geographical information system (gis) for water resources management
PDF
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
PDF
Factors influencing compressive strength of geopolymer concrete
PDF
Experimental investigation on circular hollow steel columns in filled with li...
PDF
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
PDF
Evaluation of punching shear in flat slabs
PDF
Evaluation of performance of intake tower dam for recent earthquake in india
PDF
Evaluation of operational efficiency of urban road network using travel time ...
PDF
Estimation of surface runoff in nallur amanikere watershed using scs cn method
PDF
Estimation of morphometric parameters and runoff using rs & gis techniques
PDF
Effect of variation of plastic hinge length on the results of non linear anal...
PDF
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Mechanical properties of hybrid fiber reinforced concrete for pavements
Material management in construction – a case study
Managing drought short term strategies in semi arid regions a case study
Life cycle cost analysis of overlay for an urban road in bangalore
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of compaction energy on soil stabilized with chemical stabilizer
Geographical information system (gis) for water resources management
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Factors influencing compressive strength of geopolymer concrete
Experimental investigation on circular hollow steel columns in filled with li...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Evaluation of punching shear in flat slabs
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of operational efficiency of urban road network using travel time ...
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of morphometric parameters and runoff using rs & gis techniques
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of use of recycled materials on indirect tensile strength of asphalt c...

Recently uploaded (20)

PPT
Project quality management in manufacturing
PPT
Mechanical Engineering MATERIALS Selection
PDF
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
PPTX
CYBER-CRIMES AND SECURITY A guide to understanding
PDF
composite construction of structures.pdf
PDF
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
DOCX
573137875-Attendance-Management-System-original
PPTX
OOP with Java - Java Introduction (Basics)
PDF
PPT on Performance Review to get promotions
PDF
R24 SURVEYING LAB MANUAL for civil enggi
PDF
Embodied AI: Ushering in the Next Era of Intelligent Systems
PDF
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
PPTX
additive manufacturing of ss316l using mig welding
PDF
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
PDF
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
PDF
Digital Logic Computer Design lecture notes
DOCX
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
PDF
Model Code of Practice - Construction Work - 21102022 .pdf
PPTX
Lecture Notes Electrical Wiring System Components
PPT
CRASH COURSE IN ALTERNATIVE PLUMBING CLASS
Project quality management in manufacturing
Mechanical Engineering MATERIALS Selection
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
CYBER-CRIMES AND SECURITY A guide to understanding
composite construction of structures.pdf
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
573137875-Attendance-Management-System-original
OOP with Java - Java Introduction (Basics)
PPT on Performance Review to get promotions
R24 SURVEYING LAB MANUAL for civil enggi
Embodied AI: Ushering in the Next Era of Intelligent Systems
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
additive manufacturing of ss316l using mig welding
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
Digital Logic Computer Design lecture notes
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
Model Code of Practice - Construction Work - 21102022 .pdf
Lecture Notes Electrical Wiring System Components
CRASH COURSE IN ALTERNATIVE PLUMBING CLASS

Analysis of sms feedback and online feedback using sentiment analysis for assessment of teaching

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 11 | Nov-2015, Available @ http://www.ijret.org 184 ANALYSIS OF SMS FEEDBACK AND ONLINE FEEDBACK USING SENTIMENT-ANALYSIS FOR ASSESSMENT OF TEACHING Santosh S Patil1 , Uttej Seemakurty2 , Valarmathi B3 1 Asst. Prof, School of Engineering, CUK, Kalaburagi, Karnataka, India 2 Software Engineer, Accenture Service Pvt Ltd, Chennai, Tamilnadu, India 3 Asst. Prof, SITE, VIT Vellore, Tamilnadu, India Abstract In this, the system will collect SMS’s and online Feedback from students in free text format. To get instance response of lecturer feedback by analyzing free text messages using sentiment analysis. It is very low cost and plat form independent. It will show you three different outputs, i.e. Good, Bad and Average/Neutral. The result will be shown in graphical format. Key Words: Sentiment analysis, online feed-back. --------------------------------------------------------------------***---------------------------------------------------------------------- 1. INTRODUCTION In this we introducing the feedback from student by collecting through SMS’s and online using free text for assessment of teaching. In traditional method, the assessment of the teacher is done by students in the format of Multiple Choice Question (MCQ) or polling using SMS facility. In the MCQ, the feedback may be a single-alphabet (A or B or C or D) and in the case of polling, either we can select Yes (Y) or No (N) to give feedback about the teacher. In the proposed system, the assessment of the teacher is done by students in the form of free text. These SMS’s are collected by the System. Then it will analyze the SMS’s and gives the feed-back of teacher by using Sentiment Analysis. The system will have lecturer and student login pages. In student login, there is an option to give feedback with many categories (teaching, behaviour, communication, knowledge, interaction) of a teacher. The system will check the spelling and grammar errors for the free text given by the student and it will highlight the errors, for changing to correct one. In Lecturer login, we will show the feedback in graphical representation for all categories and overall presentation also. 2. LITERATURE SURVEY Zhang et al, proposed an important system application in text mining. Sentiment detection is becoming more and more important, due to the expanding volume of available online information, such as micro-blogging messages and review comments. As a result, a lot of sentiment detection methods have been developed, among which machine learning methods have received a lot of interest. Michael Hagenau et al proposed a system in which it examines stock price. Effects can be automatically predicted by analyzing unstructured-textual information in financial news. The main contribution is the usage of expressive features to represent text feedback as part of our word selection process. The methodology can be transferred to any other application area providing textual information and corresponding effective data. Pete Rotella and Sunita Chulani has proposed a system in which it conducts a Customer Satisfaction survey (CSAT) each year to gauge customer sentiment regarding products, technical support, technical services, order fulfilment, and a number of other aspects of the company’s business using free text. As a result, the company can make changes according to the survey and user’s requirements. Karma soft gave a detail description for SPELL-CHECK for free text in ASP.NET. It is using Microsoft office word’s spell- checking method. The text data will save in word document and checks the spell. It will give you an option to change the mistakes, if any. Llia Smirnov gave the varieties of stemming algorithms. Stemming is to change the words to its root word. For example Teaching is changed to Teach. Willett Peter gave briefly explained about Porter Stemming Algorithm. He explained how the algorithm works before and after. He tells about efficiency and it’s important also. Steven Abney gave how to do a POS-Tagging and parsing simultaneously. POS-Tagging is to find the parts of speech for a sentence includes parsing. Parsing is used in Natural language. By using this SMS’s and online feedback, the assessment of the teacher will be more faster and easy. This method will be more useful in educational institutions for the teaching evaluation. By using this, we can get the instant response from the students. The students will also interestingly participate in this survey. For this method, we need an internet enable computer and mobile-phone.
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 11 | Nov-2015, Available @ http://www.ijret.org 185 3. PROPOSED SYSTEM Feedback will be taken from 2 ways. First is through student login. Second is through SMS. The database will maintain the login detail of student and staff. The data that entered in student login page will save in database along with SMSs that are received for a particular teacher. We will merge those data in a staff id. Then we will analyze the data with sentiment analysis method for result. The result should be shown in lecturer login in the form of chats for better understanding purpose. The comments and messages that are received for lecturer also shown in their login. Fig -1: System Architecture In this system, we have 10 modules. The introduction of each module is given below. Fig -2: Login Screen Student Login: In this, Student can give feedback to many categories (teaching, behaviour, communication, knowledge, interaction) of a particular lecturer for respective class. The student should register first in Student- Registration page. Lecturer login: In this, Lecturer can see the messages of the student and feedback of a particular class with graph format for overall feed-back and another graph for individual categories. The lecturer should also register first in Staff- Login page. Collection of SMSs and Messages: First step is to collect messages from the students in a particular subject through SMSs and from student login. Next step is to create database for the collected messages. Database contains number of messages received from the students, received message, date and time. Corrected model: In this, there is spell checker. We can correct the spelling mistakes in each document, if any. It will suggest some words from dictionary. We select from the list for changing it. Grammar Correction: In this, we correct the grammar of a sentence in each document, if any. It will show the correct sentence options for changing. Stop Word Removal: It will remove the stop-words like to, a, an, not, the, etc. It will help for easy analyzing purpose in sentiment analysis module. Stemming: It is process of mapping of all the alternatives to the ROOT word. It will identify the tense of the word. For example, the root word “go” has the following variations – go, went, gone. Parsing: It will parse the data and tag the parts-of speech for every word. Sentiment Analyzer: This is very important module. The system will analyze each and every message in relevant group individually using sentiment analysis. It gives each and every person feedback as positive or negative or average about the lecture in graph format. 4. RESULT The user can give the feedback in different forms. If the user types wrong spelling or incorrect grammar it will show immediately to user for changes. So by this correction the analysis of text will be easier. We can show the result immediately to the user for their feedback. The result will be in three forms, i.e. good, bad, and average. WORDS in sentence RESULT Good GOOD Not good AVERAGE Not bad GOOD Bad BAD Other data/irrelevant data AVERAGE Empty space AVERAGE The result of this methodology is a graphical representation in lecturer login page. We are showing different graphs for different categories and a graph for overall status from SMS and online feedback. We will show the messages that are collected from SMS and suggestions from student login in lecturer login page.
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 11 | Nov-2015, Available @ http://www.ijret.org 186 Fig -3: Student Home page Fig -4: Feedback result analysis 5. CONCLUSIONS By this methodology we can give feed-back to lecturer. It will correct spelling and grammar in text entered by the user. We will show the result in graphical format for better understanding to lecturer. This is useful for improvement of his/her performance. In future this can be developed as ANDROID-APP for simple and fast response. We can use this method for various other categories. This is very low cost and platform independent. REFERENCES [1]. Chee Kian Leong et al, “Mining sentiments in SMS texts for teaching evaluation”, Expert Systems with Applications, pp. 2584-2590, 2012 [2]. Dan Zhang et al, “Sentiment Detection with Auxiliary Data”, Conference of Department of Computer Science, Purdue University, US, 2012 [3]. James Lee, “Beginning-Perl”, Apress, www.perl.org/books/beginning-perl [4]. Michael Hagenau et al, “Automated NEWS reading: Stock Price Predictions Based on Financial News”, 45th Hawaii International Conference on System Sciences, 2012 [5]. Pete Rotella and Sunita Chulani, “Analysis of Customer Satisfaction Survey Data”, Cisco Systems Conference, USA, 2012 [6]. Karma soft, “Spell-Checker for ASP.NET using Word”, Karma Soft Systems, USA, 2011 [7]. Llia Smirnov, “Overview of Stemming Algorithms”, DePaul University, 2008 [8]. Willett Peter, “The Porter stemming algorithm: then and now”, White Rose University Consortium, 40 (3). pp. 219- 223, 2006 [9]. Steven Abney, “Parts-Of –Speech Tagging and Partial Parsing”, Columbia University, Computer Science Department, 1996 [10]. www.nlp.stanford.edu, Grammar check and spell check