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 LargeMovieReviewDatasetLargeMovieReviewDataset.jl exports the following functions:
review_filestrainfilestestfilesreview_idreview_rating
julia> using LargeMovieReviewDataset
julia> for file in trainfiles()
# ...
end