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
Thanks for the feature request. I'll have to have a look to see how the tokeniser works again. But I don't think it should be an issue. If you use a regular expression, can't you tokenise the string as desired?
Good code.
require 'words_counted'
counter = WordsCounted.count("私の见た寿司の神の映画、だから私も恋に落ちて寿司")
puts counter.token_frequency
then ,puts:
だから私も恋に落ちて寿司
1
私の见た寿司の神の映画
1
[Finished in 0.1s]
The text was updated successfully, but these errors were encountered: