I previously used Spacy for language parsing. Spacy has inbuild functionality to get noun_chunks.
As spacy does not have language models for Arabic. I am trying to use stanza for this purpose.
I am able to extract entities and tokens from it but unable to extract Noun Chunks using stanza.
I dont want to use CoreNLP server for that.
Can anyone help me with this. Thanks