{ "opencollection": "1.0.0", "info": { "name": "ConceptNet REST Concepts Utilities API", "version": "5.7" }, "items": [ { "info": { "name": "Utilities", "type": "folder" }, "items": [ { "info": { "name": "Normalize text to a ConceptNet URI", "type": "http" }, "http": { "method": "GET", "url": "https://api.conceptnet.io/uri", "params": [ { "name": "text", "value": "", "type": "query", "description": "Natural-language phrase to normalize (use \"text\" or \"term\")" }, { "name": "term", "value": "", "type": "query", "description": "Alternative parameter name for the phrase to normalize" }, { "name": "language", "value": "", "type": "query", "description": "BCP-47 language code for the input text" } ] }, "docs": "Converts a raw natural-language phrase in any supported language into a canonical ConceptNet URI. Handles tokenization, lowercasing, stopword removal, and language-specific normalization. The resulting URI can be used directly in other API endpoints. Also accessible as /normalize and /standardize." } ] } ], "bundled": true }