Russian morphology information for plural adjectives not returning genderformatted differently to singular
Open
- Dominant language
- Python
- Stars
- 33.9k
- Forks
- 4.7k
- Avg merge
- 3m
- Merged PRs (30d)
- 1
Description
Hi. I'm trying to count frequency of Russian morphological endings for the different cases for nouns and adjectives across all genders.
However, tokens with pos 'ADJ' plurals do not return gender with token.morph
For example:
Я предпочитаю ездить на красной машине ( I prefer to drive the red car)
Case=Loc|Degree=Pos|Gender=Fem|Number=Sing
But...
Я предпочитаю водить красные машины # (I prefer to drive red cars)
Animacy=Inan|Case=Acc|Degree=Pos|Number=Plur
## Your Environment
* Operating System: Linux Mint 20.1
* Python Version Used: 3.8.10
* spaCy Version Used: 3.7.5
* Environment Information: Cinnamon 4.8.6
Contributor guide
Assessment
This issue has not been assessed yet.