Open
Description
You mentioned that
NOTICE : Your corpus should be prepared with two sentences in one line with tab(\t) separator
and gave an example:
Welcome to the \t the jungle\n
I can stay \t here all night\n
However, the example is actually ONE sentence in one line.
Should it be:
Welcome to the jungle \t I can stay here all night\n
(suppose these two sentences are continuous in the broader context)