-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] ZShot Displacy doesn't return the markup #9
Comments
Hey @marmg change the code from Below is the ouput image of the render. |
Thanks for the comment @AkashKhamkar , this bug should be fixed in #10 |
you changed and pushed it already, that some fast bug fixing! :) |
Hello @AkashKhamkar. Thank you for your answer. The |
oh, I though you meant return as in doesn't render the graphic 😅. I see the only change done is to options right ? when calling the |
@AkashKhamkar indeed, all the arguments are passed to the original Spacy method, the only function of our wrapper is to automatically add colors to user defined entities. |
1 similar comment
@AkashKhamkar indeed, all the arguments are passed to the original Spacy method, the only function of our wrapper is to automatically add colors to user defined entities. |
* Added compatibility with different flair version * Updated init error message * Removed compatibility with flair<0.11 * Fix Flair version to 0.11 Co-authored-by: Marcos Martinez Galindo <[email protected]> Co-authored-by: Gabriele Picco <[email protected]>
* Added compatibility with different flair version * Updated init error message * Removed compatibility with flair<0.11 * Fix Flair version to 0.11 Co-authored-by: Marcos Martinez Galindo <[email protected]> Co-authored-by: Gabriele Picco <[email protected]>
Summary
The displacy.render method should return the rendered HTML markup, but currently isn't returning anything
Describe the bug
The displacy.render method should return the rendered HTML markup when is not in Jupyter Notebook, but currently isn't returning anything.
To Reproduce
Expected behavior
It should return the HTML Markup of the visualization.
The text was updated successfully, but these errors were encountered: