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

Hello! So, i'm trying to run python-sutime but i keep getting this error: `"RuntimeError: Not all necessary Java dependencies have been downloaded!"` The picture below are from my files after...

In sutime.py, there are certain jar files which are marked as required, and in jars those files have been updated and therefore now sutime.py is showing error, so to resolve...

During a recent deploy the jpype1 lib was automatically updated and our systems integrated with SUTime started to crash with the following exception: TypeError json in loads error the JSON...

why the library is running so much slow?, https://github.com/emerging-welfare/nextflow_test/blob/0884930d98df1f78b56d1a4c60a5e96289ead9f8/bin/temporalTagger.py#L1-L34 ``` CPU times: user 2.55 s, sys: 614 ms, total: 3.17 s Wall time: 3min 11s the output as following, [main]...

I want to identify name , address from given Japanese text using python libraries import spacy nlp = spacy.load('xx_ent_wiki_sm') sentence = "私の名前はサイキランです" doc = nlp(sentence) print(doc.ents

Installed all of the jars in the pom and kept getting an error says the dependencies didn't line up. Looks like the required jars in sutime.py are not aligned with...

Why it is not working by just replacing ThreadPoolExecutor with ProcessPoolExecutor? @FraBle Can you please look at this and reply as soon as possible? Thank you. Here is a code...

I try to download the pom.xml file and put it inside the sutime package, and run the next command. but when i try to run the python script, same issue...

I've started the jvm before calling sutime with jvm_started=True but the process just gets killed (interrupted by signal 11: SIGSEGV). Any idea how to resolve this?

I previous think that the model can be pre-load. But after test (create an sutime api in django), the model can't pre-load in memory, is there any other solution?