tokenize_bert returns are hard to work with when tidying. Let's do better: - [x] Include the token names in the simplified return (as a separate component, perhaps?) - [x] Get rid of the simplify parameter. - [x] Add a class to the ouptut. - [x] Update the help to better reflect the current state. - [ ] Consider a print method.
tokenize_bert returns are hard to work with when tidying. Let's do better: