AnnMarieW / dash-app-gallery

Dash Examples Index
https://dash-example-index.herokuapp.com/
MIT License
64 stars 25 forks source link

Text area tool tip #118

Closed SangeethaVenkatesan closed 4 months ago

SangeethaVenkatesan commented 1 year ago

Hello Team, I have used Spacy library to visualize entities in the sentence. The user can input the text via text-area and the entities are extracted using spacy library and the tool-tip is used to get the span length of corresponding entities in the sentence. The tooltip is shown on hover of the entities listed. Thank you for the opportunity to use NLP library to develop dash application :)

AnnMarieW commented 4 months ago

Sorry for the delay to respond. We are now going through the PRs to try to clean things up. We are closing this because we prefer not to add the Spacy dependency at this time. It's a nice app though and thanks for your contribution.