mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Move classifer db to samples.yml
This commit is contained in:
@@ -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.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user