from local

This commit is contained in:
dohe0342 2023-02-25 16:11:56 +09:00
parent f4abe493d2
commit 24fc3de4a2
2 changed files with 1 additions and 0 deletions

View File

@ -543,6 +543,7 @@ def decode_dataset(
sos_id: int, sos_id: int,
eos_id: int, eos_id: int,
G: Optional[k2.Fsa] = None, G: Optional[k2.Fsa] = None,
graph_compiler = None,
) -> Dict[str, List[Tuple[str, List[str], List[str]]]]: ) -> Dict[str, List[Tuple[str, List[str], List[str]]]]:
"""Decode dataset. """Decode dataset.