Difference between revisions of "Project Management - Methodology"

From Analytics Practicum
Jump to navigation Jump to search
 
(7 intermediate revisions by the same user not shown)
Line 38: Line 38:
  
 
<b>Algorithm (Midterm)</b>
 
<b>Algorithm (Midterm)</b>
[[Image:top20.png|400px|center|thumb|Generating top 20 adjectives, nouns and words]]
+
[[Image:top20.png|400px|center|thumb|Generate top 20 adjectives, nouns and words]]
[[Image:bigram1.png|400px|center|thumb|Generating possible bigrams from top 20 adjectives and nouns]]
+
[[Image:bigram1.png|400px|center|thumb|Generate possible bigrams from top 20 adjectives and nouns]]
[[Image:Bigram.png|400px|center|thumb|Generating possible bigrams from top 20 adjectives and nouns]]
+
[[Image:Bigram.png|400px|center|thumb|Generate possible bigrams from top 20 adjectives and nouns]]
[[Image:top20b.png|400px|center|thumb|Retrieving top 20 bigrams from the possible bigrams]]
+
[[Image:top20b.png|400px|center|thumb|Retrieve top 20 bigrams from the possible bigrams]]
 
<b>Algorithm (Final)</b>
 
<b>Algorithm (Final)</b>
 +
[[Image:Final.png|400px|center|thumb|Generate bigram from PA state data]]
 +
[[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: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