Ask a question to get started
Enter to sendā¢Shift+Enter new line
analyze_text( text: str, complexity_metrics: bool = True, visualize: bool =
text
str
The text to analyze.
complexity_metrics
bool
True
Whether to compute complexity metrics.
visualize
Whether to visualize the text.
nlp
spacy.lang
None
output_dir
Analyze text using textstat and spacy.
The spacy language model to use for visualization.
The directory to save the visualization files to.