Expand description
I/O utilities for loading text from various sources.
Enums§
- Content
Type - Detect the content type of text (plain text, HTML, etc.)
Functions§
- detect_
content_ type - download_
text_ from_ url - Download text content from a URL
- extract_
text_ from_ html - Extract plain text from HTML content (basic implementation)
- is_url
- Check if a string is a URL (starts with http:// or https://)
- load_
text_ from_ file - Load text from a file path
- normalize_
text - Clean and normalize text content
- save_
text_ to_ file - Save text to a file path