gramex-nlg
gramex-nlg copied to clipboard
Functionality to understand derived quant
We would like to have a functionality where we can identify derived quants from the dataframe.
For example, the length of the dataframe.
This functionality should move to numerizer
. Specifically, the nlg.utils.infer_quant
function (present in the jd-tmpl-interface branch) should use numerizer.numerize
.
This will also mean making numerizer a dependency of NLG.
@samrudh can you please help with this?