ctparse icon indicating copy to clipboard operation
ctparse copied to clipboard

Parse natural language time expressions in python

Results 8 ctparse issues
Sort by recently updated
recently updated
newest added

* ctparse - Parse natural language time expressions in pytho version: 0.3.0 * Python version: 3.8 * Operating System: macOS BigSur ### Description Time intervals where first int is larger...

* ctparse - Parse natural language time expressions in python version: * Python version: 3.8 * Operating System: Win10 ### Description When calling `ctparse("1 hour and 42 minutes")` I expected...

Those are the parses: ``` for parse in ctparse.ctparse_gen("from Tuesday to Friday", datetime.datetime(year=2018, month=8, day=16), relative_match_len=1.0, max_stack_depth=0, timeout=0): print(parse) ``` ``` 2018-08-21 X:X (X/X) s=-1.012 p=(101, 102, 135, 102, 'ruleNamedDOW',...

* ctparse - Parse natural language time expressions in Python version: * Python version: 3.10 * Operating System: Linux ### Description Describe what you were trying to get done. Tell...

* ctparse - Parse natural language time expressions in python version: 0.3.6 * Python version: 3.11.1 * Operating System: MacOS ### Description What is the easiest / best way to...

* ctparse - Parse natural language time expressions in python version: 0.3.6. * Python version: 3.9.15 * Operating System: MacOS 13.3.1 ### Description Hi, thanks for making this! I'm trying...

* ctparse - Parse natural language time expressions in pytho version: * Python version: 3.9.7 * Operating System: Mac OS ### Description When parsing time intervals and am/pm is not...

* ctparse - Parse natural language time expressions in pytho version: * Python version: 3.9 * Operating System: Ubuntu 22.04 (WSL2) ### Description Setting `latent_time=False` still uses latent rules (e.g....