Skip to content

Lexical feature selection #
Find similar titles

Natural Language Processing

The main question is this: how can we identify terms that are overrepresented in a given set of document?

Methods #

Log odds ratio informative Dirichlet prior #

When you want to contrast two corpora (e.g. Democrats vs. Republican). Needs a (big) background corpus. Seems to work really well in many cases.

An interesting application to restaurant menus: [http://uncommonculture.org/ojs/index.php/fm/article/view/4944/3863](Narrative framing of consumer sentiment in online restaurant reviews)

code: https://gist.github.com/yy/a2fff314073c4806fd5b

tf-idf #

Pointwise mutual information #

Incoming Links #

Related Articles #

Suggested Pages #

0.0.1_20140628_0