| """ | |
| Utility functions for efficient-context. | |
| """ | |
| # Import utilities as needed | |
| from efficient_context.utils.text import ( | |
| split_into_sentences, | |
| get_sentence_importance, | |
| calculate_text_overlap | |
| ) | |
| __all__ = ["split_into_sentences", "get_sentence_importance", "calculate_text_overlap"] |