Releases: JuliaText/TextAnalysis.jl
Releases · JuliaText/TextAnalysis.jl
v0.4.2 Bugfixes
bug fixes for DTM constructor and for remove_patterns (#94) * Fixes case where DocumentTermMatrix(crps, lex) would construct a dtm of wrong dimensions if a term provided in lex does not occur in the crps * added DocumentTermMatrix constructor that takes a crps and a prespecified terms vector * fixed remove_patterns to use nextind() to find starting position of next unstripped substring. Closes #92 * removed leftover info() statement in prepare! test
Fix download hash
v0.4.1 Update build.jl
Sentiment analysis model
v0.4.0 minor doc tweak
Drop 0.5 support.
v0.3.0 Update REQUIRE