node-cld icon indicating copy to clipboard operation
node-cld copied to clipboard

Offset end of languange

Open kouga00 opened this issue 8 years ago • 0 comments

Hello, Is it possibile adding the end offset of language in chunks model, like this? chunks: [ { name: 'ITALIAN', code: 'it', start: 0, end: 310, bytes: 170 }, { name: 'ENGLISH', code: 'it', start: 315, end: 670, bytes: 236 }, { name: 'ITALIAN', code: 'it', start: 675, end: 800, bytes: 257 } ] Maybe update package with cld v3 can help you

kouga00 avatar Feb 23 '17 10:02 kouga00