Skip to content

Commit

Permalink
minor formating fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dophist committed Sep 9, 2022
1 parent bce4c38 commit 012592b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/error_rate_en
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def PrintSymbolTable(symbol_table: pynini.SymbolTable):
def BuildSymbolTable(vocab) -> pynini.SymbolTable :
logging.info('Building symbol table ...')
symbol_table = pynini.SymbolTable()
symbol_table .add_symbol('<epsilon>')
symbol_table.add_symbol('<epsilon>')

for w in vocab:
symbol_table.add_symbol(w)
Expand Down

0 comments on commit 012592b

Please sign in to comment.