Add provenance-filtered conversion TSV without emoji dictionaries
Browse files- .gitattributes +1 -0
- README.md +10 -1
- entries-no-emoji.tsv +3 -0
.gitattributes
CHANGED
|
@@ -61,3 +61,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 61 |
dictionary.sqlite3 filter=lfs diff=lfs merge=lfs -text
|
| 62 |
entries.tsv filter=lfs diff=lfs merge=lfs -text
|
| 63 |
predictions.tsv filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 61 |
dictionary.sqlite3 filter=lfs diff=lfs merge=lfs -text
|
| 62 |
entries.tsv filter=lfs diff=lfs merge=lfs -text
|
| 63 |
predictions.tsv filter=lfs diff=lfs merge=lfs -text
|
| 64 |
+
entries-no-emoji.tsv filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -18,6 +18,10 @@ configs:
|
|
| 18 |
data_files:
|
| 19 |
- split: train
|
| 20 |
path: predictions.tsv
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
---
|
| 22 |
# IME Dictionary Core
|
| 23 |
|
|
@@ -26,7 +30,12 @@ same conversion and prediction records. See `NOTICE.md` before redistribution.
|
|
| 26 |
|
| 27 |
- Compilation license: `CC-BY-4.0`
|
| 28 |
- SQLite tables: `entries`, `entry_sources`, `predictions`, `prediction_sources`
|
| 29 |
-
- TSV exports: `entries.tsv`, `predictions.tsv`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
|
| 31 |
## Related repository
|
| 32 |
|
|
|
|
| 18 |
data_files:
|
| 19 |
- split: train
|
| 20 |
path: predictions.tsv
|
| 21 |
+
- config_name: conversion-no-emoji
|
| 22 |
+
data_files:
|
| 23 |
+
- split: train
|
| 24 |
+
path: entries-no-emoji.tsv
|
| 25 |
---
|
| 26 |
# IME Dictionary Core
|
| 27 |
|
|
|
|
| 30 |
|
| 31 |
- Compilation license: `CC-BY-4.0`
|
| 32 |
- SQLite tables: `entries`, `entry_sources`, `predictions`, `prediction_sources`
|
| 33 |
+
- TSV exports: `entries.tsv`, `entries-no-emoji.tsv`, `predictions.tsv`
|
| 34 |
+
|
| 35 |
+
`entries-no-emoji.tsv` removes records whose only provenance is an emoji
|
| 36 |
+
dictionary. Records also present in a non-emoji source remain, with only their
|
| 37 |
+
non-emoji provenance listed. Prediction records remain independently optional
|
| 38 |
+
through `predictions.tsv`.
|
| 39 |
|
| 40 |
## Related repository
|
| 41 |
|
entries-no-emoji.tsv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0fff13a1e29307e238b4ed04cf81d20d7cdc74e42d86cda409c06d95c0f82673
|
| 3 |
+
size 238203189
|