mirror of https://github.com/explosion/spaCy.git
Merge branch 'master' into develop
This commit is contained in:
commit
19a002bfd3
|
@ -7,6 +7,7 @@ from ...symbols import LEMMA, PRON_LEMMA
|
|||
MORPH_RULES = {
|
||||
"PRP": {
|
||||
"ঐ": {LEMMA: PRON_LEMMA, "PronType": "Dem"},
|
||||
"ওই": {LEMMA: PRON_LEMMA, "PronType": "Dem"},
|
||||
"আমাকে": {
|
||||
LEMMA: PRON_LEMMA,
|
||||
"Number": "Sing",
|
||||
|
|
Loading…
Reference in New Issue