GET /api/v1/ports/stanford-parser/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "stanford-parser",
    "portdir": "textproc/stanford-parser",
    "version": "4.2.0",
    "license": "GPL-2+",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://nlp.stanford.edu/software/lex-parser.html",
    "description": "a Java implementation of probabilistic natural language parsers",
    "long_description": "a Java implementation of probabilistic natural language parsers, both highly optimized PCFG and lexicalized dependency parsers, and a lexicalized PCFG parser.",
    "active": true,
    "categories": [
        "textproc",
        "java"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-14"
            ]
        },
        {
            "type": "extract",
            "ports": [
                "unzip"
            ]
        }
    ],
    "depends_on": []
}