Sentence Word Order Corrector

NLP
stub
text corrector
This article discusses a model design for correcting sentence word order, using fixed length input sequences and outputting word order tokens for decoding final word sequences. The model can handle both misplaced sentences or correct ones, focusing on English grammar improvement.
Published

July 18, 2022


design a model to accept fixed length word type sequence and output word order token. the token is used to decode the final word sequence, just like the convolution but different.

input can be both misplaced sentences or correct sentences

looking for english word order correctifier.(grammar)