We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c95c4c5 commit 929316cCopy full SHA for 929316c
propertysuggester/analyzer/impl/MainAnalyzer.py
@@ -25,7 +25,7 @@ def _count_occurrences(self, distinct_ids, property_value_pairs):
25
self.pair_occurrences[currentTuple][pid2] += 1
26
27
for pid1, value in property_value_pairs:
28
- if pid1 in self.classiying_pids:
+ if pid1 in self.classiying_pids and value[1:].isdigit():
29
self.tuple_occurrences[pid1, int(value[1:])] += 1
30
for pid2 in distinct_ids:
31
if pid1 != pid2:
0 commit comments