Skip to content

Cluster center or result of ranking function as new child node #4

@jagol

Description

@jagol

Reading the TaxoGen-paper, I thought new child nodes in the taxonomy were created by selecting the most representitive term for a topic (using the ranking algorithm which considers popularity and concentration). But reading through the code in main.py and cluster.py it seems to me that child nodes are created by selecting the center index for a cluster. Specifically the center index is found here: https://github.com/franticnerd/taxogen/blob/master/code/cluster.py#L34
the names of the center indices are returned here
https://github.com/franticnerd/taxogen/blob/master/code/cluster.py#L70
and here they are used as new children nodes:
https://github.com/franticnerd/taxogen/blob/master/code/main.py#L63

Did I maybe misunderstand the paper or the code? Or am I looking at the wrong version of the code? I am glad for any clarification.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions