Skip to content

Instantly share code, notes, and snippets.

@MLWhiz
Created January 18, 2019 05:49
Show Gist options
  • Select an option

  • Save MLWhiz/26c214bebce10b0995fda761a49a7c37 to your computer and use it in GitHub Desktop.

Select an option

Save MLWhiz/26c214bebce10b0995fda761a49a7c37 to your computer and use it in GitHub Desktop.
#Signature:
Tokenizer(num_words=None, filters='!"#$%&()*+,-./:;<=>?@[\\]^_`{|}~\t\n',
lower=True, split=' ', char_level=False, oov_token=None, document_count=0, **kwargs)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment