Redmine #2619: set Slovene as JOS language
This commit is contained in:
parent
852a517f10
commit
e002aa1329
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user