You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently volume parsing isn't implemented. This implements the volume dimension.
Check the documentation here for more information on creating a custom dimension.
Examples (if relevant)
This should be used as follows:
frommaha.parsers.functionsimportparse_dimensionsample_text="الف وعشر لترات او مئة جالون او 44.5 متر مكعب"result=parse_dimension(sample_text, volume=True)
assertlen(result) ==3
Definition of Done
It must adhere to the coding style used in the defined dimensions, preferably duration/time dimension.
The implementation should cover most use cases.
The value of each result should be an instance of ValueUnit.
The text was updated successfully, but these errors were encountered:
What problem are you trying to solve?
Currently volume parsing isn't implemented. This implements the volume dimension.
Check the documentation here for more information on creating a custom dimension.
Examples (if relevant)
This should be used as follows:
Definition of Done
duration
/time
dimension.ValueUnit
.The text was updated successfully, but these errors were encountered: