Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
albeertito7 authored Jun 4, 2021
1 parent 88383bf commit d848e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ All coding is done in Java using the MapReduce framework, and the solution is st
* **cleanUp** => contain the clean up mappers awa a driver to run it regardless
* **topN** => contain the topN mapper and reducer, and a driver regardless the main application
* **trendingTopics** => contain the reducer and two mappers, one working with JSON format used for the main application, and other working with TXT files which is used by the specific driver to get the trending topics via regex hashtag pattern
* **main** => contain the main driver which runs the main applicaion resulting as CleanUp => TrendingTopics => TopN
* **main** => contain the main application driver job control resulting as CleanUp => TrendingTopics => TopN
* **sentimentAnalysis** => contain the application to extract the feelings based on a cleanUP JSON file

>Note: The mapreduce appointment will work with twitter data in text and json format
Expand Down

0 comments on commit d848e30

Please sign in to comment.