Enable rnn.encode_sentences to deal with unknown token

The present implementation will force a assert false raised with unknown token, when vocab dictionary is given.

But could mxnet enable user to add the unknown token as “UNK” into the res list in this situation.