Proofread text using Tensorflow.js

Hello

I want a Nodejs app that reads and learns a prepared text using Tensorflow.js, and then when a sentence is given to it, it guesses the necessary corrections in the given sentence based on the prepared text and returns the corrected text.

I don’t know if this is possible using Tensorflow and where to start?
Any suggestions would be greatly appreciated.

devoted