You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is enhance request for display_entities can be a bit more flexible if you includeoptions={} as part of their parameters.
Ex: def display_entities(doc: Doc, layer=None, add_tooltip=False, options={}):
then fix the line below: html = spacy.displacy.render(doc2, jupyter=False, style="ent", manual=True, options=options)
That will extends the functionality of render when creating new entities.
Thanks for the great work with SKWEAK.
The text was updated successfully, but these errors were encountered:
This is enhance request for display_entities can be a bit more flexible if you include
options={}
as part of their parameters.Ex:
def display_entities(doc: Doc, layer=None, add_tooltip=False, options={}):
then fix the line below:
html = spacy.displacy.render(doc2, jupyter=False, style="ent", manual=True, options=options)
That will extends the functionality of render when creating new entities.
Thanks for the great work with SKWEAK.
The text was updated successfully, but these errors were encountered: