Remove need from as_property
info.
Probably this can be improved upon if the data is later analyzed with it's similars.
This commit is contained in:
parent
d6628101de
commit
6693b7deb0
2 changed files with 19 additions and 3 deletions
|
@ -49,6 +49,7 @@ class KnowledgeBase(object):
|
|||
|
||||
|
||||
def process(self, row):
|
||||
row = row.lower()
|
||||
knowledge_before = copy.deepcopy(self.knowledge)
|
||||
logging.info("\x1b[7;32m> {} \x1b[0m".format(row))
|
||||
tokens = parsing.to_tokens(row)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue