Wordnik · JSON Structure

Wordnik Bigram Structure

Bigram schema from Wordnik

Type: object Properties: 5
DictionariesDictionaryWord DataEnglishLexicographyPublic APIs

Bigram is a JSON Structure definition published by Wordnik, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

count gram1 gram2 mi wlmi

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/wordnik/refs/heads/main/json-structure/wordnik-bigram-structure.json",
  "name": "Bigram",
  "description": "Bigram schema from Wordnik",
  "type": "object",
  "properties": {
    "count": {
      "type": "int64"
    },
    "gram1": {
      "type": "string"
    },
    "gram2": {
      "type": "string"
    },
    "mi": {
      "type": "double",
      "description": "Mutual information score"
    },
    "wlmi": {
      "type": "double",
      "description": "Word-list mutual information score"
    }
  }
}