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