Skip to content

Commit

Permalink
add Times word model path
Browse files Browse the repository at this point in the history
  • Loading branch information
BeritJanssen committed Jun 13, 2024
1 parent 2343999 commit 21c58fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/corpora/times/times.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ class Times(XMLCorpusDefinition):
citation_page = 'citation.md'
languages = ['en']
category = 'periodical'
word_model_path = getattr(settings, 'TIMES_WM', None)

@property
def es_settings(self):
Expand Down

0 comments on commit 21c58fe

Please sign in to comment.