Tags: accelerated-text/numberwords
Tags
Bitesize formatting (#6) * feat: format numbers to bitesize representations (1000 –> 1k) * refactor: split monolith approximation result into separate functions * refactor: change interface, abandon functoin which does it all * refactor: remove unused spec and functions * refactor: simplify numeric relations calculation * refactor: add specs to all interface functions * test: update tests * refactor: move spec to 'domain' ns; do not use sets expression config * feat: add number conversion to a desired precision * refactor: functions accept all config parameters at the end of the list * feat: have one entry function with defaults * refactor: update java interface * doc: update documentation * feat: add deploy task