Skip to content

Releases: JuliaText/TextAnalysis.jl

Various fixes

02 Apr 00:48
c8ae7a2

Choose a tag to compare

Merge pull request #137 from phereford/master

Remove HTML style tags in preprocessing

v0.5.0 Julia 1.0 Compatibility

01 Oct 11:52
e835044

Choose a tag to compare

Merge pull request #97 from JuliaText/as/towards07

Prepare for 1.0

v0.4.2 Bugfixes

30 Aug 18:16

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

Choose a tag to compare

v0.4.1

Update build.jl

Sentiment analysis model

04 Aug 17:18

Choose a tag to compare

v0.4.0

minor doc tweak

Drop 0.5 support.

05 Feb 00:06
c9ed1f6

Choose a tag to compare

v0.3.0

Update REQUIRE

Fix more

16 Oct 14:36

Choose a tag to compare

v0.2.1

improve lda performance