Redmine #2619: set Slovene as JOS language

This commit is contained in:
Cyprian Laskowski 2023-08-31 10:49:13 +02:00
parent 852a517f10
commit e002aa1329

View File

@ -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)