Package 'EduTestTextAnalysis'

Title: Predicting multiple-choice item difficulty from text
Description: The package provides a 'ShinyItemAnalysis' module for text analysis of multiple-choice items from Czech Matura exam.
Authors: Jan Netik [aut] , Jana Dlouha [aut], Patricia Martinkova [aut, cre] , Lubos Stepanek [ctb]
Maintainer: Patricia Martinkova <[email protected]>
License: GPL (>= 3)
Version: 0.1.9
Built: 2025-02-20 21:18:09 UTC
Source: https://github.com/siaverse/EduTestTextAnalysis

Help Index


Extract tokens from a corpus

Description

This function takes a corpus and extracts tokens from it after removing punctuations, symbols, numbers, and URLs. Additionally, it removes specific patterns from the tokens.

Usage

extract_tokens(corp)

Arguments

corp

A corpus from which tokens need to be extracted.

Value

A list of tokens.


Function to calculate the percentile for a given value and feature

Description

Function to calculate the percentile for a given value and feature

Usage

get_ref_vals(data = reference_values, element, feature, new_value)

Title of the module

Description

Here goes the description.

Author(s)

Here goes the author(s) information.


Title

Description

Title

Usage

text_readability(text)

Arguments

text