I am building Speech To text module for apache stanbol [1]. For this I have used Sphinx WSJ Model file (containing acosutic, language, dictionary models) using follwing dependency
<groupid>edu.cmu.sphinx</groupid>
<artifactid>sphinx4-data</artifactid>
<version>1.0-SNAPSHOT</version>
<type>jar</type>
Direct usage of this jar bundle was incompatible for the project and so I repackaged the jar bundle[2] :
acoustic: /edu/cmu/sphinx/models/acoustic/wsj/ to /acosutic/
language: /edu/cmu/sphinx/models/language/en-us.lm.dmp to language/en-us.lm.dmp
dictioanry: /edu/cmu/sphinx/models/acoustic/wsj/dict/cmudict.0.6d to /acosutic/dict/en-cmudict.0.6
I have added license.terms file too to the bundle.
Will there be any license conflict in such a case?
I am building Speech To text module for apache stanbol [1]. For this I have used Sphinx WSJ Model file (containing acosutic, language, dictionary models) using follwing dependency
<groupid>edu.cmu.sphinx</groupid>
<artifactid>sphinx4-data</artifactid>
<version>1.0-SNAPSHOT</version>
<type>jar</type>
Direct usage of this jar bundle was incompatible for the project and so I repackaged the jar bundle[2] :
acoustic: /edu/cmu/sphinx/models/acoustic/wsj/ to /acosutic/
language: /edu/cmu/sphinx/models/language/en-us.lm.dmp to language/en-us.lm.dmp
dictioanry: /edu/cmu/sphinx/models/acoustic/wsj/dict/cmudict.0.6d to /acosutic/dict/en-cmudict.0.6
I have added license.terms file too to the bundle.
Will there be any license conflict in such a case?
[1] https://sites.google.com/site/gsoc2014stanbol/home
[2] https://github.com/sumansaurabh/Sphinx-Model/blob/master/pom.xml
What is the issue?
No
Issue is that Apache Stanbol that prevents loading of jar model files using getResourceasStream() method.