Skip to content

Commit

Permalink
add config for collocation metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
clovis committed Mar 25, 2024
1 parent 1a4beef commit be87ee5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions python/philologic/Config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit be87ee5

Please sign in to comment.