JingL

Results 17 comments of JingL

@klueska I uninstalled the libnvidia-container1, but I still got the same error. I am not on a DGX machine. This is the list of Nvidia packages from "dpkg -l '*nvidia*'"...

@klueska Mine shows: nvidia-container-runtime | 3.4.0-1 | https://nvidia.github.io/nvidia-container-runtime/stable/ubuntu18.04/amd64 Packages nvidia-container-runtime | 3.3.0-1 | https://nvidia.github.io/nvidia-container-runtime/stable/ubuntu18.04/amd64 Packages nvidia-container-runtime | 3.2.0-1 | https://nvidia.github.io/nvidia-container-runtime/stable/ubuntu18.04/amd64 Packages nvidia-container-runtime | 3.1.4-1 | https://nvidia.github.io/nvidia-container-runtime/stable/ubuntu18.04/amd64 Packages nvidia-container-runtime | 3.1.3-1...

I figured out that in my case the problem is the version 1.2.0+ds-0lambda1 of libnvidia-container1 is automatically installed. sudo apt-cache madison libnvidia-container1 libnvidia-container1 | 1.3.0-1 | https://nvidia.github.io/libnvidia-container/stable/ubuntu18.04/amd64 Packages libnvidia-container1 |...

@AlexMikhalev It seems that the nvidia-container-runtime of version 3.1.4 is to be installed, probably you can try to manually install version 3.4.0 by running: `sudo apt-get install -y nvidia-container-runtime=3.4.0` And...

Hi Andy, The error is caused by the fact that Stanford CoreNLP processes both "text" and "parse" elements in the GigaWord.sample.PETR.xml. I have fixed the errors. Please try `run_sentence.sh GigaWord.sample.PETR.xml`...

Hi Andy, I think it is because of the mismatch of udpipe version and language model version. I am using udpipe-1.0.0 and language model with UD 1.2 ( [http://ufal.mff.cuni.cz/udpipe/users-manual#universal_dependencies_12_models](url)) This...

@khaledJabr For the second problem, you missed an argument. You have to specify the language of the input file, the value is EN, ES or AR. Please run `./run_sentence.sh GigaWord.sample.PETR.xml...

@khaledJabr For the first problem, I can run the code on my machine without any error. May I know which version of Stanford CoreNLP are you using?

@khaledJabr I updated run_document.sh, right now this script also requires an input argument to specify the language. please try `./run_document.sh Sample_english_doc.xml EN` again. I was not able to download CoreNLP...

The sentence object in PETRgraph.py has an entry [triplets](https://github.com/openeventdata/UniversalPetrarch/blob/1bd1b9efb6d50f4f2bd4a1e949891173406cf10a/UniversalPetrarch/PETRgraph.py#L555) that can be used for debugging. Here is an example of sentence: The Syrian Observatory for Human Rights, a UK-based group...