When I run bundle exec linguist --breakdown
on the root directory, I get the following error:
No such file or directory @ rb_sysopen - /Users/George/linguist/lib/linguist/samples.json (Errno::ENOENT)
How can I correct this?
When I run bundle exec linguist --breakdown
on the root directory, I get the following error:
No such file or directory @ rb_sysopen - /Users/George/linguist/lib/linguist/samples.json (Errno::ENOENT)
How can I correct this?
By executing bundle exec rake samples
in the linguist directory.
This step is required to generate the samples.json
file which contains condensed information on sample files for the Bayesian classifier.