-
Notifications
You must be signed in to change notification settings - Fork 382
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MacOS #17
Comments
I met this too, but it seems TinySVM is to be blamed. |
Hey, guys, good news for Mac users! I ended up being able to build on Mac (10.12.6) by doing the following: Download TinySVM and unzip it to the folder of twitter_nlp-master: Change build.sh in twitter_nlp-master as below: Then change the python/cap/build.sh into like below: c++ -o cap_classify cap_classify.cpp -ltinysvm Then run Dont forget to install tinysvm anyway using : This works! Hope this helps. |
Hello, is it possibile to use this tool on MacOS or it runs only on Linux?
I read that Linux is a requirement but I tried anyway to run it and I got an error at compile time:
Is this related to MacOS?
The text was updated successfully, but these errors were encountered: