gramener / gramex-nlg

Natural Language Generation for Gramex applications.
Other
24 stars 24 forks source link

Functionality to understand derived quant #9

Open samrudh opened 5 years ago

samrudh commented 5 years ago

We would like to have a functionality where we can identify derived quants from the dataframe.

For example, the length of the dataframe.

jaidevd commented 4 years ago

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?