Application.NLP.See: Description
| Class | Description |
|---|---|
| AmazonReview |
The
AmazonReview dataset contains a Application.NLP.SENTIMENT_ANALYSIS set
of reviews and their sentiment ratings. |
| AmazonReview.Builder |
A builder to construct a
AmazonReview. |
| CookingStackExchange |
A text classification dataset contains questions from cooking.stackexchange.com and their
associated tags on the site.
|
| CookingStackExchange.Builder |
A builder to construct a
CookingStackExchange. |
| StanfordMovieReview |
The
StanfordMovieReview dataset contains a Application.NLP.SENTIMENT_ANALYSIS set of movie reviews and their sentiment ratings. |
| StanfordMovieReview.Builder |
A builder for a
StanfordMovieReview. |
| TatoebaEnglishFrenchDataset |
TatoebaEnglishFrenchDataset is a English-French machine translation dataset from The
Tatoeba Project (http://www.manythings.org/anki/). |
| TatoebaEnglishFrenchDataset.Builder |
A builder for a
TatoebaEnglishFrenchDataset. |
| TextDataset |
TextDataset is an abstract dataset that can be used for datasets for natural language
processing where either the source or target are text-based data. |
| TextDataset.Builder<T extends TextDataset.Builder<T>> |
Abstract Builder that helps build a
TextDataset. |
| TextDataset.Sample |
A class stores
TextDataset sample information. |
Application.NLP.