Text:Process Documents
raulnaxo
New Altair Community Member
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 ???
Tagged:
0
Answers
-
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
0