The Delimiter Crisis of '23
Closed this issue · 1 comments
jjoeldaniel commented
Current Case
We split our input string into a vector of words.
Problem
When extracting content-phrases, this means the function has no knowledge of delimiters. This creates a high possibility of illegal key-phrases being extracted across delimiters (commas and periods).
jjoeldaniel commented