forked from jhdeov/RedTyp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoutput_transitions.txt
97 lines (91 loc) · 1.35 KB
/
output_transitions.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
# This is the list of transitions arcs for the 2-way FST that implements the following FST recipe:
# Verbal reduplication
# The states in our FST recipe were written as strings.
# These get mapped to the following natural numbers:
# 0 --> start
# 1 --> end
# 2 --> output first copy
# 3 --> return once
# 4 --> output second copy
# The mapped initial states are:
# 0 --> start
# The mapped final states are:
# 1 --> end
Initial states are = [ 0 ]
Final states are = [ 1 ]
0,#,2,,1
2,%,3,a~,-1
2,a,2,a,1
2,c,2,c,1
2,ch,2,ch,1
2,e,2,e,1
2,h,2,h,1
2,i,2,i,1
2,k,2,k,1
2,ky,2,ky,1
2,m,2,m,1
2,n,2,n,1
2,ny,2,ny,1
2,o,2,o,1
2,p,2,p,1
2,py,2,py,1
2,r,2,r,1
2,ry,2,ry,1
2,s,2,s,1
2,sh,2,sh,1
2,t,2,t,1
2,ts,2,ts,1
2,ty,2,ty,1
2,tz,2,tz,1
2,v,2,v,1
2,y,2,y,1
3,#,4,,1
3,a,3,,-1
3,c,3,,-1
3,ch,3,,-1
3,e,3,,-1
3,h,3,,-1
3,i,3,,-1
3,k,3,,-1
3,ky,3,,-1
3,m,3,,-1
3,n,3,,-1
3,ny,3,,-1
3,o,3,,-1
3,p,3,,-1
3,py,3,,-1
3,r,3,,-1
3,ry,3,,-1
3,s,3,,-1
3,sh,3,,-1
3,t,3,,-1
3,ts,3,,-1
3,ty,3,,-1
3,tz,3,,-1
3,v,3,,-1
3,y,3,,-1
4,%,1,,1
4,a,4,a,1
4,c,4,c,1
4,ch,4,ch,1
4,e,4,e,1
4,h,4,h,1
4,i,4,i,1
4,k,4,k,1
4,ky,4,ky,1
4,m,4,m,1
4,n,4,n,1
4,ny,4,ny,1
4,o,4,o,1
4,p,4,p,1
4,py,4,py,1
4,r,4,r,1
4,ry,4,ry,1
4,s,4,s,1
4,sh,4,sh,1
4,t,4,t,1
4,ts,4,ts,1
4,ty,4,ty,1
4,tz,4,tz,1
4,v,4,v,1
4,y,4,y,1