PredPatt
PredPatt copied to clipboard
PredPatt: Predicate-Argument Extraction from Universal Dependencies
Hello, It looks like PredPatt was written in Python2.7, but some of its required packages such as concrete and jpype1 require Python3 to install. I think I'd need to install...
I am interested in using PredPatt on my project. Do you plan to release this library on PyPI? It would be very helpful if you do that because it simplifies...
The paper https://www.aclweb.org/anthology/W17-6944 makes some references to parts of the repo that do not seem to exist anymore, is there somewhere i could find those? Specifically i would like to...
I encountered a strange problem while parsing a particular sentence. Consider: ``` conll_example = ''' 1 The _ DET DT _ 2 det _ _ 2 action _ NOUN NN...
In order to make the installation work on OSX Mojave, I have noticed that first you have to run the command: "export CFLAGS='-stdlib=libc++' "
In UD-r2.2, to accomodate the use of empty nodes for the analysis of ellipsis in enhanced dependencies, the HEAD(gov in code) column is set to _. This throws an error...
Look at "input_text_1" and "input_text_2". There are some obvious spelling errors in the input sentence. There is a fatal error, when processing with PredPatt.from_sentence(sen). However, when using parse tree with...