Skip to content

Commit 2321443

Browse files
author
Justina Petraityte
authored
Merge pull request #27 from f2015537/patch-1
Update nlu_model.py
2 parents d2fd287 + 49f5b37 commit 2321443

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • Full Code [Latest release of Rasa NLU and Rasa Core]

Full Code [Latest release of Rasa NLU and Rasa Core]/nlu_model.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ def train_nlu(data, configs, model_dir):
1111

1212
def run_nlu():
1313
interpreter = Interpreter.load('./models/nlu/default/weathernlu')
14-
print(interpreter.parse("I am planning my holiday to Lithuania. I wonder what is the weather out there."))
14+
print(interpreter.parse(u"I am planning my holiday to Lithuania. I wonder what is the weather out there."))
1515

1616
if __name__ == '__main__':
1717
train_nlu('./data/data.json', 'config_spacy.json', './models/nlu')
18-
run_nlu()
18+
run_nlu()

0 commit comments

Comments
 (0)