Skip to content
This repository has been archived by the owner on Jan 16, 2025. It is now read-only.

New Formula for GibbsLDA++ #7164

Closed
wants to merge 3 commits into from
Closed

New Formula for GibbsLDA++ #7164

wants to merge 3 commits into from

Conversation

chrislo
Copy link
Contributor

@chrislo chrislo commented Aug 23, 2011

A formula for GibbsLDA++ (A C/C++ Implementation of Latent Dirichlet Allocation (LDA) using Gibbs Sampling for Parameter Estimation and Inference). http://gibbslda.sourceforge.net/

A formula for GibbsLDA++ (A C/C++ Implementation of Latent Dirichlet Allocation (LDA) using Gibbs Sampling for Parameter Estimation and Inference). http://gibbslda.sourceforge.net/
@chrislo
Copy link
Contributor Author

chrislo commented Sep 25, 2011

Hey guys, do I need to provide anything else to get this pull request merged in?

require 'formula'

class GibbsLda < Formula
url 'http://downloads.sourceforge.net/project/gibbslda/GibbsLDA%2B%2B/0.2/GibbsLDA%2B%2B-0.2.tar.gz?r=&ts=1314109304&use_mirror=ignum'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't use the "use_mirror" part of Sourceforge URLs, that way we can let it detect the best mirror on its own.

@chrislo
Copy link
Contributor Author

chrislo commented Sep 25, 2011

Good point, thanks! Fixed in the last commit.

@chrislo
Copy link
Contributor Author

chrislo commented Oct 26, 2011

Do you need anything else, other than the above commit? Please let me know and I'll help if I can.

@jacknagel
Copy link
Contributor

Looks good, though I do wonder about the formula name: should it be gibbslda++ rather than gibbs-lda? How is it usually referred to? The website consistently calls it "gibbslda++".

@chrislo
Copy link
Contributor Author

chrislo commented Oct 27, 2011

Good point Jack. I've gone with "gibbslda" as I wasn't sure how/if to use plusses in the formula/file name. I'm happy to change it to "gibbslda++" though if you know how to do that.

@adamv adamv closed this in 66cfa7f Feb 20, 2012
Sharpie pushed a commit to Sharpie/homebrew that referenced this pull request Sep 12, 2012
A formula for GibbsLDA++ (A C/C++ Implementation of Latent Dirichlet Allocation (LDA) using Gibbs Sampling for Parameter Estimation and Inference). http://gibbslda.sourceforge.net/

Closes Homebrew#7164.

Signed-off-by: Adam Vandenberg <[email protected]>
snakeyroc3 pushed a commit to snakeyroc3/homebrew that referenced this pull request Dec 17, 2012
A formula for GibbsLDA++ (A C/C++ Implementation of Latent Dirichlet Allocation (LDA) using Gibbs Sampling for Parameter Estimation and Inference). http://gibbslda.sourceforge.net/

Closes Homebrew#7164.

Signed-off-by: Adam Vandenberg <[email protected]>
@Homebrew Homebrew locked and limited conversation to collaborators Feb 16, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants