Reduce unneeded base knowledge.

This commit is contained in:
kenkeiras 2017-09-22 01:03:47 +02:00
parent 91dd5a9c6c
commit 23256b945d

View File

@ -667,9 +667,6 @@ base_knowledge = {
'planet': {
"groups": {'noun', 'group'},
},
'white': {
"groups": {'noun', 'color', 'concept', 'property'},
},
'green': {
"groups": {'noun', 'color', 'concept'},
},
@ -679,9 +676,6 @@ base_knowledge = {
'fly': {
"groups": {'verb'},
},
'computers': {
"groups": {'object'},
},
'use': {
"groups": {'verb'},
},