CSC352 Project 1
This project is due TBA. You can work individually or in pairs. If you work in pairs, you have to spend the majority of the time working together on the programming and analysis.
Under Construction! Not released officially!
Contents
Introduction
This project is an extension of Problem 2 of Homework #2, but with a few differences.
- You need to implement both the multiprocessing and threaded versions of the program (you can use the solution programs that will be made available as soon as Homework 2 is graded).
- The program will analyze each document received and will compute the frequency of occurrence of each word and rank the words by frequency, from most frequent to least frequent. It will
Additional Information
- Word Frequency using Python
- Use Python to Detect the Most Frequent Words in a File
- List of English Stop Words
- What is a Stop Word?