Problem
Currently this project uses the original package and module name com.github.pemistahl.lingua. While this might allow using this project here as drop-in replacement, it makes other use cases more difficult. Such as when for some reason both lingua and tiny-lingua are on the classpath, or when trying to create a benchmark which includes both lingua and tiny-lingua.
Solution
Change the package name and module name.
If this project will be published to Maven Central in the future (see #5), then a name matching the group ID and artifact ID should be used, so maybe something like io.github.marcono1234.tiny_lingua.
Problem
Currently this project uses the original package and module name
com.github.pemistahl.lingua. While this might allow using this project here as drop-in replacement, it makes other use cases more difficult. Such as when for some reason both lingua and tiny-lingua are on the classpath, or when trying to create a benchmark which includes both lingua and tiny-lingua.Solution
Change the package name and module name.
If this project will be published to Maven Central in the future (see #5), then a name matching the group ID and artifact ID should be used, so maybe something like
io.github.marcono1234.tiny_lingua.