Skip to content

Spacy Strip function not called #97

Description

@CT-P

s = [t.strip() for t in s if t.strip() not in self.stop_words]

replace by: s=[cleaned_text for token in s if (cleaned_text := token.text.strip()) not in self.stop_words]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions