jeffreyschultz commited on
Commit
a371ef3
·
verified ·
1 Parent(s): 8e39df8

Upload tether.index.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. tether.index.json +11 -15
tether.index.json CHANGED
@@ -1,9 +1,9 @@
1
  {
2
- "current_path_in_repo": "variants/data",
3
  "dataset_id": "wordnet",
4
  "navigation": [
5
  {
6
- "active": true,
7
  "description": "Synset data files with glosses, words, pointers, and verb frames.",
8
  "path_in_repo": "variants/data",
9
  "splits": [
@@ -15,7 +15,7 @@
15
  "variant": "data"
16
  },
17
  {
18
- "active": false,
19
  "description": "Index files with lemma metadata, pointer symbol inventory, and synset offsets.",
20
  "path_in_repo": "variants/index",
21
  "splits": [
@@ -42,19 +42,15 @@
42
  "schema": [
43
  "text",
44
  "is_record",
45
- "offset",
46
- "synset_offset",
47
- "lex_filenum",
48
- "ss_type",
49
- "w_cnt",
50
- "word_count",
51
- "words",
52
- "lemmas",
53
  "p_cnt",
54
- "pointer_count",
55
- "pointers",
56
- "frames",
57
- "gloss",
58
  "parse_error"
59
  ],
60
  "shared_description": "WordNet publishes an aggregate lexical view that keeps the noun, verb, adjective, and adverb splits intact while combining data, index, and exception rows under an explicit variant column.",
 
1
  {
2
+ "current_path_in_repo": "variants/index",
3
  "dataset_id": "wordnet",
4
  "navigation": [
5
  {
6
+ "active": false,
7
  "description": "Synset data files with glosses, words, pointers, and verb frames.",
8
  "path_in_repo": "variants/data",
9
  "splits": [
 
15
  "variant": "data"
16
  },
17
  {
18
+ "active": true,
19
  "description": "Index files with lemma metadata, pointer symbol inventory, and synset offsets.",
20
  "path_in_repo": "variants/index",
21
  "splits": [
 
42
  "schema": [
43
  "text",
44
  "is_record",
45
+ "lemma",
46
+ "lemma_text",
47
+ "pos",
48
+ "synset_cnt",
 
 
 
 
49
  "p_cnt",
50
+ "ptr_symbols",
51
+ "sense_cnt",
52
+ "tagsense_cnt",
53
+ "synset_offsets",
54
  "parse_error"
55
  ],
56
  "shared_description": "WordNet publishes an aggregate lexical view that keeps the noun, verb, adjective, and adverb splits intact while combining data, index, and exception rows under an explicit variant column.",