Skip to content

Releases: JuliaText/TextAnalysis.jl

v0.4.2 Bugfixes

30 Aug 18:16
Compare
Choose a tag to compare
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

06 Aug 13:51
26e94ff
Compare
Choose a tag to compare
v0.4.1

Update build.jl

Sentiment analysis model

04 Aug 17:18
Compare
Choose a tag to compare
v0.4.0

minor doc tweak

Drop 0.5 support.

05 Feb 00:06
c9ed1f6
Compare
Choose a tag to compare
v0.3.0

Update REQUIRE

Fix more

16 Oct 14:36
Compare
Choose a tag to compare
v0.2.1

improve lda performance