Yunzhi Yao

Results 3 issues of Yunzhi Yao

nlp = absa.load() text = ("We are great fans of Slack, but we wish the subscriptions " "were more accessible to small startups.") slack, price = nlp(text, aspects=['slack', 'price']) It...

```python definitions = parser.fetch("phone number") `AttributeError Traceback (most recent call last) in ----> 1 definitions = parser.fetch("phone number") C:\ProgramData\Anaconda3\lib\site-packages\wiktionaryparser.py in fetch(self, word, language) 258 self.current_word = word 259 self.clean_html() -->...

bug

I rerun the code in the IR repo. However, I just get the result 22%, which is far lower than the 34% in the paper for USMLE. Is there any...