Skip to content

Tags: vsiivola/variKN

Tags

v1.2.1

Toggle v1.2.1's commit message
Fix pip install with new pip version. Update ubuntu docker base image

Github issue 20 #20

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #19 from vsiivola/update_docs

update docs

v1.2.0b5

Toggle v1.2.0b5's commit message
test macos-12 wheels and test more python versions

v1.2.0b4

Toggle v1.2.0b4's commit message
allow setuptools_scm>=7

v1.2.0b3

Toggle v1.2.0b3's commit message
improve pyproject.toml

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #16 from vsiivola/fix_unigram_smoothing

Fix issue with no unigram smoothing, thanks to Shilin Gao.

v1.1.0

Toggle v1.1.0's commit message
Implement leave-one-out estimates for the discounts. If optimization …

…corpus is not set, use these estimates. Also, initialize numerical search for the parameters with these values. In the latter case, preliminary tests seem to indicate that better accuracy is reached than with the original heuristic search start point.

v1.0.9

Toggle v1.0.9's commit message
version 1.0.9, now under 3-clause BSD license

v1.0.8

Toggle v1.0.8's commit message
Minor bugfixes, bigram lookahead for interpolated LMs

v1.0.7

Toggle v1.0.7's commit message
Online linear interpolation.