Update pip

This commit is contained in:
Suqi Sun 2021-06-30 16:44:43 -04:00
parent 61c868ed75
commit 3901507df8

View File

@ -3142,7 +3142,7 @@
"slogan": "Forte is a toolkit for building Natural Language Processing pipelines, featuring cross-task interaction, adaptable data-model interfaces and composable pipelines.",
"description": "Forte provides a platform to assemble state-of-the-art NLP and ML technologies in a highly-composable fashion, including a wide spectrum of tasks ranging from Information Retrieval, Natural Language Understanding to Natural Language Generation.",
"github": "asyml/forte",
"pip": "\"git+https://git@github.com/asyml/forte-wrappers.git#egg=forte.spacy&subdirectory=src/spacy\"",
"pip": "forte.spacy torch",
"code_example": [
"from forte.spacy import SpacyProcessor",
"from forte import Pipeline",