A julia package that provides an interface to the Large Movie Review Dataset. Downloading and managing the data will happen automatically, courtesy of DataDeps.jl.
LargeMovieReviewDataset.jl is registered, so it can be installed with Julia's package manager.
julia> ]add LargeMovieReviewDataset
LargeMovieReviewDataset.jl exports the following functions:
review_files
trainfiles
testfiles
review_id
review_rating
julia> using LargeMovieReviewDataset
julia> for file in trainfiles()
# ...
end