impresso / impresso-pycommons

Python module with bits of code (objects, functions) highly reusable within impresso.
http://impresso-pycommons.rtfd.io/
GNU Affero General Public License v3.0
3 stars 3 forks source link

[rebuild] token length has values < 1 #30

Open mromanello opened 5 years ago

mromanello commented 5 years ago

There are tokens with length 0 and even with negative values -1.

e.g. GDL-1799-11-20-a-i0004 {'c': [1203, 2081, 14, 42], 's': 617, 'l': -1} or GDL-1799-12-22-a-i0003 {'c': [1150, 1031, 28, 33], 's': 918, 'l': 0}

This should not be the case.