28 lines
854 B
Markdown
28 lines
854 B
Markdown
|
|
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 file
|
|
* `config.txt` — configuration file
|
|
* `train/` — directory with training data
|
|
* `train/in.tsv` — input data for the train set
|
|
* `train/expected.tsv` — expected (reference) data for the train set
|
|
* `dev-0/` — directory with dev (test) data
|
|
* `dev-0/in.tsv` — input data for the dev set
|
|
* `dev-0/expected.tsv` — expected (reference) data for the dev set
|
|
* `test-A` — directory with test data
|
|
* `test-A/in.tsv` — input data for the test set
|
|
* `test-A/expected.tsv` — expected (reference) data for the test set
|