from local

This commit is contained in:
dohe0342 2023-02-02 19:00:42 +09:00
parent 50717ba9e4
commit 57b8f7ad55
2 changed files with 1 additions and 1 deletions

View File

@ -355,7 +355,7 @@ def decode_dataset(
lexicon: Lexicon,
sos_id: int,
eos_id: int,
token_dict,
token_dict: dict,
) -> Dict[str, List[Tuple[str, List[str], List[str]]]]:
"""Decode dataset.