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

{
    "name": "py310-bpemb",
    "portdir": "python/py-bpemb",
    "version": "0.3.5",
    "license": "MIT",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://nlp.h-its.org/bpemb",
    "description": "Byte pair embeddings in 275 languages",
    "long_description": "BPEmb is a collection of pre-trained subword embeddings in 275 languages, based on Byte-Pair Encoding (BPE) and trained on Wikipedia. Its intended use is as input for neural models in natural language processing.",
    "active": true,
    "categories": [
        "python"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py310-setuptools",
                "clang-16",
                "py310-installer",
                "py310-build",
                "py310-wheel"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python310"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py310-gensim",
                "py310-sentencepiece",
                "py310-tqdm",
                "py310-numpy",
                "py310-requests"
            ]
        }
    ],
    "depends_on": []
}