jeffreyschultz commited on
Commit
ceda893
·
verified ·
1 Parent(s): 7cfcb9c

Upload tether.index.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. tether.index.json +68 -0
tether.index.json ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": [
10
+ "noun",
11
+ "verb",
12
+ "adj",
13
+ "adv"
14
+ ],
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": [
22
+ "noun",
23
+ "verb",
24
+ "adj",
25
+ "adv"
26
+ ],
27
+ "variant": "index"
28
+ },
29
+ {
30
+ "active": false,
31
+ "description": "Exception files mapping inflected forms to base forms.",
32
+ "path_in_repo": "variants/exceptions",
33
+ "splits": [
34
+ "noun",
35
+ "verb",
36
+ "adj",
37
+ "adv"
38
+ ],
39
+ "variant": "exceptions"
40
+ }
41
+ ],
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.",
61
+ "splits": [
62
+ "noun",
63
+ "verb",
64
+ "adj",
65
+ "adv"
66
+ ],
67
+ "title": "WordNet 3.0"
68
+ }