Skip to content

sedet returning subjunctive instead of active #13

@tjf801

Description

@tjf801

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'
                    }
                }
            ]
        }
    ]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions