resurrect
— mode: {{ result.mode }} / threshold: {{ result.threshold }}
threshold:
Jaccard のみ
再計算
{% if result.candidates %}
類似度
archive(過去)
現役
{% for c in result.candidates %}
{{ c.similarity }}
{{ c.archive_title or '(no title)' }}
{{ c.archive_path }}
{{ c.related_title or '(no title)' }}
{{ c.related_path }}
{% endfor %}
{% else %}
蘇生候補なし(threshold を下げるか、archive を増やしてみてください)
{% endif %}