What is the name of the object used to tokenize sentences?

Practice More Questions From: Week 1 Quiz

Q:

What is the name of the object used to tokenize sentences?

Q:

What is the name of the method used to tokenize a list of sentences?

Q:

Once you have the corpus tokenized, what’s the method used to encode a list of sentences to use those tokens?

Q:

When initializing the tokenizer, how do you specify a token to use for unknown words?

Q:

If you don’t use a token for out of vocabulary words, what happens at encoding?

Q:

If you have a number of sequences of different lengths, how do you ensure that they are understood when fed into a neural network?

Q:

If you have a number of sequences of different length, and call pad_sequences on them, what’s the default result?

Q:

When padding sequences, if you want the padding to be at the end of the sequence, how do you do it?

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments