Package ai.djl.basicdataset.nlp
Contains a library of built-in datasets for
Application.NLP.-
Class Summary Class Description AmazonReview TheAmazonReviewdataset contains aApplication.NLP.SENTIMENT_ANALYSISset of reviews and their sentiment ratings.AmazonReview.Builder A builder to construct aAmazonReview.CookingStackExchange A text classification dataset contains questions from cooking.stackexchange.com and their associated tags on the site.CookingStackExchange.Builder A builder to construct aCookingStackExchange.StanfordMovieReview TheStanfordMovieReviewdataset contains aApplication.NLP.SENTIMENT_ANALYSISset of movie reviews and their sentiment ratings.StanfordMovieReview.Builder A builder for aStanfordMovieReview.TatoebaEnglishFrenchDataset TatoebaEnglishFrenchDatasetis a English-French machine translation dataset from The Tatoeba Project (http://www.manythings.org/anki/).TatoebaEnglishFrenchDataset.Builder A builder for aTatoebaEnglishFrenchDataset.TextDataset TextDatasetis 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 aTextDataset.TextDataset.Sample A class storesTextDatasetsample information.