0.1.6 • Published 9 years ago

qtypes v0.1.6

Weekly downloads
1,194
License
MIT
Repository
github
Last release
9 years ago

qTypes

This is a real simple rule based question classifier inspired by this paper.

http://cogcomp.cs.illinois.edu/Data/QA/QC/definition.html

Using Trec 10 Labled questions from : http://cogcomp.cs.illinois.edu/Data/QA/QC/

Usage

npm install qtypes

API

classify("How many steps from here to Alaska?"); 
// NUM:count

questionType("How many steps from here to Alaska?"); 
// WH
Returns 
	- CH: Choice or Alternate Question
  - WH: QWord Question
  - YN: Yes/No Question
  - TG: Tag Question

assert("file", callback)

See the test file for an example.

Results in sample questions are roughtly 80+% on course features and 75% on finer sub categories

{ coarse: 80.19603920784157, fine: 71.37427485497099 }
1.0.0-alpha1

9 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.9

11 years ago

0.0.8

11 years ago

0.0.7

11 years ago

0.0.6

11 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago