What steps will reproduce the problem?
1. do textual export of your hmm (using OpdfMultiGaussian)
2. try to read your textual export again (with OpdfMultiGaussian)
What is the expected output? What do you see instead?
the same hmm that was exportet... but there is an error while reading in
the OpdfMultiGaussian. Jahmm needs to read one more "]"
Please provide any additional information below.
error output was: "Line 8: Syntax error: unexpected token ']' (State'
expected)"
To fix this problem, add the following line in OpdfMultiGaussian.java:73
HmmReader.readWords(st, "]");
kind regards,
Ben
Original issue reported on code.google.com by vamos.be...@gmail.com on 3 Jun 2010 at 3:49
Original issue reported on code.google.com by
vamos.be...@gmail.com
on 3 Jun 2010 at 3:49