generalized-language-modeling-toolkit icon indicating copy to clipboard operation
generalized-language-modeling-toolkit copied to clipboard

Generalized Language Modeling toolkit

Results 46 generalized-language-modeling-toolkit issues
Sort by recently updated
recently updated
newest added

Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 5.1.22 to 8.0.28. Changelog Sourced from mysql-connector-java's changelog. Changelog https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/ Version 8.0.29 Fix for Bug#21978230, COMMENT PARSING NOT PROPER IN PREPSTMT.EXECUTEBATCH(). Fix for Bug#81468 (23312764), MySQL server...

dependencies

Bumps log4j-core from 2.0-beta9 to 2.16.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.logging.log4j:log4j-core&package-manager=maven&previous-version=2.0-beta9&new-version=2.16.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps log4j-api from 2.0-beta9 to 2.16.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.logging.log4j:log4j-api&package-manager=maven&previous-version=2.0-beta9&new-version=2.16.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

As it turns our we are sometimes returning single probabilities greater one, which is obviously garbage. I did some calculations by hand and the error does not seem to be...

NGramTimes for sequences like `000` or `xxxx` are always zero. Why?

In `bachelor-thesis` branch Estimator `INTERPOL_ABS_DISCOUNT_MLE_SKP_NOREC` fails the `EstimatorTest` because `Estimator#getRequiredCache()` does not always turn the right results, most likely because of unlucky random.

bug

Currently `ProbMode` is hardcoded to `ProbMode.MARG` in `GlmtkExecutable`. This should be configurable via Cmd-Line-API. However currently only `ProbMode.Marg` returns non test failing results, so this only makes sense once Estimtars...

enhancement