"hello", "there", "dude"
"O'Neil's"
→ "O", "Neil"
"PowerShot"
→ 0:"Power", 1:"Shot"
(0 and 1 are the token positions)"PowerShot"
→ 0:"Power", 1:"Shot" 1:"PowerShot"
"A's+B's&C's"
-gt; 0:"A", 1:"B", 2:"C", 2:"ABC"
"Super-Duper-XL500-42-AutoCoder!"
→ 0:"Super", 1:"Duper", 2:"XL", 2:"SuperDuperXL", 3:"500" 4:"42", 5:"Auto", 6:"Coder", 6:"AutoCoder"
|
|