Ask a question to get started
Enter to sendā¢Shift+Enter new line
Analyze text using textstat and spacy.
analyze_text( text: str, nlp: Any = None, textstat: Any = None ) -> dict
text
str
The text to analyze.
nlp
spacy.lang
None
The spacy language model to use for visualization.
textstat
Any
The textstat library to use for complexity metrics calculation.