Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8020387
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T21:40:52+00:00 2026-06-04T21:40:52+00:00

How are the term frequencies (TF), and inverse document frequency (IDF), affected by stop-word

  • 0

How are the term frequencies (TF), and inverse document frequency (IDF), affected by stop-word removal and stemming?

Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T21:40:53+00:00Added an answer on June 4, 2026 at 9:40 pm

    tf is term frequency
    idf is inverse document frequency which is obtained by dividing the total number of documents by the number of documents containing the term, and then taking the logarithm of that quotient.

    stemming effect is grouping all words which are derived from the same stem (ex: played, play,..), this grouping will increase the occurrence of this stem because frequencies are calculated using stem not words,
    For example, if you have 2 documents:
    the first one contains ‘play’ 2 times and ‘played’ 5 times,
    and the second document contains ‘play’ 3 times and ‘played’ 1 time
    if you do a search for ‘play’ without stemming the second document will be first because it has more occurrence of the word ‘play’, while if you do stemming, both words will be ‘play’ after stemming and the first document will be first cause it contains the stem play 7 times and the second document contains the stem play 4 times.

    Concerning stopwords removal, it is found frequently in all document and isn’t consider as a keyword for any of them, it will have high freq without any scene.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to get the most occurring term frequencies for every particular document
// Calculating term frequency System.out.println(Please enter the required word :); Scanner scan = new
// Calculating term frequency System.out.println(Please enter the required word :); Scanner scan = new
// Calculating term frequency int filename = 11; String[] fileName = new String[filename]; int
Is there a fast and easy way of getting term frequencies from a Lucene
A term that I see every now and then is Cyclomatic Complexity. Here on
The term test case used a lot, but what does it actually mean? Test
The Term::Size-module jumbles up the encoding. How can I fix this? #!/usr/bin/env perl use
I came across this term - Quine (also called self-reproducing programs). Just wanted to
God I hate the term code smell, but I can't think of anything more

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.