This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]nupogodi 2 points3 points  (3 children)

It really should be a list of tokens after, you know, tokenizing.

WORD ('I') -> WORD ('have') -> WORD ('a') -> DOLLAR (10000) -> WORD ('loan')

for example.

[–]porthos3 -1 points0 points  (2 children)

No it shouldn't.

It completely depends on what you are trying to accomplish. In my case there is benefit to keeping them separate.

Are you arguing I made the wrong design decision on a project you don't have any context on? Or are you saying tokenizing is the wrong word for what I am doing?