I need to tokenize the data but seems really confusing. I have data like this:
TEXT Author Date
This is a Cat Jane 1.01.1997
This is a Dog Sara 1.02.2009
I have a cat Lesner 5.07.2001
I need output like this:
Date:
1.01.1997 This
1.01.1997 is
1.01.1997 a
1.01.1997 cat
.
.
.
.
Is there any way to achieve output like this?