~ubuntu-branches/ubuntu/saucy/sphinxtrain/saucy

« back to all changes in this revision

Viewing changes to test/make_topology/4_sk.topo

  • Committer: Package Import Robot
  • Author(s): Samuel Thibault
  • Date: 2013-01-02 04:10:21 UTC
  • Revision ID: package-import@ubuntu.com-20130102041021-ynsizmz33fx02hea
Tags: upstream-1.0.8
ImportĀ upstreamĀ versionĀ 1.0.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# 4-state Bakis topology HMM with non-emitting last state
 
3
# These values are normalized so that rows sum to one.
 
4
#
 
5
# NO COMMENTS BETWEEN # OF STATES AND TRANSITION MATRIX
 
6
#
 
7
#
 
8
#Version number
 
9
0.1
 
10
# Number of states per model followed by transition matrix
 
11
5
 
12
3.0     1.0     1.0     0.0     0.0     
 
13
0.0     3.0     1.0     1.0     0.0     
 
14
0.0     0.0     3.0     1.0     1.0     
 
15
0.0     0.0     0.0     3.0     1.0     
 
16
# Last state has no outgoing arcs unless
 
17
# embedded in a sentence hmm structure