Tokenize the following sentence:
I think I'm in big trouble.
Instructor solution
Intro to tokenization clip (0:05 - 1:28)
Think you've got it?
Select the best tokenized representation of the following sentence:
The current time is 8:03 a.m., I think.
- A.
[
The
,current
,time
,is
,8:03
,a.m.
,,
,I
,think
,.
] - B.
[
The
,current
,time
,is
,8:03
,a.m.
,I
,think
] - C.
[
The
,current
,time
,is
,8:03
,a.m.,
,I
,think.
]
You may exit out of this review and return later without penalty.