KoichiYasuoka commited on
Commit
ace4721
1 Parent(s): dbd1fd7
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -35,6 +35,10 @@ nlp=esupar.load("KoichiYasuoka/gpt2-large-japanese-upos")
35
  print(nlp("国境の長いトンネルを抜けると雪国であった。"))
36
  ```
37
 
 
 
 
 
38
  ## See Also
39
 
40
  [esupar](https://github.com/KoichiYasuoka/esupar): Tokenizer POS-tagger and Dependency-parser with BERT/RoBERTa/DeBERTa models
 
35
  print(nlp("国境の長いトンネルを抜けると雪国であった。"))
36
  ```
37
 
38
+ ## Reference
39
+
40
+ 安岡孝一: [GPT系モデルの系列ラベリングによる品詞付与](http://hdl.handle.net/2433/288964), 東洋学へのコンピュータ利用, 第38回研究セミナー (2024年7月26日), pp.3-10.
41
+
42
  ## See Also
43
 
44
  [esupar](https://github.com/KoichiYasuoka/esupar): Tokenizer POS-tagger and Dependency-parser with BERT/RoBERTa/DeBERTa models