View Source Scidata.YelpFullReviews (Scidata v0.1.6)

Module for downloading the Yelp Reviews dataset.

Link to this section Summary

Functions

Downloads the Yelp Reviews training dataset or fetches it locally.

Downloads the Yelp Reviews test dataset or fetches it locally.

Link to this section Functions

@spec download() :: %{review: [binary(), ...], rating: [5 | 4 | 3 | 2 | 1]}

Downloads the Yelp Reviews training dataset or fetches it locally.

@spec download_test() :: %{review: [binary(), ...], rating: [5 | 4 | 3 | 2 | 1]}

Downloads the Yelp Reviews test dataset or fetches it locally.