aboutsummaryrefslogtreecommitdiff
path: root/textproc/Makefile
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-02-21 14:13:31 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-02-21 15:06:09 +0000
commitaeb1cd15055e17f7ba1c5e1ce77c4148d5a7e817 (patch)
tree96a7d7ec127250a9878954ca8f60ad8717bde211 /textproc/Makefile
parenta8d209d8ee500b7010cf3f2dada7a97779c80a5c (diff)
downloadports-aeb1cd15055e17f7ba1c5e1ce77c4148d5a7e817.tar.gz
ports-aeb1cd15055e17f7ba1c5e1ce77c4148d5a7e817.zip
textproc/py-spacy: Add py-spacy 3.7.4
spaCy is a library for advanced Natural Language Processing in Python and Cython. It's built on the very latest research, and was designed from day one to be used in real products. spaCy comes with pretrained pipelines and currently supports tokenization and training for 70+ languages. It features state-of-the-art speed and neural network models for tagging, parsing, named entity recognition, text classification and more, multi-task learning with pretrained transformers like BERT, as well as a production-ready training system and easy model packaging, deployment and workflow management.
Diffstat (limited to 'textproc/Makefile')
-rw-r--r--textproc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 0f74579122f1..9037cc0cec99 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1557,6 +1557,7 @@
SUBDIR += py-simplebayes
SUBDIR += py-smartypants
SUBDIR += py-snowballstemmer
+ SUBDIR += py-spacy
SUBDIR += py-sparqlwrapper
SUBDIR += py-sphinx
SUBDIR += py-sphinx-argparse