-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
When I try to parse the word sedet, I get that it is subjunctive, even though the actual is sedeat.
{
'word': 'sedet',
'defs': [
{
'orth': ['sedo', 'sedare', 'sedavi', 'sedatus'],
'senses': ['settle, allay', 'restrain', 'calm down'],
'infls': [
{ //this shouldn't be here
'ending': 'et',
'pos': 'verb',
'form': {
'tense': 'present',
'voice': 'active',
'mood': 'subjunctive',
'person': 3,
'number': 'singular'
}
},
{
'ending': 'et',
'pos': 'verb',
'form': {
'tense': 'present',
'voice': 'active',
'mood': 'indicative',
'person': 3,
'number': 'singular'
}
}
]
}
]
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels