Franklin Qin

Results 7 comments of Franklin Qin

> > **You can use this:** > > ```python > > tokenizer = tf.keras.preprocessing.text.Tokenizer(oov_token="") > > tokenizer.fit_on_texts(x_text) > > x = tokenizer.texts_to_sequences(x_text) > > > > x = tf.keraspreprocessing.sequence.pad_sequences(x, maxlen=max_document_length,...

Same question here. I found this post: [https://tex.stackexchange.com/questions/43444/how-to-typeset-a-matrix-with-mathjax](https://tex.stackexchange.com/questions/43444/how-to-typeset-a-matrix-with-mathjax), which means mathjax should support matrix, but why is VuePress+MathJax not so?

> Matrix isn't working. Text inside the `$$` is always being copied to `` tag. Can anyone help? Thanks in advance. Did you put space after the beginning `$` or...

> > > Matrix isn't working. Text inside the `$$` is always being copied to `` tag. Can anyone help? Thanks in advance. > > > > > > Did...

So you mean I could change the [message](https://vuepress-theme-reco.recoluan.com/views/plugins/kanbanniang.html#messages) to English by myself? Can't there be a default English message?