You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/docs/integrations/spacy.md

390 B

spaCy

spaCy is an open-source software library for advanced natural language processing, written in the programming languages Python and Cython.

Installation and Setup

pip install spacy

Text Splitter

See a usage example.

from langchain.llms import SpacyTextSplitter