Exemplo n.º 1
0
def _calculate(self, *args, **kwargs):
    from corpkit.process import interrogation_from_conclines
    return interrogation_from_conclines(self)
Exemplo n.º 2
0
def calculatefunc(self, *args, **kwargs):
    from corpkit.process import interrogation_from_conclines
    return interrogation_from_conclines(self)
Exemplo n.º 3
0
 def calculate(self):
     """Make new Interrogation object from (modified) concordance lines"""
     from corpkit.process import interrogation_from_conclines
     return interrogation_from_conclines(self)
Exemplo n.º 4
0
 def calculate(self):
     """Make new Interrogation object from (modified) concordance lines"""
     from corpkit.process import interrogation_from_conclines
     return interrogation_from_conclines(self)