How to get all possible tokenization for an input sentence? #38
Replies: 1 comment
-
TokenMonster does not do this. There would be hundreds of them even for "Hello world!" (e.g. every letter, one with 2 letters, etc.) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am trying to understand tokenmonster, for my analysis, I need to get all possible tokenization that tokenmonster can generate given a sentence.
for eg. hello world!!, can tokenmonster give all possible tokenization like, "hello" + "world" + "!"+"!" as well as "hello world" + "!" + "!"
Beta Was this translation helpful? Give feedback.
All reactions