nielstron / quantulum3

Library for unit extraction - fork of quantulum for python3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enable adding custom units and entities to quantulum

nielstron opened this issue · comments

Is your feature request related to a problem? Please describe.
There may be very specific units to some contexts which are not yet (or should not be) supported by the default quantulum distribution.

Describe the solution you'd like
A simple way to add custom units and entities to be parsed (and consequently one to remove them as well)
(i.e. parser.add_unit(...), parser.remove_unit(...))

Describe alternatives you've considered
None

Additional context
#135

solved by #225