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