From e002aa13291389a6121ff62c09a9bf7df3e19acb Mon Sep 17 00:00:00 2001 From: Cyprian Laskowski Date: Thu, 31 Aug 2023 10:49:13 +0200 Subject: [PATCH] Redmine #2619: set Slovene as JOS language --- structure_assignment/pipeline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/structure_assignment/pipeline.py b/structure_assignment/pipeline.py index a62a403..21b4133 100644 --- a/structure_assignment/pipeline.py +++ b/structure_assignment/pipeline.py @@ -206,7 +206,7 @@ class Pipeline: output_file_name = self.file_map['collocations'] mapper_file_name = self.file_map['collocation-mapper'] - extractor = cordex.Pipeline(structure_file_name, fixed_restriction_order=True, statistics=False, collocation_sentence_map_dest=mapper_file_name) + extractor = cordex.Pipeline(structure_file_name, fixed_restriction_order=True, statistics=False, collocation_sentence_map_dest=mapper_file_name, jos_msd_lang='sl') extraction = extractor(input_file_name) extraction.write(output_file_name)