You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
36 lines
1.3 KiB
Tcl
36 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-seqeval
|
|
version 1.2.2
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
license MIT
|
|
maintainers nomaintainer
|
|
|
|
description Testing framework for sequence labeling
|
|
long_description seqeval is a Python framework for sequence \
|
|
labeling evaluation. seqeval can evaluate the \
|
|
performance of chunking tasks such as named-entity \
|
|
recognition, part-of-speech tagging, semantic role \
|
|
labeling and so on.
|
|
|
|
homepage https://github.com/chakki-works/seqeval
|
|
|
|
checksums rmd160 a1a066fd76cbb4e9a8a9802c114cce8ba82f3dd5 \
|
|
sha256 f28e97c3ab96d6fcd32b648f6438ff2e09cfba87f05939da9b3970713ec56e6f \
|
|
size 43605
|
|
|
|
python.versions 310 311
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools_scm
|
|
|
|
depends_run-append \
|
|
port:py${python.version}-numpy \
|
|
port:py${python.version}-scikit-learn
|
|
}
|