コード例 #1
0
ファイル: summarizer.py プロジェクト: pablobesada/tw
 def clearSummarization(self, campaign):
     MongoManager.remove('summarized_tweets_%s' % campaign.getId())
コード例 #2
0
ファイル: summarizer.py プロジェクト: pablobesada/tw
 def clearSummarization(self, campaign):
     MongoManager.remove('summarized_tweets_%s' % campaign.getId())
コード例 #3
0
ファイル: summarizer.py プロジェクト: pablobesada/tw
 def clearAllSummarizedData(self, campaign_id): #esto esta repetido!
     collection_name = 'summarized_tweets_%s' % campaign_id
     #print 41, datetime.now()
     res = MongoManager.remove(collection_name, filters={})
コード例 #4
0
ファイル: summarizer.py プロジェクト: pablobesada/tw
 def clearAllSummarizedData(self, campaign_id):  #esto esta repetido!
     collection_name = 'summarized_tweets_%s' % campaign_id
     #print 41, datetime.now()
     res = MongoManager.remove(collection_name, filters={})