From be87ee50a64137eeb4ebdd47d8a2956ad93fa454 Mon Sep 17 00:00:00 2001 From: Clovis Gladstone Date: Mon, 25 Mar 2024 15:47:23 -0500 Subject: [PATCH] add config for collocation metadata --- python/philologic/Config.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/python/philologic/Config.py b/python/philologic/Config.py index 095e44f7..c8a2171f 100644 --- a/python/philologic/Config.py +++ b/python/philologic/Config.py @@ -613,6 +613,16 @@ ] ), }, + "collocation_fields_to_compare": { + "value": ["author", "title"], + "comment": "\n".join( + [ + "# The collocation_fields_to_compare variable defines which metadata fields are used to compare collocation results.", + "# It is a list of metadata fields, such as ['author', 'title'].", + "", + ] + ), + }, "time_series_year_field": { "value": "year", "comment": "\n".join(