kavya
(kavya)
1
I have upgraded rasa nlu from 0.13 to 0.14 version. I was using entity_phrases in training.
My training file was like
{
rasa_nlu_data:
{
"common_example":[],
"regex_features":[],
"entity_synonyms":[],
"entity_phrases":[]
}
}
But now can i use entity_pharse in new training format like,
{
rasa_nlu_data:
{
"common_example":[],
"regex_features":[],
"entity_synonyms":[],
"entity_phrases":[],
"lookup_tables":[]
}
}
hey @kavya as far as what i know about rasa nlu training data from the documentation ,
i haven’t seen the entity_phrases , can you please tell me how you used entity_phrases in rasa nlu 0.13
kavya
(kavya)
3
In rasa version 0.13 instead of lookup_tables it has entity_phrases with same structure as lookup_tables.
hey @kavya if you dont mind can you share me the doc link for entity phrases😅