tensorflow / nmt

TensorFlow Neural Machine Translation Tutorial
Apache License 2.0
6.35k stars 1.96k forks source link

Is it possible that src language and tgt language is the same? #445

Open jobsfan opened 5 years ago

jobsfan commented 5 years ago

Is it possible that I feed nmt with parallel corpus of the same language? such as I input Chinese article as source, and also input Chinese article with the similar meaning as target.

I am working on how to output an article with the same/similar meaning as input article.

jren2019 commented 4 years ago

Hello, Can you share the training that you mentioned above? I'm also working on this task, but I don't have enough training data.

jobsfan commented 4 years ago

@jren2019
It is just a thought of mine, I didnot take any action into it. As well, I don't have enough traing data.

I am here to wonder whether my thoughts will work or not before doing it.