KoichiYasuoka commited on
Commit
361ffa5
1 Parent(s): 61538ba
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -41,6 +41,10 @@ nlp=esupar.load("KoichiYasuoka/bert-base-japanese-luw-upos")
41
  print(nlp("国境の長いトンネルを抜けると雪国であった。"))
42
  ```
43
 
 
 
 
 
44
  ## See Also
45
 
46
  [esupar](https://github.com/KoichiYasuoka/esupar): Tokenizer POS-tagger and Dependency-parser with BERT/RoBERTa models
41
  print(nlp("国境の長いトンネルを抜けると雪国であった。"))
42
  ```
43
 
44
+ ## Reference
45
+
46
+ 安岡孝一: [Transformersと国語研長単位による日本語係り受け解析モデルの製作](http://id.nii.ac.jp/1001/00216223/), 情報処理学会研究報告, Vol.2022-CH-128, No.7 (2022年2月), pp.1-8.
47
+
48
  ## See Also
49
 
50
  [esupar](https://github.com/KoichiYasuoka/esupar): Tokenizer POS-tagger and Dependency-parser with BERT/RoBERTa models