The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

Text:Process Documents

raulnaxoraulnaxo Member Posts: 1 Learner III
I'm working with a word processor but I have a question, what is the difference between Term Frequency and  Term Occurrences in vector creation ???

Answers

  • kashif_khankashif_khan Member Posts: 19 Contributor II
    Term occurrences are binary for e.g. 1 if term is present in document and 0 if terms is not present in document. When text documents are converted in Vector space model term occurrences will enter binary entries for any documents depending on term presence in document.

    Term Frequency are number of time term occurred in document for e.g If term occurs in any document 10 times it will put 10 in vector of that document for that particular word

Sign In or Register to comment.