Sentence Word Order 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.
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)