explosion / spacy-stanza

💥 Use the latest Stanza (StanfordNLP) research models directly in spaCy
MIT License
722 stars 60 forks source link

Allow passing of empty text strings #10

Closed buhrmann closed 5 years ago

buhrmann commented 5 years ago

For compatibility with native Spacy language class allow passing of empty text strings to process. This will produce 0-length docs (no tokens) rather than raising an exception.

You may want to squash the commits as there were a couple of unnecessary merge actions ...

ines commented 5 years ago

Thanks – also really appreciate the update to the about.py! 👍