:mod:`langchain_community.document_loaders.text`.TextLoader ================================================================== .. currentmodule:: langchain_community.document_loaders.text .. autoclass:: TextLoader .. rubric:: Methods .. autosummary:: ~TextLoader.__init__ ~TextLoader.lazy_load ~TextLoader.load ~TextLoader.load_and_split .. automethod:: TextLoader.__init__ .. automethod:: TextLoader.lazy_load .. automethod:: TextLoader.load .. automethod:: TextLoader.load_and_split .. example_links:: TextLoader