Closed nicksunderland closed 1 year ago
https://github.com/GateNLP/python-gatenlp/blob/2f8c14626af592b27d976587b6265258be7b9d0a/gatenlp/pam/pampac/pampac_parsers.py#L742
fix: ret = self.parser.parse(location, context) #.issuccess()
??
That looks like a typo, thanks. Demonstrates, that we need way more unit tests for the pampac code!
Fixed on branch main
main
https://github.com/GateNLP/python-gatenlp/blob/2f8c14626af592b27d976587b6265258be7b9d0a/gatenlp/pam/pampac/pampac_parsers.py#L742
fix: ret = self.parser.parse(location, context) #.issuccess()
??