Scidata.YelpPolarityReviews (Scidata v0.1.4) View Source

Module for downloading the Yelp Polarity Reviews dataset.

Link to this section Summary

Functions

Downloads the Yelp Polarity Reviews training dataset or fetches it locally.

Downloads the Yelp Polarity Reviews test dataset or fetches it locally.

Link to this section Functions

Specs

download() :: %{review: [binary(), ...], sentiment: [1 | 0]}

Downloads the Yelp Polarity Reviews training dataset or fetches it locally.

Specs

download_test() :: %{review: [binary(), ...], sentiment: [1 | 0]}

Downloads the Yelp Polarity Reviews test dataset or fetches it locally.