Skip to content

Commit be87ee5

Browse files
committed
add config for collocation metadata
1 parent 1a4beef commit be87ee5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

python/philologic/Config.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -613,6 +613,16 @@
613613
]
614614
),
615615
},
616+
"collocation_fields_to_compare": {
617+
"value": ["author", "title"],
618+
"comment": "\n".join(
619+
[
620+
"# The collocation_fields_to_compare variable defines which metadata fields are used to compare collocation results.",
621+
"# It is a list of metadata fields, such as ['author', 'title'].",
622+
"",
623+
]
624+
),
625+
},
616626
"time_series_year_field": {
617627
"value": "year",
618628
"comment": "\n".join(

0 commit comments

Comments
 (0)