cmusphinx / sphinx4

Pure Java speech recognition library
cmusphinx.sourceforge.net
Other
1.4k stars 586 forks source link

Invalid automatic module name with Java 11 #98

Open RomanNosachev opened 4 years ago

RomanNosachev commented 4 years ago

When trying to create an automatic module, the following error was received:

sphinx4.core.5prealpha.SNAPSHOT: Invalid module name: '5prealpha' is not a Java identifier

If I manually rename jar, then the automatic module is successfully created.

Безымянный

Maybe you should rename the jar in the repository? You can also explicitly define the automatic module name in the manifest, or add module-info?