yksi7417 / jahmm

Automatically exported from code.google.com/p/jahmm
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Reading HMM (with OpdfMultiGaussian) error "Line 8: Syntax error: unexpected token ']' (State' expected)" #11

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
This definitely worked,
thanks a lot

Original comment by chris.mi...@gmail.com on 19 Jul 2015 at 4:47