How to use already trained model?

Hello, I have an already trained NER model for Chinese. And how to use it in Rasa? Thanks.

You’d have to implement a custom component to handle the predictions made by it: http://rasa.com/docs/nlu/customcomponents/