text mining - Ranking keywords in a doc -


i have requirement of ranking keywords in document. have 1 document, dont know how tf-idf help. rank keywords based on proximity , relevance document, know if use term vector this, , if yes how?

thanks

in general, obtain "proximity" between several document using terms or terms using several documents, use latent semantic space --- latent semantic analysis here.

however given have 1 document, cannot that, because have no reference. it's trying find how many standard deviations away mean value of interest located, have single number. 1 way solve this, obtain new data, if topics of document isn't obscure try scraping information off internet.

if isn't looking for, perhaps may explain problem more desired outcome rather method think may applicable here.

cheers


Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -