Beispiel #1
0
 def __init__(self,
              host=HOST,
              port=PORT,
              settings=MBMA_CONFIG,
              parser=MbmaCKYParser):
     MBClassifier.__init__(self, host, port, settings)
     if parser is not None:
         self.parser = parser()
 def __init__(self, host=HOST, port=PORT, settings=MBPT_CONFIG, **kwargs):
     MBClassifier.__init__(self, host, port, settings)
 def __init__(self, host=HOST, port=PORT, settings=MBMA_CONFIG,
              parser=MbmaCKYParser):
     MBClassifier.__init__(self, host, port, settings)
     if parser is not None:
         self.parser = parser()
Beispiel #4
0
 def __init__(self, host=HOST, port=PORT, settings=MBPT_CONFIG, **kwargs):
     MBClassifier.__init__(self, host, port, settings)