Skip to content

Siyavula/CognitiveLevelPredictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Siyavula Cognitive Level Predictor for Fullmarks

This module contains functions that takes a fullmarks assesment item and tries to predict the cognitive level of the question as specified by the Blooms system based on keywords in the text.

Usage

import CLPredictor as coglev

# read the html content as a string
html = open('question.html', 'r').read()

text = coglevel.getText(html)
bloomlevel = coglevel.getBloomsLevel(text)

# get the Bloom's label for the level
label = coglev.getBloomsLabel(bloomlevel)

This is bound to change soon.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages