aivolcano commited on
Commit ·
d60a819
1
Parent(s): fddee2b
update the threshold
Browse files
src/analyzers/metadata_comparator.py
CHANGED
|
@@ -56,7 +56,7 @@ class MetadataComparator:
|
|
| 56 |
|
| 57 |
# Thresholds for matching
|
| 58 |
TITLE_THRESHOLD = 0.99
|
| 59 |
-
AUTHOR_THRESHOLD = 0.
|
| 60 |
|
| 61 |
def __init__(self):
|
| 62 |
self.normalizer = TextNormalizer
|
|
|
|
| 56 |
|
| 57 |
# Thresholds for matching
|
| 58 |
TITLE_THRESHOLD = 0.99
|
| 59 |
+
AUTHOR_THRESHOLD = 0.5
|
| 60 |
|
| 61 |
def __init__(self):
|
| 62 |
self.normalizer = TextNormalizer
|