LargeMovieReviewDataset.jl

Julia interface to the large (IMDB) movie review corpus for sentiment classification
Author dellison
Popularity
3 Stars
Updated Last
3 Years Ago
Started In
August 2018

LargeMovieReviewDataset.jl

Build Status codecov

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.

Installation

LargeMovieReviewDataset.jl is registered, so it can be installed with Julia's package manager.

julia> ]add LargeMovieReviewDataset

Usage

LargeMovieReviewDataset.jl exports the following functions:

  • review_files
  • trainfiles
  • testfiles
  • review_id
  • review_rating
julia> using LargeMovieReviewDataset
julia> for file in trainfiles()
           # ...
       end

Used By Packages

No packages found.