Possible bug of jSmile

The engine.
Post Reply
ruikunx
Posts: 1
Joined: Mon Apr 15, 2013 2:36 pm

Possible bug of jSmile

Post by ruikunx »

Hello,

I want to talk about a possible bug found in jSmile. First question is that why not put model file (.xdsl) into the same root path with java file? Bug is that if we use Tomcat server program, we should put the model file into "bin" folder. But if we use a integrated server program, such as XAMPP which also integrating a Tomcat, we should put the model file into root folder. Thus I don't know whether that is a bug. If it is not, please update the tutorial to help others avoid confusions. Because we tested our application before on different computers which install different server program and finally found that issue.
shooltz[BayesFusion]
Site Admin
Posts: 1417
Joined: Mon Nov 26, 2007 5:51 pm

Re: Possible bug of jSmile

Post by shooltz[BayesFusion] »

jSMILE loads the model from the path you specify in Network.readFile. If you run the library as part of application server you'll have to take the platform-specific issues into account and modify the path accordingly.
Post Reply