DARIAH-DE / TopicsExplorer

Explore your own text collection with a topic model – without prior knowledge.
https://dariah-de.github.io/TopicsExplorer
Apache License 2.0
62 stars 10 forks source link

How important is a topic within the corpus? #56

Closed severinsimmler closed 5 years ago

severinsimmler commented 6 years ago

Weights multiplied with word frequencies

severinsimmler commented 6 years ago

Normalize with text length

thvitt commented 6 years ago

This information is available in mallet’s

--diagnostics-file FILENAME
  The filename in which to write measures of topic quality, in XML format.  By default this is null, indicating that no file will be written.
  Default is null
severinsimmler commented 6 years ago

See also #64.

severinsimmler commented 5 years ago

Fixed in https://github.com/DARIAH-DE/TopicsExplorer/pull/79.