File size: 680 Bytes
5aa008b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
  "files": [
    "data-00000-of-00001.parquet"
  ],
  "parquet_id": "lang_detection(text)",
  "data_schema": {
    "fields": {
      "__rowid__": {
        "dtype": "string"
      },
      "text": {
        "fields": {
          "lang_detection": {
            "repeated_field": {
              "fields": {
                "lang_code": {
                  "dtype": "string"
                }
              },
              "dtype": "string_span"
            },
            "signal": {
              "signal_name": "lang_detection"
            }
          }
        }
      }
    }
  },
  "signal": {
    "signal_name": "lang_detection"
  },
  "enriched_path": [
    "text"
  ]
}