rashad101/RoMe

Readme missing some installation steps

vasanthsarathy opened this issue · 1 comments

While trying to install RoMe, I came across a few more things I needed to do to get it to work on my machine:

  1. Download stanza model, by opening up a python interpreter, and:
import stanza
stanza.download('en')
stanza_nlp = stanza.Pipeline('en')
  1. Download pretrained fasttext bin and vec files

Maybe worthwhile putting this into the README file. :)

Hi Vasanthsarathy,

I just fixed the issue. Thanks for suggestion.

Best regards,
Rashad