matthewruttley / mozmeasure

Tests URL classification algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mozmeasure

Tests URL classification algorithms

###Installation

###To run:

  • node runTests.js

###Requires:

  • a corpus of URLs, we are using data from moreover

###To add a new algorithm:

  • create a new js file in /algorithms
  • this must contain a setup() and classify() function
  • the setup file will be run before all testing is done
  • the classify function must accept a url and optional title, and return an array of strings

About

Tests URL classification algorithms


Languages

Language:JavaScript 97.9%Language:CSS 2.1%