Skip to content

Commit

Permalink
Update the list of nps_stats properties
Browse files Browse the repository at this point in the history
  • Loading branch information
piconti committed Apr 3, 2024
1 parent f44c8ae commit 92c81e6
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions json/versioning/manifest.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,13 +193,17 @@
"type": "integer",
"description": "Number of named-entity mentions present in the data."
},
"ne_links": {
"type": "integer",
"description": "Number of named-entity links present in the data."
"lang_fd": {
"type": "object",
"description": "Frequency dict with the occurences of each lang identified in the data."
},
"topics": {
"type": "integer",
"description": "Number of topics extracted from the data."
},
"text_reuse_clusters": {
"type": "integer",
"description": "Number of text-reuse clusters indentified in the data."
}
},
"required": [
Expand Down

0 comments on commit 92c81e6

Please sign in to comment.