Skip to content

sensein/readnet_survey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

ReadNet survey

Project Overview

This repository contains an explorative analysis of the ReadNet questionnaires. The goal is to preprocess and analyze the close responses and the textual responses from the questionnaires using natural language processing (NLP) techniques.

Environment Setup

To set up the environment, follow these steps:

Create and Activate Conda Environment

conda create --name questionnaire python=3.11 -y
conda activate questionnaire
pip install -r requirements.txt

Install Required NLP Packages

Download necessary NLP models and resources:

python -m spacy download en_core_web_sm
python -m nltk.downloader punkt
python -m nltk.downloader stopwords

Usage

After setting up the environment, you can proceed with data preprocessing and analysis using the provided scripts.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published