Skip to content

suggestion: allow "wildcard" POS for stopwords #223

Description

@arc12

The current approach which specifies stopwords as
lemma: [POS]
presents two issues:

  1. There are some terms which POS taggers will fail over. For example, Spacy labels "AI" (artificial intelligence) as PROPN
  2. If I create software to be used by people without linguistic knowledge, I cannot expect them to know about POS.

As a work-around, it is necessary to specify all POS tags, which is rather inelegant.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions