You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
38 lines
1.3 KiB
Tcl
38 lines
1.3 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup python 1.0
|
|
|
|
name py-bpemb
|
|
version 0.3.5
|
|
revision 0
|
|
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
license MIT
|
|
maintainers nomaintainer
|
|
|
|
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.
|
|
|
|
homepage https://nlp.h-its.org/bpemb
|
|
|
|
checksums rmd160 c2426d3d7cd736be3ed84389c647f2881a87805d \
|
|
sha256 6d1254d3ccdb9617f064c9ae5c995a7d0d621cf5db7d3cdc1fe3cb2000b2601b \
|
|
size 24203
|
|
|
|
python.versions 310 311 312
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_run-append \
|
|
port:py${python.version}-gensim \
|
|
port:py${python.version}-numpy \
|
|
port:py${python.version}-requests \
|
|
port:py${python.version}-sentencepiece \
|
|
port:py${python.version}-tqdm
|
|
}
|