Skip to content

This repository contains my solution to the application assignment for the Data Science master at the University of Amsterdam

Notifications You must be signed in to change notification settings

LHFO94/DataScience-master-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Master's application

This script was written for my application to the Data Science Msc at the Uva. It takes a text file provided and processes them into a dictionary structure of which the key is a word from the text and its value a linked list that shows the orrurances of the same word in other articles. It finally plots the values to show the distribution of word frequencies. This repository contains the following files:

  • A .text file containting the articles that need to be processed
  • A .PY file containting the script

About

This repository contains my solution to the application assignment for the Data Science master at the University of Amsterdam

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages