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

Couldn't install the demo #30

Open
hosamshahin opened this issue Apr 24, 2016 · 1 comment
Open

Couldn't install the demo #30

hosamshahin opened this issue Apr 24, 2016 · 1 comment

Comments

@hosamshahin
Copy link

Hi,

If anyone still maintaining this project, I could install the data server using 'make' command. But when I tried to install the first demo by using 'make demo' I got the following error:

Traceback (most recent call last):
File "bin/read_mallet.py", line 85, in
main()
File "bin/read_mallet.py", line 82, in main
ImportMalletLDA( args.app_name, args.model_path, args.corpus_path, args.database_path, args.quiet, args.overwrite )
File "bin/read_mallet.py", line 62, in ImportMalletLDA
bow_computer.Execute()
File "/home/hshahin/workspaces/termite-data-server/bin/db/BOW_ComputeStats.py", line 44, in Execute
self.ComputeAndSaveSentenceLevelStatistics()
File "/home/hshahin/workspaces/termite-data-server/bin/db/BOW_ComputeStats.py", line 132, in ComputeAndSaveSentenceLevelStatistics
corpus = { docID : docTokens for docID, docTokens in reader }
File "/home/hshahin/workspaces/termite-data-server/bin/db/BOW_ComputeStats.py", line 132, in
corpus = { docID : docTokens for docID, docTokens in reader }
File "/home/hshahin/workspaces/termite-data-server/bin/db/BOW_ComputeStats.py", line 55, in ReadCorpus
with open( filename, 'r' ) as f:
IOError: [Errno 2] No such file or directory: 'apps/temp_20160423_203727_860397_3120/data/sentences.txt'

Any idea how to solve this issue.

@hosamshahin hosamshahin changed the title Couldn't install Couldn't install the demo Apr 24, 2016
@bojeanson
Copy link

Check that you will find the reason. I think you should try with your own dataset.

#20

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

2 participants