-
Notifications
You must be signed in to change notification settings - Fork 536
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes spouse example's Mindtagger task
and adds some sample data and tags
- Loading branch information
Showing
8 changed files
with
504 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
.mindtagger.conf.json | ||
*.csv | ||
tags.json |
101 changes: 101 additions & 0 deletions
101
examples/spouse/labeling/has_spouse-precision/has_spouse.csv
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
title: Labeling task for estimating has_spouse precision | ||
items: { | ||
file: has_spouse.csv | ||
key_columns: [id, doc_id, sentence_index] | ||
key_columns: [p1_id, p2_id] | ||
} | ||
template: template.html |
15 changes: 8 additions & 7 deletions
15
examples/spouse/labeling/has_spouse-precision/sample-has_spouse-with_features.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 8 additions & 7 deletions
15
examples/spouse/labeling/has_spouse-precision/sample-has_spouse.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.