filename
stringclasses
2 values
merged_text
stringclasses
2 values
tokens
stringclasses
2 values
tagged_tokens
stringclasses
2 values
test1.txt
Thisisatestfile.
['This', 'is', 'a', 'test', 'file', '.']
[('This', 'DT'), ('is', 'VBZ'), ('a', 'DT'), ('test', 'NN'), ('file', 'NN'), ('.', '.')]
test2.txt
Anothertestfilewithmoretext.
['Another', 'test', 'file', 'with', 'more', 'text', '.']
[('Another', 'DT'), ('test', 'NN'), ('file', 'NN'), ('with', 'IN'), ('more', 'RBR'), ('text', 'NN'), ('.', '.')]