voorhs commited on
Commit
a69aad7
·
verified ·
1 Parent(s): c7e1dee

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -41,6 +41,8 @@ configs:
41
  data_files:
42
  - split: intents
43
  path: intents/intents-*
 
 
44
  ---
45
 
46
  # Dream
@@ -90,4 +92,4 @@ def convert_dream(dream_dict):
90
  github_file = "https://raw.githubusercontent.com/deeppavlov/dream/2cad3e0b63b4ecde1e500676d31f1e34c53e1dc7/annotators/IntentCatcherTransformers/intent_phrases.json"
91
  dream = load_json_from_github(github_file)
92
  dream_converted = convert_dream(dream)
93
- ```
 
41
  data_files:
42
  - split: intents
43
  path: intents/intents-*
44
+ language:
45
+ - en
46
  ---
47
 
48
  # Dream
 
92
  github_file = "https://raw.githubusercontent.com/deeppavlov/dream/2cad3e0b63b4ecde1e500676d31f1e34c53e1dc7/annotators/IntentCatcherTransformers/intent_phrases.json"
93
  dream = load_json_from_github(github_file)
94
  dream_converted = convert_dream(dream)
95
+ ```