Skip to content

Redundant check or wrong statement. #55

Description

@Repsay

In the function clean_googlengram the following if statement is used. The statements have no overlap as when tag == "." it would still evaluate to true as tag != "PUNCT". Probably and should be used here.

 if tag != 'PUNCT' or tag != '.' or tag != '':

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