I have tried to use Look up Table in my project .I follow the instruction of the demo in improvin-entity-extraction .It works well where I use nlp_spacy , intent_entity_featurizer_regex,and ner_crf.But in my case ,I need to deal with Chinese characters.So I change the pipline to `language: “zh”
name: “intent_classifier_sklearn”`
And use it to train my Chinese Data.
But the “Look up Table” seems does not work in this case.So any suggestion about my problem .
Thanks for your reply .I have tried your pipline ,but it seems still can’t extract the entity in my lookup.txt.can you please send me your trainning data and dict.txtn by email daneljinsheng@gmail.com.or do you have a wechat ,my wechat id is sleeping__bear.Thank you very much
Thanks for reply. You really help me a lot. It’s ok to run with your data . My training data was not tokenized well and I finally figure it out by impove my training data .I add some special words in my userDict and add more training data to help rasa recognize it .The problem is always the data not the pipeline .I was in the wrong direction.