Skip to content

Improving how clustering label is picked #46

Description

@websorz

consider stemming the label so it is more representative of the singular entity.

an example:
from nltk.stem import PorterStemmer
ps = PorterStemmer()
ps.stem('Donald Trumps')

out: 'donald trump'

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