Rasa not recognize entity


mở [danh bạ](application) cho anh đi em

mở [danh bạ](application)  hộ anh với

mở [danh bạ](application)  đi em

mở [danh bạ](application)  cho anh
mở [danh bạ](application)  hộ mình được không

yume mở [danh bạ](application)  cho mình với

mở [danh bạ](application) hộ anh với

but rasa not recognize entity (application) :frowning:

Please help me

Hi @dungpv! Can you please edit your post and put ``` before and after your NLU training data, so I can them without the hyperlinks? Also, can you please share your model config?

thanks @tyd this is my config

pipeline:

  • name: “SpacyNLP”
  • name: “SpacyTokenizer”
  • name: “SpacyFeaturizer”
  • name: “RegexFeaturizer”
  • name: “CRFEntityExtractor”
  • name: “DucklingHTTPExtractor” url: “http://duckling:8000” locale: “{locale}” dimensions:
    • email
    • number
    • time
    • phone-number
    • url timezone: “{timezone}”
  • name: “EntitySynonymMapper”
  • name: “CountVectorsFeaturizer”
  • name: “EmbeddingIntentClassifier”

Not sure, why you want to extract the same words in every sample as an entity. Is there any variantion? If not Id say better make it an intent if its not already