Skip to content

Commit 430ea90

Browse files
Update README.md
1 parent 0d6b002 commit 430ea90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ from vnlp import DependencyParser
7373
dependency_parser = DependencyParser()
7474
result = dependency_parser.predict("Oğuz'un kırmızı bir Astra'sı vardı.", displacy_format = True)
7575
spacy.displacy.render(result, style="dep", manual = True)
76+
```
7677

7778
<img src="https://raw.githubusercontent.com/vngrs-ai/vnlp/main/img/dp_vis_sample.png" width="512">
7879

0 commit comments

Comments
 (0)