I am trying to use Stanza for Arabic PoS tagging. After analyzing the output it seems that both are giving different results.
It seems that CoreNLP
is more accuracte than stanza
model for Arabic.
Can anyone help why this is the case as both are managed by Stanford. Is there any way I can use CoreNLP
server models in stanza by using stanza.Pipeline()