An open API service indexing awesome lists of open source software.

https://github.com/doches/ldacats

A one-off tool for extracting categories from GibbsLDA++ output.
https://github.com/doches/ldacats

Last synced: over 1 year ago
JSON representation

A one-off tool for extracting categories from GibbsLDA++ output.

Awesome Lists containing this project

README

          

# ldacats
A tool for converting the output of [GibbsLDA++](http://gibbslda.sourceforge.net) into
YAMLized, [clusterval](http://github.com/doches/clusterval)-friendly categories.

This is basically a one-off tool I need for my research, so you're probably not interested in it. But by all means, keep reading...

## Usage

`ldacats` takes the path to GibbsLDA++ output, reads `model-final.*`, and prints a YAMLized category list to STDOUT.

ldacats [OPTIONS] path/to/gibbslda/output

### Options

+ -t

Loads a list of target words from `./target_words`

+ -m