Update README.md
Browse files
README.md
CHANGED
@@ -43,7 +43,14 @@ run_model("He thanked all fellow bloggers and organizations that showed support.
|
|
43 |
run_model("Races are held between April and December at the Veliefendi Hippodrome near Bakerky, 15 km (9 miles) west of Istanbul.")
|
44 |
run_model("I want to pursue PhD in Computer Science about social network,what is the open problem in social networks?")
|
45 |
```
|
46 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
|
48 |
|
49 |
For more details, visit this page: https://github.com/persiannlp/parsinlu/
|
|
|
43 |
run_model("Races are held between April and December at the Veliefendi Hippodrome near Bakerky, 15 km (9 miles) west of Istanbul.")
|
44 |
run_model("I want to pursue PhD in Computer Science about social network,what is the open problem in social networks?")
|
45 |
```
|
46 |
+
which should output:
|
47 |
+
```
|
48 |
+
['خدا را شکر که آفریننده و نگهدار جهان است.']
|
49 |
+
['خود را با کفن سفید می پوشد و به شکل برادرانه ای در']
|
50 |
+
['او از همه ی وبلاگ نویسان و سازمان هایی که از او حمایت کردند']
|
51 |
+
['مسابقات بین آوریل و دسامبر در فرودگاه والی عبدین نزدیک بی']
|
52 |
+
['من می خواهم پایان نامه دکتری را در رشته علوم کامپیوتر در']
|
53 |
+
```
|
54 |
|
55 |
|
56 |
For more details, visit this page: https://github.com/persiannlp/parsinlu/
|