Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
balhoff committed Feb 13, 2024
1 parent 26218eb commit 714f162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ic.dl
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ normalizedSubClassOfIC(t, (-@logn(to_float(c)/to_float(total)))*scale) :- subCla

icRDF(term, HAS_NORMALIZED_IC, ic, ".") :- normalizedIC(term, ic).

subClassOfICRDF(term, HAS_NORMALIZED_SUBCLASSOF_IC, ic, ".") :- normalizedSubClassOfIC(term, ic).
subClassOfICRDF(term, HAS_NORMALIZED_SUBCLASS_IC, ic, ".") :- normalizedSubClassOfIC(term, ic).

scRDF(term, REFERENCE_COUNT, c, ".") :- referenceCount(term, c).

Expand Down

0 comments on commit 714f162

Please sign in to comment.