Skip to content

Commit 4bf9706

Browse files
authored
Merge pull request #218 from tomtung/patch-1
Fix typo in the FastText example
2 parents 429c6d1 + 4bbae0d commit 4bf9706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/tutorial_imdb_fasttext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
# in addition to unigrams.
4141
N_GRAM = 2
4242

43-
# Size of vocabulary; less frequent works will be treated as "unknown"
43+
# Size of vocabulary; less frequent words will be treated as "unknown"
4444
VOCAB_SIZE = 100000
4545

4646
# Number of buckets used for hashing n-grams

0 commit comments

Comments
 (0)