Skip to content

tf*idf  #4

@hook923

Description

@hook923

在sim_vsm.py文件的tfidf_rep()中
第44行:
tmp.append(sent.get(word, 0))
是否应该为:
tmp.append(sent.get(word, 0) * df_dict[word] ) ?

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