explosion / spacy-streamlit

👑 spaCy building blocks and visualizers for Streamlit apps
https://share.streamlit.io/ines/spacy-streamlit-demo/master/app.py
MIT License
794 stars 114 forks source link

Support for extra options to be passed to `visualize_ner` #30

Closed narayanacharya6 closed 2 years ago

narayanacharya6 commented 2 years ago

This issue is mainly inspired by work in this PR - https://github.com/explosion/spaCy/pull/9748. Unable to set newly introduced options with the current visualize_ner API. Allowing extra options to be passed to the method will be helpful.

I am guessing allowing to pass extra options for other visualize methods will be helpful too? If that is the case the scope of this issue can be expanded.