{
  "Identifier": {
    "ImplementerID": "/* String assigned by IIDRA */",
    "Specification": {
      "Name": "MPAI-MMC",
      "AIW": "",
      "AIM": "QuestionAnalysisModule",
      "Version": "2.1"
    }
  },
  "Description": "This AIM implements the question analysis function for MMC-MQA.",
  "Types": [
    {
      "Name": "Tagging_t",
      "Type": "{string<256 set; string<256 result}"
    },
    {
      "Name": "meaning_t",
      "Type": "{Tagging_t POS_tagging; Tagging_t NE_tagging; Tagging_t dependency_tagging; Tagging_t SRL_tagging}"
    },
    {
      "Name": "intention_t",
      "Type": "{string<256 qtopic; string<256 qfocus; string<256 qLAT; string<256 qSAT; string<256 qdomain}"
    }
  ],
  "Ports": [
    {
      "Name": "Meaning",
      "Direction": "InputOutput",
      "RecordType": "Meaning_t",
      "Technology": "Software",
      "Protocol": "",
      "IsRemote": false
    },
    {
      "Name": "Intention",
      "Direction": "OutputInput",
      "RecordType": "Intention_t",
      "Technology": "Software",
      "Protocol": "",
      "IsRemote": false
    }
  ],
  "SubAIMs": [],
  "Topology": [],
  "Implementations": [],
  "Documentation": [
    {
      "Type": "Tutorial",
      "URI": "https://mpai.community/standards/MPAI-MMC/"
    }
  ]
}