Releases: JuliaText/TextAnalysis.jl
Releases · JuliaText/TextAnalysis.jl
v0.8.5
TextAnalysis v0.8.5
Added top_terms() methods for Corpus, Lexicon and Documents
Merged pull requests:
- Fix/doc improvements (#287) (@rssdev10)
- Add top_features functions (#289) (@jamesalster)
v0.8.4
TextAnalysis v0.8.4
JSON package dependency update to 1.x
Merged pull requests:
v0.8.3
TextAnalysis v0.8.3
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
TextAnalysis v0.8.2
Merged pull requests:
v0.8.1
TextAnalysis v0.8.1
Merged pull requests:
- allow DocumentMetadata to hold arbirtary data (#158) (@tanmaykm)
- Directional coom (#264) (@atantos)
- Fixed UNICODE processing with the
strip_non_lettersflag 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
TextAnalysis v0.7.5
Merged pull requests:
- CompatHelper: add new compat entry for DelimitedFiles at version 1, (keep existing compat) (#269) (@github-actions[bot])
- Clean README, docs and docstrings (#270) (@pitmonticone)
- Update coom.jl (#271) (@ms10596)
- added BLEU score (#273) (@rssdev10)
- Update README.md (#274) (@ms10596)
Closed issues:
v0.7.4
TextAnalysis v0.7.4
Closed issues:
Merged pull requests:
- Update README.md (#254) (@dunefox)
- Move some docs to TextModels (#256) (@AdarshKumar712)
- fix string indexing in
summary(#257) (@ericphanson) - CompatHelper: bump compat for StatsBase to 0.34, (keep existing compat) (#268) (@github-actions[bot])
v0.7.3
TextAnalysis v0.7.3
Closed issues:
- CI is failing on the latest Julia master (#252)
Merged pull requests:
v0.7.2
TextAnalysis v0.7.2
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)