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.
- Host: GitHub
- URL: https://github.com/doches/ldacats
- Owner: doches
- License: mit
- Created: 2010-12-02T15:17:34.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2010-12-02T17:10:59.000Z (over 15 years ago)
- Last Synced: 2025-02-09T00:17:47.423Z (over 1 year ago)
- Language: Ruby
- Size: 93.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.mdown
- License: LICENSE
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