Datasets:

Modalities:
Text
Formats:
json
ArXiv:
Libraries:
Datasets
pandas
License:
procesaur commited on
Commit
488961c
1 Parent(s): bcb7931

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -2
README.md CHANGED
@@ -13,14 +13,34 @@ size_categories:
13
  ---
14
 
15
  <table style="width:100%;height:100%">
 
 
 
 
 
16
  <tr style="width:100%;height:100%">
17
  <td>
18
- <h2>PaSaž - Koprus Srpsko-Engleskih Paralelnih Sažetaka doktorskih disertacija</h2>
19
  </td>
20
  <td>
21
- <h2>PaSaž - Parallel Serbian-English doctoral dissertation abstract corpus</h2>
22
  </td>
23
  </tr>
24
  </table>
25
 
26
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  ---
14
 
15
  <table style="width:100%;height:100%">
16
+ <tr style="width:100%;height:30px">
17
+ <td colspan=2 align=center>
18
+ <h1>PaSaž</h1>
19
+ </td>
20
+ <tr>
21
  <tr style="width:100%;height:100%">
22
  <td>
23
+ <h2>Korpus Paralelnih Sažetaka doktorskih disertacija na srpskom i engleskom jeziku</h2>
24
  </td>
25
  <td>
26
+ <h2>Parallel Serbian-English corpus of doctoral dissertation abstracts</h2>
27
  </td>
28
  </tr>
29
  </table>
30
 
31
 
32
+ ```python
33
+ from datasets import load_dataset
34
+ dataset = load_dataset("jerteh/PaSaz")
35
+ ```
36
+
37
+ ```python
38
+ print(dataset["train"][3088])
39
+ ```
40
+
41
+ Citation:
42
+
43
+ ```bibtex
44
+
45
+
46
+ ```