def analyze(self): """add semantic entities""" from entify.models import analyze as entify_analyze self.logger.debug('Analyzing %s' % self.bookmark) results = entify_analyze(self) return results
def analyze(self): """add semantic entities""" from entify.models import analyze as entify_analyze results = entify_analyze(self) return results