Skip to content

Commit

Permalink
formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
hrshdhgd committed Mar 14, 2024
1 parent 67d80d5 commit 74bcc46
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,9 @@ def termset_pairwise_similarity(
predicates=predicates, attributes=self.termset_pairwise_similarity_attributes
)
sim = TermSetPairwiseSimilarity()
semsimian_tsps = semsimian.termset_pairwise_similarity(set(subjects), set(objects), score_metric)
semsimian_tsps = semsimian.termset_pairwise_similarity(
set(subjects), set(objects), score_metric
)

# Assuming all keys for the dict semsimian_tsps are attributes for the class TermSetPairwiseSimilarity,
# populate the object `sim`
Expand Down

0 comments on commit 74bcc46

Please sign in to comment.