hello, i have some trouble in cmu slm toolkit
i've installed slm toolkit in my ubuntu, i got some trouble with syntax text2idngram and text2wngram
before it im have doc.txt and compile it with syntax text2wfreq and wfreq2vocab perhaps its works, and then after it in text2idngram and text2wngram im have some trouble in my terminal like this
Initialising hash table...
Reading vocabulary...
Allocating memory for the n-gram buffer...
Reading text into the n-gram buffer...
20,000 n-grams processed for each ".", 1,000,000 for each line.
Sorting n-grams...
Writing sorted n-grams to temporary file /usr/tmp/text2idngram.temp.aska.13364.1
rr_fopen: problems opening /usr/tmp/text2idngram.temp.aska.13364.1 for "w".
can you help me to fix it?
many thanks
Askarya
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hello, i have some trouble in cmu slm toolkit
i've installed slm toolkit in my ubuntu, i got some trouble with syntax text2idngram and text2wngram
before it im have doc.txt and compile it with syntax text2wfreq and wfreq2vocab perhaps its works, and then after it in text2idngram and text2wngram im have some trouble in my terminal like this
Initialising hash table...
Reading vocabulary...
Allocating memory for the n-gram buffer...
Reading text into the n-gram buffer...
20,000 n-grams processed for each ".", 1,000,000 for each line.
Sorting n-grams...
Writing sorted n-grams to temporary file /usr/tmp/text2idngram.temp.aska.13364.1
rr_fopen: problems opening /usr/tmp/text2idngram.temp.aska.13364.1 for "w".
can you help me to fix it?
many thanks
Askarya
Create folder /usr/tmp and make it writable for everybody.
thanks for helping, it works