Created
June 5, 2020 21:01
-
-
Save aniruddha27/4474e7b9c77524a8a664039322fb0a3f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
doc = nlp(' Last year, I spoke about the Ujjwala programme , through which, I am happy to report, 50 million free liquid-gas connections have been provided so far') | |
png = visualise_spacy_tree.create_png(doc) | |
display(Image(png)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment