Alex Hanna
Alex Hanna
Thanks. Tagging this with #15, because most of the changes are Python 3 ports.
Oh, that seems bizarre. We should probably return a Nonetype if this is the case and throw a warning that says something like "No words found in vectorizer."
I think the issue with the JDK has been resolved. CLIFF needs the JDK to run. To get it started without geolocation, you could try commenting out https://github.com/MPEDS/mpeds/blob/73d9fe9563227715dbe6f558e531f55050cf58bb/docker-compose.yml#L3-L7 and https://github.com/MPEDS/mpeds/blob/73d9fe9563227715dbe6f558e531f55050cf58bb/docker-compose.yml#L11-L12...
Sorry for this -- have you installed Git LFS?
Yep, that's right. That's how it works. I think it's generally robust but we ought to test it a bit with some odd edge cases. On Mon, Jun 12, 2017...
You need to make a copy of `config.py-example` and rename it to `config.py`, then change the credentials for your MySQL database.
I think you need to `pip install mysql-python`
Ah, there's your problem. This will only run on Python 2. So you'll have to install Python 2 in a separate location on your machine.