Releases: zgornel/StringAnalysis.jl
Releases · zgornel/StringAnalysis.jl
StringAnalysis.jl v0.3.2
- 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
- Added :count option to LSA, RP models
- No projection hack for RP models
- More documentation
StringAnalysis.jl v0.3.0
- Added Co-occurrence matrix
- Refined LSA, RP models
- More
embed_document
methods - Small bugfixes, improvements
StringAnalysis.jl v0.2.4
- Added sparse random projections
- Bugfixes
StringAnalysis.jl v0.2.3
- Pre-processing improvements
- Additional documentation
- Bugfixes
StringAnalysis.jl v0.2.2
- LSA model load/save support
- Additional constructor for LSA embedding
StringAnalysis.jl v0.2.1
- Improved LSA
- More online documentation
StringAnalysis.jl v0.2.0
- Improved latent semantic analysis (LSA)
- Online documentation using Documenter.jl
StringAnalysis.jl v0.1.1
- 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
- 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