diff --git a/example/tutorial_imdb_fasttext.py b/example/tutorial_imdb_fasttext.py index 250c1cb5c..21a8181ba 100644 --- a/example/tutorial_imdb_fasttext.py +++ b/example/tutorial_imdb_fasttext.py @@ -40,7 +40,7 @@ # in addition to unigrams. N_GRAM = 2 -# Size of vocabulary; less frequent works will be treated as "unknown" +# Size of vocabulary; less frequent words will be treated as "unknown" VOCAB_SIZE = 100000 # Number of buckets used for hashing n-grams