Skip to content
Snippets Groups Projects
Commit 0c865ae2 authored by function2-llx's avatar function2-llx
Browse files

update extract values

parent f1132bb9
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ if __name__ == '__main__':
domain_set = set()
slot_set = set()
value_set = set()
for s in ['train', 'val', 'test', 'dstc9_data']:
for s in ['train', 'val', 'test']:
data = read_zipped_json(s+'.json.zip', s+'.json')
output = extract_ontology(data)
intent_set |= output[0]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment