def __init__(self):
     ExtractorBolt.__init__(self)
     self.extractor = ExtractPhoneNumber()
 def __init__(self):
     ExtractorBolt.__init__(self)
     self.extractor = ExtractEmail()
 def __init__(self):
     ExtractorBolt.__init__(self)
     self.extractor = ExtractWebsite()
Exemple #4
0
 def __init__(self):
     ExtractorBolt.__init__(self)
     self.extractor = ExtractInfo()
 def __init__(self):
     ExtractorBolt.__init__(self)
     self.extractor = ExtractWebsite()
Exemple #6
0
 def __init__(self):
     ExtractorBolt.__init__(self)
     self.extractor = ExtractEmail()
Exemple #7
0
 def __init__(self):
     ExtractorBolt.__init__(self)
     self.extractor = ExtractPhoneNumber()