Commit 476ff9df authored by Vasyl Bodnaruk's avatar Vasyl Bodnaruk

Rename property

parent 4165f8ab
......@@ -101,7 +101,7 @@ class ExaPipeline(object):
'''
self.classifier.classify(text)
tags = list()
for i in self.classifier.teg_accordance:
for i in self.classifier.tag_accordance:
tags.append(i[0])
if len(tags) == 0:
return None
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment