Skip to content

Commit

Permalink
Deleted folders
Browse files Browse the repository at this point in the history
  • Loading branch information
platico committed Jun 1, 2016
1 parent 9cc15e1 commit 3345baf
Show file tree
Hide file tree
Showing 16 changed files with 11 additions and 17 deletions.
Binary file removed analytics/AnalyticsExtractor.class
Binary file not shown.
Binary file removed analytics/FrequencyCounter.class
Binary file not shown.
Binary file removed analytics/LocationDetector.class
Binary file not shown.
Binary file removed combiner/Combiner.class
Binary file not shown.
Binary file removed combiner/Preprocessor.class
Binary file not shown.
Binary file removed mongo/MongoConnector.class
Binary file not shown.
22 changes: 11 additions & 11 deletions src/combiner/Combiner.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@ public static void main(String[] args) throws JSONException, IOException {


if(args != null) {
// Collect Youtube comments and insert them to DB
// YoutubeExporter.main(args);
// Preprocessor.preprocessComments(args[4].split("=")[1], fc);
//
//
// // Collect tweets and insert them to DB
// TwitterExporter.main(args);
// Preprocessor.preprocessTweets(args[4].split("=")[1], fc);
//
// fc.exportFrequencies(); //creates frequencies.txt - sorted alphabetically
// fc.exportFrequenciesByValue(); //creates frequenciesByValue.txt - sorted by frequencies (descending order)
// Collect Youtube comments and insert them to DB
YoutubeExporter.main(args);
Preprocessor.preprocessComments(args[4].split("=")[1], fc);


// Collect tweets and insert them to DB
TwitterExporter.main(args);
Preprocessor.preprocessTweets(args[4].split("=")[1], fc);

fc.exportFrequencies(); //creates frequencies.txt - sorted alphabetically
fc.exportFrequenciesByValue(); //creates frequenciesByValue.txt - sorted by frequencies (descending order)

if(args.length >= 5) {
analyticsExtractor = new AnalyticsExtractor(args[4].split("=")[1]);
Expand Down
Binary file removed twitter/main/Main.class
Binary file not shown.
Binary file removed twitter/main/TwitterExporter.class
Binary file not shown.
Binary file removed twitter/manager/TweetManager.class
Binary file not shown.
Binary file removed twitter/manager/TwitterCriteria.class
Binary file not shown.
Binary file removed twitter/model/Tweet.class
Binary file not shown.
Binary file removed youtube/Auth.class
Binary file not shown.
Binary file removed youtube/YTCommentsCollector.class
Binary file not shown.
Binary file removed youtube/YoutubeExporter.class
Binary file not shown.
6 changes: 0 additions & 6 deletions youtube/client_secrets.json

This file was deleted.

0 comments on commit 3345baf

Please sign in to comment.