I have a sentence which looks like this:
“Hello brown fox.” Did you like that?
I would like AIML to know to split the sentence between ‘fox’ and ‘Did.’ Currently, it does not do that since `”` is not a sentence splitter.
However, if it were a sentence splitter, then this sentence would fail:
I never liked “brown” foxes.
Wondering if I should / can substitute `.”` with something like “splitquote” and make “splitequote” the sentence spitter. Then denormalize potentially.