Analyzing Sentiments in One Go: Savitribai Phule Pune University A Priliminary Project Report On
Analyzing Sentiments in One Go: Savitribai Phule Pune University A Priliminary Project Report On
Analyzing Sentiments in One Go: Savitribai Phule Pune University A Priliminary Project Report On
Srushti Jare
Aditi Adawade
Komal Balkawade
Shweta Parge
(B.E. Computer Engg.)
Contents
1 Synopsis 2
1.1 Project Title . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
1.2 Project Option . . . . . . . . . . . . . . . . . . . . . . . . . 3
1.3 Internal Guide . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
1.4 Sponsorship and External Guide . . . . . . . . . . . . . . . . 3
1.5 Technical Keywords (As per ACM Keywords) . . . . . . . . . 3
1.6 Problem Statement . . . . . . . . . . . . . . . . . . . . . . . . 3
1.7 Abstract . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
1.8 Goals and Objectives . . . . . . . . . . . . . . . . . . . . . . . 4
1.9 Relevant mathematics associated with the Project . . . . . . . 5
1.10 Names of Conferences / Journals where papers can be published 5
1.11 Review of Conference/Journal Papers supporting Project idea 6
1.12 Plan of Project Execution . . . . . . . . . . . . . . . . . . . . 6
2 Technical Keywords 7
2.1 Area of Project . . . . . . . . . . . . . . . . . . . . . . . . . . 8
2.2 Technical Keywords . . . . . . . . . . . . . . . . . . . . . . . . 8
3 Introduction 9
3.1 Project Idea . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
3.2 Motivation of the Project . . . . . . . . . . . . . . . . . . . . 10
3.3 Literature Survey . . . . . . . . . . . . . . . . . . . . . . . . . 10
5 Project Plan 17
5.1 Project Estimates . . . . . . . . . . . . . . . . . . . . . . . . . 18
5.1.1 Reconciled Estimates . . . . . . . . . . . . . . . . . . . 19
5.1.2 Project Resources . . . . . . . . . . . . . . . . . . . . . 21
5.2 Risk Management w.r.t. NP Hard analysis . . . . . . . . . . . 21
5.2.1 Risk Analysis . . . . . . . . . . . . . . . . . . . . . . . 21
5.2.2 Risk probability definitions: . . . . . . . . . . . . . . . 21
5.2.3 Risk Impact definitions: . . . . . . . . . . . . . . . . . 22
5.2.4 Overview of risk mitigation, monitoring and management 22
5.3 Project Schedule . . . . . . . . . . . . . . . . . . . . . . . . . 24
5.3.1 Project task set . . . . . . . . . . . . . . . . . . . . . . 24
5.3.2 Task network . . . . . . . . . . . . . . . . . . . . . . . 24
5.3.3 Timeline Chart . . . . . . . . . . . . . . . . . . . . . . 24
5.4 Team Organization . . . . . . . . . . . . . . . . . . . . . . . . 26
5.4.1 Team structure . . . . . . . . . . . . . . . . . . . . . . 26
5.4.2 Management reporting and communication . . . . . . . 26
9 References 43
10 Project Planner 45
List of Figures
Output(O)-
O={effective reviews ,total count, Search history}
• Mysql
2. In this system design phase we design the system which is easily under-
stood for end user i.e. user friendly. We design some UML diagrams
and data flow diagram to understand the system flow and system mod-
ule and sequence of execution.
4. Testing: The different test cases are performed to test whether the
project module are giving expected outcome in assumed time. All
the units developed in the implementation phase are integrated into a
system after testing of each unit. Post integration the entire system is
tested for any faults and failures.
6. Maintenance: There are some issues which come up in the client en-
vironment. To fix those issues patches are released. Also to enhance
the product some better versions are released. Maintenance is done to
deliver these changes in the customer environment. All these phases
are cascaded to each other in which progress is seen as flowing steadily
downwards like a waterfall through the phases. The next phase is
started only after the defined set of goals are achieved for previous
phase and it is signed off, so the name ”Waterfall Model”. In this
model phases do not overlap.
4.6 Applications
• The main applications and challenges of one of the hottest research
areas in computer science.
3. RAM : 1GB
4. Hard Disk : 20 GB
4. IDE : Eclipse
6. Database : My SQL
2. System Design:
In this system design phase we design the system which is easily understood
for end user i.e. user friendly. We design some UML diagrams and data flow
diagram to understand the system flow and system module and sequence of
execution.
3. Implementation:
4. Testing:
The different test cases are performed to test whether the project module
are giving expected outcome in assumed time. All the units developed in the
implementation phase are integrated into a system after testing of each unit.
Post integration the entire system is tested for any faults and failures.
5. Deployment of System:
Once the functional and nonfunctional testing is done, the product is de-
ployed in the customer environment or released into the market.
6. Maintenance:
There are some issues which come up in the client environment. To fix those
issues patches are released. Also to enhance the product some better versions
are released. Maintenance is done to deliver these changes in the customer
environment.
All these phases are cascaded to each other in which progress is seen as flow-
ing steadily downwards like a waterfall through the phases. The next phase
is started only after the defined set of goals are achieved for previous phase
and it is signed off, so the name ”Waterfall Model”. In this model phases do
not overlap.
• COCOMO-1 Model
• COCOMO-2 Model
Risk ID 2
Risk Description User can make fake profle
Category Requirements
Source Software Design Specification documentation review.
Probability Low
Impact High
Response Mitigate
Strategy Better testing will resolve this issue.
Risk Status Identified
• Task 2: Availability.
• Task 3: Integrity.
5. Designing,programming,testing etc