Skip to content

Releases: zgornel/StringAnalysis.jl

StringAnalysis.jl v0.3.2

23 Jan 09:02
Compare
Choose a tag to compare
  • DTM document vectors are columns
  • Tokenizer can be specified in some methods
  • Regex based DTV's
  • Additional documentation
  • svd fallback in LSA
  • COOM performance improvement
  • Bugfixes

StringAnalysis.jl v0.3.1

15 Jan 20:40
Compare
Choose a tag to compare
  • Added :count option to LSA, RP models
  • No projection hack for RP models
  • More documentation

StringAnalysis.jl v0.3.0

14 Jan 13:37
Compare
Choose a tag to compare
  • Added Co-occurrence matrix
  • Refined LSA, RP models
  • More embed_document methods
  • Small bugfixes, improvements

StringAnalysis.jl v0.2.4

10 Jan 18:39
Compare
Choose a tag to compare
  • Added sparse random projections
  • Bugfixes

StringAnalysis.jl v0.2.3

08 Jan 14:05
Compare
Choose a tag to compare
  • Pre-processing improvements
  • Additional documentation
  • Bugfixes

StringAnalysis.jl v0.2.2

07 Jan 21:21
Compare
Choose a tag to compare
  • LSA model load/save support
  • Additional constructor for LSA embedding

StringAnalysis.jl v0.2.1

06 Jan 14:04
Compare
Choose a tag to compare
  • Improved LSA
  • More online documentation

StringAnalysis.jl v0.2.0

03 Jan 14:44
Compare
Choose a tag to compare
  • Improved latent semantic analysis (LSA)
  • Online documentation using Documenter.jl

StringAnalysis.jl v0.1.1

01 Dec 15:35
Compare
Choose a tag to compare
  • typing improvements
  • Added support for Vector element type in DTV iteration
  • Made AbstractDocument a parametric type
  • Extended test coverage
  • Bugfixes

StringAnalysis.jl v0.1.0

27 Nov 16:14
Compare
Choose a tag to compare
  • Added bm25 ranking, tweaked tf-idf
  • Extended tokenization and stemming methods
  • Extended pre-processing API
  • Extended document metadata
  • Extended test coverage
  • Simplified API i.e. removed sentiment analysis, lots of deps