This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
nlp:topical-guide [2015/04/21 16:20] ryancha |
nlp:topical-guide [2015/04/23 14:33] (current) ryancha |
||
---|---|---|---|
Line 2: | Line 2: | ||
<html><div style="float:right; border: 1px solid black; padding: 5px; display:table; clear:right; width: 241px; background-color: #F9F9F9; margin: 5px;"> | <html><div style="float:right; border: 1px solid black; padding: 5px; display:table; clear:right; width: 241px; background-color: #F9F9F9; margin: 5px;"> | ||
== Demo == | == Demo == | ||
- | Explore the [http://tg.byu.edu/datasets/debates2012/analyses/lda10topics 2011-2012 Republican Presidential Candidate Debates] using the Topical Guide. | + | Explore the </html>[http://tg.byu.edu/datasets/debates2012/analyses/lda10topics 2011-2012| Republican Presidential Candidate Debates] using the Topical Guide. |
- | </div> | + | <html></div></html><html> |
<div style="float:right; border: 1px solid black; padding: 5px; display:table; clear:right; width: 241px; background-color: #F9F9F9; margin: 5px;"> | <div style="float:right; border: 1px solid black; padding: 5px; display:table; clear:right; width: 241px; background-color: #F9F9F9; margin: 5px;"> | ||
Line 11: | Line 11: | ||
<code>git clone https://github.com/BYU-NLP-Lab/topicalguide.git</code> | <code>git clone https://github.com/BYU-NLP-Lab/topicalguide.git</code> | ||
- | Please see [[Getting Started with the Topical Guide|Getting Started]] for information on how to use the code. | + | Please see </html>[[Getting Started with the Topical Guide|Getting Started]] for information on how to use the code. |
- | </div></html> | + | <html></div></html> |
The Topical Guide is a web application that facilitates the discovery of topical patterns and trends in large document collections. The Topical Guide relies on probabilistic topic models, such as LDA, to reveal the semantic content in such large corpora. Many individualized visualizations of topic models have been reported in the literature, showing the potential of topic models to give valuable insight into a corpus. However, good, general, interactive tools for browsing the entire output of a topic model along with the analyzed corpus have been lacking. The Topical Guide is an interactive tool that incorporates both prior work in displaying topic models as well as some novel ideas that greatly enhance the visualization of data analyzed by these models for the sake of discovery of trends. | The Topical Guide is a web application that facilitates the discovery of topical patterns and trends in large document collections. The Topical Guide relies on probabilistic topic models, such as LDA, to reveal the semantic content in such large corpora. Many individualized visualizations of topic models have been reported in the literature, showing the potential of topic models to give valuable insight into a corpus. However, good, general, interactive tools for browsing the entire output of a topic model along with the analyzed corpus have been lacking. The Topical Guide is an interactive tool that incorporates both prior work in displaying topic models as well as some novel ideas that greatly enhance the visualization of data analyzed by these models for the sake of discovery of trends. | ||
Line 28: | Line 28: | ||
== Documentation == | == Documentation == | ||
- | |||
- | [[Topical Guide Documentation|Documentation]] | ||
For information about many aspects of the Topical Guide, including how to import data into it, how to run the server locally, how to use the browser once it is running, and how to add new features, visit our [[Topical Guide Documentation|documentation]] page. | For information about many aspects of the Topical Guide, including how to import data into it, how to run the server locally, how to use the browser once it is running, and how to add new features, visit our [[Topical Guide Documentation|documentation]] page. |