CareerflowRole: AI EngineerSeptember 2026
Interview question
How would you split an unstructured job-description text blob received through an API into sentences when it has no HTML, Markdown, newlines, paragraph boundaries, or explicit separators? Which library or function would you use?
Follow-up questions
- How does NLTK's sentence tokenizer work? Does it only split at punctuation such as commas and full stops, or does it do more?