예제 #1
0
    def experimentTwoPostLIWC(self):

        dp = DataProcessor(self.subreddit_list, (self.date1, self.date2), self.base_path)
        tuples = dp.create_tuples(self.maximum_number_of_comment_pairs, length_restriction=True, minimum_length=10)
        results_by_subreddit = dp.get_accommodation_stats
예제 #2
0
    def experimentOnePostLIWC(self, liwc_results_file):

        dp = DataProcessor(self.subreddit_list, (self.date1, self.date2), self.base_path, self.feature_list, self.maximum_number_of_comment_pairs)
        tuples = dp.create_tuples()
        results_by_subreddit = dp.get_accommodation_stats(tuples, liwc_results_file)