jayparks / tf-seq2seq

Sequence to sequence learning using TensorFlow.
392 stars 109 forks source link

what's the format of sample_data.src and sample_data.trg? #10

Closed SeekPoint closed 7 years ago

becxer commented 7 years ago

Here is same question!

jayparks commented 7 years ago

sample_data.src and sample_data.trg are basically sentence-aligned parallel corpora. I uploaded sample data (sample.en / sample.fr) at /data folder. please check!