KoichiYasuoka commited on
Commit
7e89163
1 Parent(s): 18bb6c7
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -31,3 +31,7 @@ p=[model.config.id2label[q] for q in torch.argmax(model(tokenizer.encode(s,retur
31
  print(list(zip(s,p)))
32
  ```
33
 
 
 
 
 
 
31
  print(list(zip(s,p)))
32
  ```
33
 
34
+ ## Reference
35
+
36
+ * Koichi Yasuoka: [Universal Dependencies Treebank of the Four Books in Classical Chinese](http://hdl.handle.net/2433/245217), DADH2019: 10th International Conference of Digital Archives and Digital Humanities (December 2019), pp.20-28.
37
+