Update universe.json

This commit is contained in:
Vishnu Nandakumar 2023-06-26 22:02:26 +05:30 committed by GitHub
parent 76a8b53193
commit 25140f32d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4182,7 +4182,7 @@
"description": "Knowledge graph using NLP Spacy", "description": "Knowledge graph using NLP Spacy",
"github": "vishnunkumar/nligraphspacy", "github": "vishnunkumar/nligraphspacy",
"pip": "nligraphspacy", "pip": "nligraphspacy",
"code_example": [, "code_example": [
"from nligraphspacy import NLIGRAPH", "from nligraphspacy import NLIGRAPH",
"nligraph = NLIGRAPH.RelationEntityExtract('She worked in the city of London')", "nligraph = NLIGRAPH.RelationEntityExtract('She worked in the city of London')",
"nligraph.process_text()", "nligraph.process_text()",