How to get Noun Chunks using Stanza

682 Views Asked by At

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

0

There are 0 best solutions below