We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 429c6d1 commit 4bbae0dCopy full SHA for 4bbae0d
example/tutorial_imdb_fasttext.py
@@ -40,7 +40,7 @@
40
# in addition to unigrams.
41
N_GRAM = 2
42
43
-# Size of vocabulary; less frequent works will be treated as "unknown"
+# Size of vocabulary; less frequent words will be treated as "unknown"
44
VOCAB_SIZE = 100000
45
46
# Number of buckets used for hashing n-grams
0 commit comments