Increase exploration, remove unnecessary initial knowledge.
This commit is contained in:
parent
a0810dd0e8
commit
75174e1736
2 changed files with 106 additions and 96 deletions
|
@ -655,24 +655,9 @@ examples = [
|
|||
]
|
||||
|
||||
base_knowledge = {
|
||||
'icecream': {
|
||||
"groups": {'noun', 'object', 'comestible', 'sweet'},
|
||||
},
|
||||
'hot': {
|
||||
"groups": {'property', 'temperature'},
|
||||
},
|
||||
'summer': {
|
||||
"groups": {'epoch'},
|
||||
},
|
||||
'planet': {
|
||||
"groups": {'noun', 'group'},
|
||||
},
|
||||
'green': {
|
||||
"groups": {'noun', 'color', 'concept'},
|
||||
},
|
||||
'milk': {
|
||||
"groups": {'noun'},
|
||||
},
|
||||
'fly': {
|
||||
"groups": {'verb'},
|
||||
},
|
||||
|
@ -682,9 +667,6 @@ base_knowledge = {
|
|||
'electricity': {
|
||||
"groups": {'power'},
|
||||
},
|
||||
'french': {
|
||||
"groups": {'language'},
|
||||
}
|
||||
}
|
||||
|
||||
def main():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue