KoichiYasuoka
commited on
Commit
·
6d776e9
1
Parent(s):
71dd0c9
esupar_lemmatize
Browse files- README.md +1 -1
- config.json +1 -0
README.md
CHANGED
@@ -33,7 +33,7 @@ or
|
|
33 |
|
34 |
```py
|
35 |
import esupar
|
36 |
-
nlp=esupar.load("KoichiYasuoka/deberta-base-ainu-upos"
|
37 |
```
|
38 |
|
39 |
## Reference
|
|
|
33 |
|
34 |
```py
|
35 |
import esupar
|
36 |
+
nlp=esupar.load("KoichiYasuoka/deberta-base-ainu-upos")
|
37 |
```
|
38 |
|
39 |
## Reference
|
config.json
CHANGED
@@ -391,6 +391,7 @@
|
|
391 |
"position_biased_input": false,
|
392 |
"relative_attention": true,
|
393 |
"task_specific_params": {
|
|
|
394 |
"upos_multiword": {
|
395 |
"ADP|\u683c\u52a9\u8a5e|_+VERB|\u81ea\u52d5\u8a5e|_": {
|
396 |
"\u30bf\u30f3": [
|
|
|
391 |
"position_biased_input": false,
|
392 |
"relative_attention": true,
|
393 |
"task_specific_params": {
|
394 |
+
"esupar_lemmatize": "ainu",
|
395 |
"upos_multiword": {
|
396 |
"ADP|\u683c\u52a9\u8a5e|_+VERB|\u81ea\u52d5\u8a5e|_": {
|
397 |
"\u30bf\u30f3": [
|