Skip to content
Snippets Groups Projects
Commit 1d20a16b authored by Maciej Sumalvico's avatar Maciej Sumalvico
Browse files

minor: changed the hard-coded lexicon filename

parent 997196f6
Branches master
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ def prepare_model(punctuation_method, **kwargs):
transducers = {
# 'flag_encoder' : result['flag_encoder'],
'lexicon' : helper.load_transducer('fst/lexicon_transducer_dta.hfst')
'lexicon' : helper.load_transducer('fst/lexicon.hfst')
}
if punctuation_method == 'bracket':
transducers['error'] = helper.load_transducer(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment