JuliaText / TextAnalysis.jl

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

Preprocessing function issue #67

Closed emilemathieu closed 6 years ago

emilemathieu commented 6 years ago

Hi all ! Thanks for this nice package :)

The preprocessing function prepare!(::TextAnalysis.Corpus, ::UInt32) does not work (on my machine) because of the stem! function. I get the following error

ERROR: error compiling #prepare!#10: error compiling stem!: error compiling release: could not load library "/Users/EmileMathieu/.julia/v0.6/TextAnalysis/src/../deps/usr/lib/libstemmer.dylib"
dlopen(/Users/EmileMathieu/.julia/v0.6/TextAnalysis/src/../deps/usr/lib/libstemmer.dylib, 1): image not found
Stacktrace:
 [1] prepare!(::TextAnalysis.Corpus, ::UInt32) at /Users/EmileMathieu/.julia/v0.6/TextAnalysis/src/preprocessing.jl:268

Best, Emile