You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, @Tessmore
First of all your library is quite helpful, nice work.
I was working with this code and got some unexpected results.
code:
const sbd = require('sbd');
const ans = '<birthday**%^today )'
const ann = sbd.sentences(ans, {sanitize: true});
console.log(ann);
console.log('answer should be: ', 'birthday**%^today')``
So as expected we should have got something like <>birthday**%^today but when I run this I am getting an empty list.
Denoting it lost the next words in parsing.
Any ideas about this?
The text was updated successfully, but these errors were encountered:
Hi, @Tessmore
First of all your library is quite helpful, nice work.
I was working with this code and got some unexpected results.
code:
So as expected we should have got something like
<>birthday**%^today
but when I run this I am getting an empty list.Denoting it lost the next words in parsing.
Any ideas about this?
The text was updated successfully, but these errors were encountered: