Skip to content

Releases: vgherard/kgrams

v0.2.0

06 Oct 19:26
Compare
Choose a tag to compare

Description of changes here.

v0.1.5

18 Apr 14:52
33af34f
Compare
Choose a tag to compare

See NEWS for details.

v0.1.2

17 Nov 07:11
Compare
Choose a tag to compare

kgrams 0.1.2

Overall Software Improvements

  • The package's test suite has been greatly extended.
  • Improved error/warning conditions for wrong arguments.
  • Re-enabled compiler diagnostics as per CRAN policy (#19)

API Changes

  • verbose arguments now default to FALSE.
  • probability(), perplexity() and sample_sentences() are restricted to
    accept only language_model class objects as their model argument.

New features

  • as_dictionary(NULL) now returns an empty dictionary.

Bug Fixes

  • Fixed bug causing .preprocess and .tknz_sent arguments to be ignored in process_sentences().
  • Fixed previously wrong defaults for max_lines and batch_size arguments in kgram_freqs.connection().
  • Added print method for class dictionary.
  • Fixed bug causing invalid results in dictionary() with batch processing and
    non-trivial size constraints on vocabulary size.

Other

  • Maintainer's email updated

v0.1.0

16 Feb 10:41
Compare
Choose a tag to compare

First release