Skip to content

Instantly share code, notes, and snippets.

@JeremiahKamama
Last active July 9, 2021 12:11
Show Gist options
  • Save JeremiahKamama/6bb285f8c9c03a9675467e25add02bb3 to your computer and use it in GitHub Desktop.
Save JeremiahKamama/6bb285f8c9c03a9675467e25add02bb3 to your computer and use it in GitHub Desktop.
tokenizer = Tokenizer(num_words= 15000)
tokenizer.fit_on_texts(review)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment