I'm trying CMUSphinx4 tutorials and I'm getting some weird Info unitManager
,INFO acousticModelLoader
etc related stuff in the console when I try to run. I came across same questions here and here.
Here they suggested to change value="INFO"
to value="WARNING"
or value="OFF"
.But how can I change the default.config.xml
present inside jar file? I thought of extracting the .jar file , editing and repacking it but it doesn't work based on this answer.
I downloaded jar files from repository and included in the eclipse.So, how can I add/change config.xml
file?
Thank you.