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
Would be great to do something like tokens = t.tokenize(input), as there's no async logic but it requires a callback. I don't know the best way to implement it, but maybe it could return an array of Tokens.
The text was updated successfully, but these errors were encountered:
Would be great to do something like
tokens = t.tokenize(input)
, as there's no async logic but it requires a callback. I don't know the best way to implement it, but maybe it could return an array of Tokens.The text was updated successfully, but these errors were encountered: