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
Nay, never play the brave man, else when you go back home, your own mother
won't know you. But, dear friends and allies, first let us lay our burdens down;
I'm expecting [...{word: 'mother', count: 1}, {word: 'wont', count: 1}...] but get [...{word: 'motherwont', count: 1}...] instead.
There are possible side effects to fixing the culprit, but Parser.removePunctations()should filter on t.isAlnum() or t.isSpace(), not t.isAlnum() or t == ' '.
edit: having problems with Markdown
The text was updated successfully, but these errors were encountered:
Source text (snippet):
I'm expecting
[...{word: 'mother', count: 1}, {word: 'wont', count: 1}...]
but get[...{word: 'motherwont', count: 1}...]
instead.There are possible side effects to fixing the culprit, but
Parser.removePunctations()
should filter ont.isAlnum() or t.isSpace()
, nott.isAlnum() or t == ' '
.edit: having problems with Markdown
The text was updated successfully, but these errors were encountered: