Skip to content

Releases: paithiov909/audubon

audubon 0.5.2

26 Apr 04:47
Compare
Choose a tag to compare

See NEWS for more details.

What's Changed

Full Changelog: v0.5.1...v0.5.2

audubon 0.5.1

02 May 21:01
Compare
Choose a tag to compare

What's Changed

  • Refactored tokenize_mecab and tokenize_sudachipy.
  • build(deps-dev): bump webpack from 5.72.1 to 5.76.0 by @dependabot in #18
  • Fix test problem exposed by dev waldo by @hadley in #19

Full Changelog: v0.5.0...v0.5.1

audubon 0.5.0

04 Mar 07:53
Compare
Choose a tag to compare

What's changed

  • Added bind_lr function which can calculate the 'LR' value of bigrams.
  • pack now always returns a tibble, not a data.frame.

Full Changelog: v0.4.0...v0.5.0

audubon 0.4.0

15 Dec 13:12
Compare
Choose a tag to compare

What's Changed

  • Added some new functions.
    • bind_tf_idf2 can calculate and bind the term frequency, inverse document frequency, and tf-idf of the tidy text dataset.
    • collapse_tokens , mute_tokens, and lexical_density can be used for handling a tidy text dataset of tokens.
  • strj_tokenize now preserves the original order of text names.
  • prettify now can get delim argument.

Full Changelog: v0.3.0...v0.4.0

audubon 0.3.0

23 Jul 01:16
Compare
Choose a tag to compare
  • Updated strj_fill_iter_mark function. strj_fill_iter_mark now replaces a sequence of iteration marks recursively.
  • Updated strj_tokenize function. strj_tokenize now can retrieve engine argument to switch tokenizers for splitting text into tokens.

audubon 0.2.0

25 May 02:00
Compare
Choose a tag to compare
  • Updated ngram_tokenizer function.
  • Added a wrapper function of the 'TinySegmenter' written by Taku Kudo.

audubon 0.1.2

02 Apr 11:46
Compare
Choose a tag to compare
  • Updated pack function.
    • Switched arguments order of pack function. pack now accepts pull as its second argument and n as its third argument.
    • pull now accepts a symbol.

audubon 0.1.1

14 Feb 14:17
Compare
Choose a tag to compare

🎊 Initial CRAN release

Full Changelog: https://github.com/paithiov909/audubon/commits/v0.1.1