Fix typo in comment

This commit is contained in:
mpuels 2017-12-09 13:14:57 +01:00 committed by GitHub
parent 51d3ab2137
commit ee4d6fdd40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ def main(model=None, output_dir=None, n_iter=20, n_texts=2000):
# add label to text classifier
textcat.add_label('POSITIVE')
# load the IMBD dataset
# load the IMDB dataset
print("Loading IMDB data...")
(train_texts, train_cats), (dev_texts, dev_cats) = load_data(limit=n_texts)
print("Using {} examples ({} training, {} evaluation)"