from TextAnalyser import TextAnalyser

t = TextAnalyser()
#t.CreateFiles_WithEnglishReviewsOnly()
#t.GetPositiveNegative_Experiences_PerCity()
#print(t.readFile('Language_count_dict.pickle'))
#t.ParseReviews()
#t.CreateInvertedIndex()
#t.GetCityWordcloudsBadGoodReviews()
#t.expandNamesList('names.csv')
#t.CalculateAVGCitySentiment()
#t.CalculateSentimentofEachReview()
#t.CreateDictionaryforSentimentPerUser()
#t.Concact()
#t.plotAvgSentimentPerCity()
#t.plotSentimentBoxGraph()
#t.test_SentimentPerUser()
#t.test_trueness()
#t.plotOnlyHostsandSurfers()
#t.plotEvolutionOfSentimentOvertime()
#t.plotEvolutionOfSentimentOvertimeEachCity()
#t.plotAvgSentimentPerCity()
#t.test()
t.sizeofreviews()