Pipeline for Urdu Language

Hi, I am building a chatbot in Urdu language. I wanted to know which pipeline would be the most suitable for such a language that does not have a SpaCy model? Thanks in advance.

1 Like

use sparse features like word and char ngram CountVectorsFeaturizer: Components

check this GitHub - mirfan899/ubot: Code of tutorial https://www.urdunlp.com/2020/04/building-conversational-chat-bot-for.html

i have followed all the instructions but when i train the model it says Model ‘ur_model’ is not a linked spaCy model. Please download and/or link a spaCy model, e.g. by running: python -m spacy download en_core_web_md python -m spacy link en_core_web_md en