roman-kutlak/nlglib

AdverbPhrase method name inconsistency in visitors.ReprVisitor

KeshiChen opened this issue · 2 comments

Method name should be adverb_phrase, instead of advp.
It causes arrtibute not found error when calling AdverbPhrase() method

Error Message: 'ReprVisitor' object has no attribute 'adverb_phrase'

Hi, thanks for reporting this and for the PR. I have merged it and will try to update pypi over the weekend.