python-sutime icon indicating copy to clipboard operation
python-sutime copied to clipboard

Python wrapper for Stanford CoreNLP's SUTime

Results 28 python-sutime issues
Sort by recently updated
recently updated
newest added

Bumps [gson](https://github.com/google/gson) from 2.8.6 to 2.8.9. Release notes Sourced from gson's releases. Gson 2.8.9 Make OSGi bundle's dependency on sun.misc optional (#1993). Deprecate Gson.excluder() exposing internal Excluder class (#1986). Prevent...

dependencies

it echo this error, when i ran "python test_sutime.py" in the /soft/python-sutime-master/sutime/test. ImportError: /soft/anaconda3/lib/python3.6/site-packages/_jpype.cpython-36m-x86_64-linux-gnu.so: undefined symbol: PySlice_Unpack python: Python 3.6.0 |Anaconda 4.3.0 (64-bit)| (default, Dec 23 2016, 12:22:00) [GCC 4.4.7...

Bumps stanford-corenlp from 4.0.0 to 4.4.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=edu.stanford.nlp:stanford-corenlp&package-manager=maven&previous-version=4.0.0&new-version=4.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Thanks for create this package. I am using it with corenlp 3.9.2 just change the following version of jars: ``` _required_jars = { 'stanford-corenlp-3.9.2-models.jar', 'stanford-corenlp-3.9.2.jar', 'gson-2.8.5.jar', 'slf4j-simple-1.7.25.jar' } ``` But...

I wanted to suppress the log statements on the console, as it adds disturbance in the output stdout. Can someone please let me know how can I suppress the [main]...

``` $ python -c 'import importlib; import pathlib; print(pathlib.Path(importlib.util.find_spec("sutime").origin).parent / "pom.xml")' Traceback (most recent call last): File "", line 1, in AttributeError: module 'importlib' has no attribute 'util' ``` Python...

I created a german ruleset and try to use it. The problem is if I change the sutime.py language to german it still loads the English rules. Has anybody a...

hi, love this repo. very useful. anyone seen this weird behaviour? I get no result for 'monday next week' while I do get result for any other day next week....

I am using Google Colab and trying to use Stanford sutime library inside a function that is being called by pyspark. This function takes a row of a given RDD...