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

{
    "name": "py39-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": [
                "py39-setuptools",
                "clang-16",
                "py39-installer",
                "py39-build",
                "py39-wheel"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "python39"
            ]
        },
        {
            "type": "run",
            "ports": [
                "py39-tqdm",
                "py39-sentencepiece",
                "py39-requests",
                "py39-numpy",
                "py39-gensim"
            ]
        }
    ],
    "depends_on": []
}