.. | ||
dev-0 | ||
test-A | ||
train | ||
.gitignore | ||
config.txt | ||
in-header.tsv | ||
out-header.tsv | ||
README.md |
Tag names and their component
Tag names and their components (first name/surname) in a text.
Tags:
- person
- surname
- first-name
For each tag a sequence of token IDs separated with commas should be given (after a slash).
Directory structure
README.md
— this fileconfig.txt
— configuration filetrain/
— directory with training datatrain/in.tsv
— input data for the train settrain/expected.tsv
— expected (reference) data for the train setdev-0/
— directory with dev (test) datadev-0/in.tsv
— input data for the dev setdev-0/expected.tsv
— expected (reference) data for the dev settest-A
— directory with test datatest-A/in.tsv
— input data for the test settest-A/expected.tsv
— expected (reference) data for the test set