Difference between revisions of "Project Management - Methodology"

From Analytics Practicum
Jump to navigation Jump to search
 
Line 46: Line 46:
 
[[Image:blist1.png|400px|center|thumb|Assigning category and sentiment score to the bigram (BigramCombined.csv)]]
 
[[Image:blist1.png|400px|center|thumb|Assigning category and sentiment score to the bigram (BigramCombined.csv)]]
 
[[Image:final1.png|400px|center|thumb|Read the BigramCombined.csv and use hashmaps to store the bigram and its frequency]]
 
[[Image:final1.png|400px|center|thumb|Read the BigramCombined.csv and use hashmaps to store the bigram and its frequency]]
 +
[[Image:final2.png|400px|center|thumb|Write into CSV]]

Latest revision as of 04:03, 19 November 2015

Hamy logo.jpg
HOME   PROJECT OVERVIEW   PROJECT MANAGEMENT   ANALYSIS   FINAL DELIVERABLE
SCHEDULE METHODOLOGY TEAM

Summary

Ps.png

Tools Used

ToolsUsed.jpg

Scoping Process

Scoping Process Flow.png

Text Analysis Process

Text Analysis Process Flow.png

Algorithm (Midterm)

Generate top 20 adjectives, nouns and words
Generate possible bigrams from top 20 adjectives and nouns
Generate possible bigrams from top 20 adjectives and nouns
Retrieve top 20 bigrams from the possible bigrams

Algorithm (Final)

Generate bigram from PA state data
Assigning category and sentiment score to the bigram (BigramCombined.csv)
Read the BigramCombined.csv and use hashmaps to store the bigram and its frequency
Write into CSV