### Goals
- [x] chunked prompts #NitroDigest #Python
### Notes
- created a draft PR for chunked prompts: [https://github.com/Frodigo/garage/pull/113]
### Challenges & solutions
- How to split text into sentences?
- regular expressions
- NLTK
- SpaCy
- pre-trained models
- I used NLTK
### Useful snippets & resources
- [https://medium.com/@ravindul97/sentence-splitting-in-nlp-2948c90de4a2]
- [https://www.nltk.org/api/nltk.tokenize.sent_tokenize.html]
Continuation: [[7. 2025-04-24 - split text into chunks part 3]]