Move classifer db to samples.yml

This commit is contained in:
Joshua Peek
2012-07-23 13:05:08 -05:00
parent 3172bf5b46
commit 97ae7c1a11
3 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ module Linguist
# Language bayesian classifier.
class Classifier
# Internal: Path to persisted classifier db.
PATH = File.expand_path('../classifier.yml', __FILE__)
PATH = File.expand_path('../samples.yml', __FILE__)
# Public: Check if persisted db exists on disk.
#