JuliaText / TextAnalysis.jl

Julia package for text analysis
Other
374 stars 96 forks source link

Hi, #35

Closed sanjanasri closed 5 years ago

sanjanasri commented 9 years ago

Hey,

When I tried adding this package to julia . I got an error with connection request  as

2015-09-18 11:54:25-- http://snowball.tartarus.org/dist/snowball_code.tgz Resolving snowball.tartarus.org (snowball.tartarus.org)... 80.252.125.10 Connecting to snowball.tartarus.org (snowball.tartarus.org)|80.252.125.10|:80... connected. HTTP request sent, awaiting response... Read error (Connection reset by peer) in headers.

So I downloaded .tar.gz file, extracted its contents and placed in .julia/v0.03/TextAnalysis/deps/download. Then I tried to build using command Pkg.build(). But, still I am getting the same error.Please help.

sanjanasri commented 9 years ago

ALso How should I convert a filedocument to a string document .I did something like this,

sd = StringDocument(text(fd))

The samplefile seems like


a a a sample text text
another example example text text"
another another text text text text

The output of string(length(crps1)) gives 1 instead of three resulting 1Xm vector in document term matrix instead of a matrix Please help. Where I went wrong

ksteimel commented 6 years ago

Where is crps1 coming from?

aviks commented 5 years ago

Closing for lack of activity