mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-24 17:06:29 +03:00
* Add lemma rule for better and best in morphs.json
This commit is contained in:
parent
ef97b90833
commit
aba0257894
|
@ -38,5 +38,18 @@
|
|||
"its": {"L": "-PRON-", "person": 3, "number": 1, "gender": 3, "case": 2},
|
||||
"our": {"L": "-PRON-", "person": 1, "number": 1, "gender": 0, "case": 2},
|
||||
"their": {"L": "-PRON-", "person": 3, "number": 2, "gender": 0, "case": 2}
|
||||
},
|
||||
"JJR": {
|
||||
"better": {"L": "good", "misc": 1}
|
||||
},
|
||||
"JJS": {
|
||||
"best": {"L": "good", "misc": 2}
|
||||
},
|
||||
|
||||
"RBR": {
|
||||
"better": {"L": "good", "misc": 1}
|
||||
},
|
||||
"RBS": {
|
||||
"best": {"L": "good", "misc": 2}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user