Skip to content

Inconsistent return types for extract_keywords depening on dedupLim #52

Description

@guilhermelowa

When the dedupLim is below 1, the function extract_keywords(text) returns tuples in the format: (, )

When the dedupLim is 1, the same function returns tuples in the format: (, ).

This is very confusing. Especially problematic if you're testing multiple values of dedupLim in a loop.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    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