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
when using a custom tokenizer, how would you invoke WordsCount.count? first tokenize the text, then re-join the tokens into a string and run .count on it? Or is there a more efficient way?
when using a custom tokenizer, how would you invoke
WordsCount.count
? first tokenize the text, then re-join the tokens into a string and run.count
on it? Or is there a more efficient way?The text was updated successfully, but these errors were encountered: