There was an error while loading. Please reload this page.
1 parent 23baba3 commit 9d3177aCopy full SHA for 9d3177a
1 file changed
i6_models/parts/rasr_fsa.py
@@ -307,7 +307,7 @@ class _RasrFsaBuilderFbw2(_AbstractRasrFsaBuilder):
307
Using any subclass requires a working installation of the python package `librasr`.
308
"""
309
310
- def build_batched_fsas(self, fsas: Iterable[FsaTuple]) -> WeightedFsaV2:
+ def build_batched_fsa(self, fsas: Iterable[FsaTuple]) -> WeightedFsaV2:
311
312
Joins a set of FSAs represented as tuples into a single :classref:`WeightedFsaV2` object.
313
0 commit comments