豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

Releases: JuliaText/TextAnalysis.jl

v0.8.5

08 Apr 16:15
27eb8ad

Choose a tag to compare

TextAnalysis v0.8.5

Diff since v0.8.4

Added top_terms() methods for Corpus, Lexicon and Documents

Merged pull requests:

v0.8.4

27 Oct 08:16
06c0439

Choose a tag to compare

TextAnalysis v0.8.4

Diff since v0.8.3

JSON package dependency update to 1.x

Merged pull requests:

v0.8.3

17 Sep 12:21
210e962

Choose a tag to compare

TextAnalysis v0.8.3

Diff since v0.8.2

Dependencies update

Merged pull requests:

Closed issues:

  • Alter NGramDocuments' n-grams to consist of vectors of tokens or be handled like string docs? (#261)

v0.8.2

23 Sep 17:01
d69315b

Choose a tag to compare

TextAnalysis v0.8.2

Diff since v0.8.1

Merged pull requests:

v0.8.1

28 Feb 15:06
992af7e

Choose a tag to compare

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)

v0.7.5

04 Oct 03:16
dfb4fd9

Choose a tag to compare

TextAnalysis v0.7.5

Diff since v0.7.4

Merged pull requests:

Closed issues:

  • Implementation of cosine similarity? (#215)
  • Dependence on BinaryProvider.jl prevents TextAnalysis from working on arm64-apple-darwin natively. (#260)

v0.7.4

25 May 11:43
66862db

Choose a tag to compare

TextAnalysis v0.7.4

Diff since v0.7.3

Closed issues:

  • PerceptronTagger is not defined (#262)
  • Libstemmer not defined for ARM (M1 Mac) (#263)

Merged pull requests:

v0.7.3

05 Apr 20:07
5283fa8

Choose a tag to compare

TextAnalysis v0.7.3

Diff since v0.7.2

Closed issues:

  • CI is failing on the latest Julia master (#252)

Merged pull requests:

v0.7.2

19 Dec 12:40
992596b

Choose a tag to compare

TextAnalysis v0.7.2

Diff since v0.7.1

Closed issues:

  • Methods to merge two DocumentTermMatrix instances (#243)

Merged pull requests:

  • CompatHelper: bump compat for "DataFrames" to "0.22" (#239) (@github-actions[bot])
  • Use Tables.jl, remove explicit DataFrames dependency (#240) (@aviks)
  • methods to help manipulate and update DocumentTermMatrix incrementally (#244) (@tanmaykm)
  • optimize document term sparse matrix operations (#245) (@tanmaykm)
  • fix Project.toml, add Tables compat entry (#246) (@tanmaykm)

v0.7.1

10 Nov 21:12

Choose a tag to compare

TextAnalysis v0.7.1

Diff since v0.7.0

Closed issues:

  • Move models to TextModels.jl (#111)
  • Tag a new release (#177)
  • Provide libstemmer through Yggdrasil (#204)
  • Julia TextAnalysis NERTagger (#214)
  • Unable to convert corpus to DataFrame (#236)

Merged pull requests: