Peter M. Stahl

Results 18 issues of Peter M. Stahl

As I most probably won't have much time in the future to maintain Lingua due to my family life, let's rewrite Lingua in Java as long as I have time....

Currently, the language models are parsed from json files and loaded into simple maps at runtime. Even though accessing the maps is pretty fast, they consume a significant amount of...

enhancement

A new API method shall be implemented that allows to say whether some text is likely written in one specific language.

new feature

Currently, the language models are parsed from json files and loaded into simple maps at runtime. Even though accessing the maps is pretty fast, they consume a significant amount of...

enhancement

Currently, the language models are stored as json files. Json is somewhat slow to deserialize. Let's investigate whether there is a more efficient binary file format which can be deserialized...

enhancement

Add more classification metrics such as `Precision`, `Recall`, `Specificity` and `F1`.

enhancement

I'm not able to update the SSH plugin to 2.11.* because it's not available in the Gradle Plugin Portal. Look here: https://mvnrepository.com/artifact/org.hidetake.ssh/org.hidetake.ssh.gradle.plugin Version 2.11.* is only available at https://maven.eea.sk/artifactory/public/ which...