Skip to content
This repository was archived by the owner on Jan 26, 2021. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,17 @@ The highlight features of LightLDA are
* **Fast**: The sampler can sample millions of tokens per second per multi-core node.
* **Lightweight**: Such big tasks can be trained with as few as tens of machines.

## Requirements

You need to have a functional build environment in order to proceed with building lightlda. On debian this is as simple as running

``` $ sudo apt-get install build-essential libzmq3-dev```

## Quick Start

Run ``` $ sh build.sh ``` to build lightlda.
Run ``` $ sh example/nytimes.sh ``` for a simple example.


## Reference

Please cite LightLDA if it helps in your research:
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# build lightlda

git clone -b multiverso-initial git@github.com:Microsoft/multiverso.git
git clone -b multiverso-initial https://github.com/Microsoft/multiverso.git

cd multiverso
cd third_party
Expand Down