Skip to content
Snippets Groups Projects
Commit bb50fbd5 authored by Simon Devauchelle's avatar Simon Devauchelle
Browse files

Tabulations fixed

parent d727d9cc
No related branches found
No related tags found
2 merge requests!56Resolve "Wrong emission IDs",!55Updating speechrecfsts.jl
This commit is part of merge request !55. Comments created here will be created in the context of that merge request.
......@@ -29,18 +29,18 @@ S = BoolSemiring
U2 = TensorFST(
[
# # Extra node
# Source
(src = (7,), isym = 0, osym = 4, weight = one(S), dest = (5,)),
# Source
(src = (7,), isym = 0, osym = 4, weight = one(S), dest = (5,)),
(src = (7,), isym = 0, osym = 3, weight = one(S), dest = (3, )),
(src = (7,), isym = 0, osym = 2, weight = one(S), dest = (1,)),
# Destination
(src = (6,), isym = 0, osym = 0, weight = one(S), dest = (7,)),
# Destination
(src = (6,), isym = 0, osym = 0, weight = one(S), dest = (7,)),
(src = (4,), isym = 0, osym = 0, weight = one(S), dest = (7, )),
(src = (2,), isym = 0, osym = 0, weight = one(S), dest = (7,)),
# Nodes tensorFST
(src = (5,), isym = 6, osym = 0, weight = one(S), dest = (6,)),
# Nodes tensorFST
(src = (5,), isym = 6, osym = 0, weight = one(S), dest = (6,)),
(src = (2,), isym = 2, osym = 0, weight = one(S), dest = (2,)),
(src = (3,), isym = 4, osym = 0, weight = one(S), dest = (4,)),
(src = (4,), isym = 4, osym = 0, weight = one(S), dest = (4,)),
......
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