Skip to content
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

Error occurs when I run demo.py infovis gensim #24

Open
SeanWhipple opened this issue Apr 4, 2015 · 2 comments
Open

Error occurs when I run demo.py infovis gensim #24

SeanWhipple opened this issue Apr 4, 2015 · 2 comments

Comments

@SeanWhipple
Copy link

I ran the command specified in the subject and I get the following error:

IOError: [Errno 2] No such file or directory: 'apps/temp_20150404_191841_724859_8621/data/sentences.txt'

I'm trying to figure out how to import a gensim LDA model into the data server for visualization. Could you expand on the proper method of doing this? I have a fitted LDA gensim model pickeled off, just need to get it into the server

@jcchuang
Copy link
Member

Sounds like the included JAR files weren't executed. Termite relies on SentenceSplitter.jar to separate each document into individual sentences. Try running make in folder utils/corenlp and recompiling the JARs. Rerun the demo and see if it fixes the issue.

@ianmilligan1
Copy link

make didn't work on its own for me, but running

make clean all

in utils/corenlp did the trick.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants