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()
Example #4
0
 def __init__(self):
     ExtractorBolt.__init__(self)
     self.extractor = ExtractInfo()
Example #5
0
 def __init__(self):
     ExtractorBolt.__init__(self)
     self.extractor = ExtractWebsite()
Example #6
0
 def __init__(self):
     ExtractorBolt.__init__(self)
     self.extractor = ExtractEmail()
Example #7
0
 def __init__(self):
     ExtractorBolt.__init__(self)
     self.extractor = ExtractPhoneNumber()