Class TextSplitter
java.lang.Object
org.springframework.ai.transformer.splitter.TextSplitter
- Direct Known Subclasses:
TokenTextSplitter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setCopyContentFormatter
(boolean copyContentFormatter) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.ai.document.DocumentTransformer
transform
-
Constructor Details
-
TextSplitter
public TextSplitter()
-
-
Method Details