KoichiYasuoka commited on
Commit
88ecb4c
1 Parent(s): 2bd531f
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -42,6 +42,10 @@ nlp=esupar.load("KoichiYasuoka/deberta-large-japanese-wikipedia-luw-upos")
42
  print(nlp("国境の長いトンネルを抜けると雪国であった。"))
43
  ```
44
 
 
 
 
 
45
  ## See Also
46
 
47
  [esupar](https://github.com/KoichiYasuoka/esupar): Tokenizer POS-tagger and Dependency-parser with BERT/RoBERTa/DeBERTa models
42
  print(nlp("国境の長いトンネルを抜けると雪国であった。"))
43
  ```
44
 
45
+ ## Reference
46
+
47
+ 安岡孝一: [青空文庫DeBERTaモデルによる国語研長単位係り受け解析](http://hdl.handle.net/2433/275409), 東洋学へのコンピュータ利用, 第35回研究セミナー (2022年7月), pp.29-43.
48
+
49
  ## See Also
50
 
51
  [esupar](https://github.com/KoichiYasuoka/esupar): Tokenizer POS-tagger and Dependency-parser with BERT/RoBERTa/DeBERTa models