Apache OpenNLP · JSON Structure

Apache Opennlp Model List Structure

ModelList schema from Apache OpenNLP

Type: object Properties: 1
Machine LearningNatural Language ProcessingNLPText ProcessingApacheOpen SourceJava

ModelList is a JSON Structure definition published by Apache OpenNLP, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

models

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/apache-opennlp/refs/heads/main/json-structure/apache-opennlp-model-list-structure.json",
  "description": "ModelList schema from Apache OpenNLP",
  "type": "object",
  "properties": {
    "models": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ModelInfo"
      }
    }
  },
  "name": "ModelList"
}