djbpitt / scala-graphing-sandbox

2 stars 0 forks source link

Add complex objects for tokens #2

Closed djbpitt closed 1 year ago

djbpitt commented 1 year ago

Currently we tokenize and normalize and operate with just the normalized values. CollateX holds original and normalized versions of each token as a complex object and currently ignore the non-normalized version after normalization. We need to get back to the non-normalized tokens for eventual output.

djbpitt commented 1 year ago

Done