Merge pull request #1705 from mpuels/patch-4

Fix typo in comment
This commit is contained in:
Ines Montani 2017-12-09 14:02:50 +00:00 committed by GitHub
commit d8dd484dc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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)"