login

Text Categorization based on Weighted Inverse Document Frequency

Published 17 March 1994
Takenobu Tokunaga, Makoto Iwayama
Citations93

TL;DR

WIDF is an extension of IDF (inverse document frequency) to incorporate the term frequency over the collection of texts and proved to be superior to the other methods.

Abstract

This paper proposes a new term weighting method called weighted inverse document frequency (WIDF). As its name indicates, WIDF is an extension of IDF (inverse document frequency) to incorporate the term frequency over the collection of texts. WIDF of a term in a text is given by dividing the frequency of the term in the text by the sum of the frequency of the term over the collection of texts. WIDF is applied to the text categorization task and proved to be superior to the other methods. The improvement of accuracy on IDF is 7.4% at the maximum.

Keywords

Computer Science