0.1.6 • Published 8 years ago

qtypes v0.1.6

Weekly downloads
1,194
License
MIT
Repository
github
Last release
8 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

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.1

8 years ago

0.1.0

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago