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