Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

The CiteSeer UMD collection is a standard text document collection, consisting of abstracts of research articles from Computer Science, which are sampled from the CiteSeer

The CiteSeer UMD collection is a standard text document collection, consisting of abstracts of research articles from Computer Science, which are sampled from the CiteSeer digital library.

Tasks:

  1. Write a program that preprocesses the collection. This preprocessing stage should specifically include a function that tokenizes the text. In doing so, tokenize on whitespace and remove punctuation. For this task, please use your own implementation of a tokenizer.

  2. Determine the frequency of occurrence for all the words in the collection. Answer the following questions:

    1. What is the total number of words in the collection?

    2. What is the vocabulary size? (i.e., number of unique terms).

    3. What are the top 20 words in the ranking? (i.e., the words with the highest

      frequencies).

    4. From these top 20 words, which ones are stop-words?

    5. What is the minimum number of unique words accounting for 15% of the total

      number of words in the collection? Example: if the total number of words in the collection is 100, and we have the fol- lowing word-frequency pairs:

      The 20 of 10 a 10 date 8

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Objects And Databases International Symposium Sophia Antipolis France June 13 2000 Revised Papers Lncs 1944

Authors: Klaus R. Dittrich ,Giovanna Guerrini ,Isabella Merlo ,Marta Oliva ,M. Elena Rodriguez

2001st Edition

ISBN: 3540416641, 978-3540416647

More Books

Students also viewed these Databases questions

Question

4. Evaluation is ongoing and used to improve the system.

Answered: 1 week ago

Question

6. Effectively perform the managers role in career management.

Answered: 1 week ago