amazon-science / ReFinED

ReFinED is an efficient and accurate entity linking (EL) system.
Other
196 stars 40 forks source link

pynini as requirement for macos with M1 can not be installed #2

Closed bablf closed 2 years ago

bablf commented 2 years ago

As a fix, you can remove it from the requirements.txt and replace it with boto3, which is needed to run demo.py.

demo.py is still downloading, so I might run into issues with this down the line. Just a quickfix that might help others.

tayoola commented 2 years ago

Thank you for this. You are correct, pynini is not currently needed to run the ReFinED model. I will remove this from the requirments.txt in the next release.

tayoola commented 2 years ago

Hi, I have updated the README for this (https://github.com/amazon-science/ReFinED/blob/main/README.md). Thanks.