KoichiYasuoka
commited on
Commit
•
cb959b9
1
Parent(s):
066b255
Reference
Browse files
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 |
+
|