We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d6b002 commit 430ea90Copy full SHA for 430ea90
README.md
@@ -73,6 +73,7 @@ from vnlp import DependencyParser
73
dependency_parser = DependencyParser()
74
result = dependency_parser.predict("Oğuz'un kırmızı bir Astra'sı vardı.", displacy_format = True)
75
spacy.displacy.render(result, style="dep", manual = True)
76
+```
77
78
<img src="https://raw.githubusercontent.com/vngrs-ai/vnlp/main/img/dp_vis_sample.png" width="512">
79
0 commit comments