Skip to content

Make the comparison metric user-specifiable #14

@ESultanik

Description

@ESultanik

# TODO: Make the comparison metric user-specifiable
# For now, disable comparison of token overlap, because that was causing too many false-positives
# (I believe due to whitespace overlap)
#
# if self.token_overlap > other.token_overlap:
# return True
# if self.token_overlap < other.token_overlap:
# return False

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions