Skip to main content

spaCy

spaCy 是一个用于高级自然语言处理的开源软件库,使用 Python 和 Cython 编程语言编写。

安装和设置

pip install spacy

文本分割器

查看使用示例

from langchain_text_splitters import SpacyTextSplitter

文本嵌入模型

查看使用示例

from langchain_community.embeddings.spacy_embeddings import SpacyEmbeddings

Was this page helpful?


You can leave detailed feedback on GitHub.