petrarch2 icon indicating copy to clipboard operation
petrarch2 copied to clipboard

Another next-generation event coding platform.

Results 13 petrarch2 issues
Sort by recently updated
recently updated
newest added

Hi, I was trying to use PETRARCH2 with newer version of CoreNLP specially Stanza. It also includes new pipeline which is robust and based on Neural Networks. The parse tree...

I am trying to use PETRARCH and the output file is empty. I tried to use a single sentence from the file GigaWord.sample.PETR. in particular """ Israel on Wednesday released...

In the `check_date` function, there are lines of code [here](https://github.com/openeventdata/petrarch2/blob/master/petrarch2/PETRtree.py#L424), [here](https://github.com/openeventdata/petrarch2/blob/master/petrarch2/PETRtree.py#L427),[here](https://github.com/openeventdata/petrarch2/blob/master/petrarch2/PETRtree.py#L430), and [here](https://github.com/openeventdata/petrarch2/blob/master/petrarch2/PETRtree.py#L431) that compare integers with string using a value comparison. The `date` attribute of the `NounPhrase` class and...

In the read_verb_dictionary function of the PETRreader.py file, when reading a pattern line(from line 860 to line 956), i had found a difference between "#pre-verb prepositional phrase" and "#post-verb prepositional...

When using the petratch output, it would be helpful to make the output python friendly and json. Currently, the petrarch output is a Python specific. Can we make the output...

Trying to run some sample data to explore the phrase extraction pieces. I'm using the following data: ``` {'abc123': {'meta': {'date': '20010101'}, 'sents': {0: {'content': u'At least 37 people are...

Right now the code will not create the plural for multi-word synset nouns, such as "WRITTEN_AGREEMENT" and "DIFFERENCE_OF_OPINION_". For the second example, i know that we do not want to...

The functions that @philip-schrodt wrote to extract verb and actor phrases from coded sentences need documentation and unit tests.

Don't really want to write every event/sentence to `stdout` all the time. Would be nice to have an arg to control that.

enhancement

There are still an assortment of these -- very low probability contingencies, probably -- but they should go to the log, since generally no one is watching the screen except...