TakeLab / spacy-udpipe

spaCy + UDPipe
MIT License
159 stars 11 forks source link

Noun chunks in Czech language #28

Closed xricht29 closed 3 years ago

xricht29 commented 3 years ago

Because the Czech isn't supported in Spacy, I use UDPipe model czech-pdt-ud-2.5-191206.udpipe with Spacy-udpipe. The problem is that iterating through the noun chunks doesn't work for czech. Is there any way to manually specify lang/cs/syntax_iterators.py in Spacy, or any other way how to deal with it? Thanks for any advice.

asajatovic commented 3 years ago

Please check out spaCy documentation on syntax iterators. (It is also addressed in the Notes section)