Skip to content

Property 'toPastParticiple' does not exist on type 'Verbs'. #1181

@Diorla

Description

@Diorla

I think this is a problem with type definition because the code itself does not result in an error but the Code Editors are screaming error which interferes with tests and build, and requires ts-ignore

const doc = nlp(text);

// @ts-ignore
doc.verbs().toPastParticiple();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions