Skip to content

v0.8.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Feb 15:06
992af7e

TextAnalysis v0.8.1

Diff since v0.7.5

Merged pull requests:

  • allow DocumentMetadata to hold arbirtary data (#158) (@tanmaykm)
  • Directional coom (#264) (@atantos)
  • Fixed UNICODE processing with the strip_non_letters flag in src/preprocessing.jl (#265) (@sigmundv)
  • ROUGE: fixed sentences calculation and some minor refactoring (#272) (@rssdev10)
  • CI: updated scripts. Minimal Julia is 1.6 now (#275) (@rssdev10)
  • Code refactoring (#276) (@rssdev10)
  • documentation update (#277) (@rssdev10)
  • CompatHelper: add new compat entry for Statistics at version 1, (keep existing compat) (#278) (@github-actions[bot])
  • Fix/showprogress (#281) (@rssdev10)
  • Fix/style improvement (#282) (@rssdev10)

Closed issues:

  • error on LDA Julia 0.4 (#37)
  • remove_corrupt_utf8() not working (#41)
  • remove_corrupt_utf8! giving "no method matching zero" error (#68)
  • stemming issue for certain words e.g. providing -> provid (#69)
  • rouge_n not defined (#193)
  • error strip_spares_terms not defined (#212)
  • Eval can be replaced by getfield in tag_scheme! (#242)
  • Seems there are some typos in documents (#249)
  • StringIndexError when trying to create a StringDocument based on a UTF8 string (#255)
  • Converting Corpus to Dataframe not working. (#279)