aboutsummaryrefslogtreecommitdiff
path: root/test/test_classifier.rb
AgeCommit message (Expand)Author
2012-08-03Move shebang detection into classifierJoshua Peek
2012-07-23Rename samples subdirectoriesJoshua Peek
2012-07-23Seperate test file for samplesJoshua Peek
2012-07-23Store md5 in samples dbJoshua Peek
2012-07-23Make classify a function on the ClassifierJoshua Peek
2012-07-23Move outdated check to samplesJoshua Peek
2012-07-23Rename Sample -> SamplesJoshua Peek
2012-07-23Load classifer db into sample data hashJoshua Peek
2012-07-23Remove gc for nowJoshua Peek
2012-07-23Move db verification into testsJoshua Peek
2012-07-23Compare md5s of dbsJoshua Peek
2012-07-20Sample returns simple hash objectsJoshua Peek
2012-07-20Change Classifier to accept language name StringsJoshua Peek
2012-07-20Pending samples work nowJoshua Peek
2012-07-20Add tokenize helper to Tokenize classJoshua Peek
2012-06-22Move test fixtures to samples/Joshua Peek
2012-06-21Guard against classify nil dataJoshua Peek
2012-06-20Verify classifer countsJoshua Peek
2012-06-20Skip pending testsJoshua Peek
2012-06-19Test classifier on ambiguous languagesJoshua Peek
2012-06-19Warn if classifier instance is out of dateJoshua Peek
2012-06-19Allow classifer languages to be scopedJoshua Peek
2012-06-19Allow tokens to be passed directly to classifyJoshua Peek
2012-06-08GC classifier dbJoshua Peek
2012-06-08Dump classifier resultsJoshua Peek
2012-06-08Fix test nameJoshua Peek
2012-06-07Add simple classifierJoshua Peek