当我在根目录上运行bundle exec linguist --breakdown
时,出现以下错误:
没有这样的文件或目录@ rb_sysopen - /Users/George/linguist/lib/linguist/samples.json(Errno :: ENOENT)
我该如何纠正?
答案 0 :(得分:1)
在语言学家目录中执行bundle exec rake samples
。
此步骤需要生成samples.json
文件,其中包含sample files the Bayesian classifier的精简信息。