1

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?

George L
  • 1,673
  • 2
  • 26
  • 39

1 Answers1

1

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.

pchaigno
  • 11,313
  • 2
  • 29
  • 54