Skip to content
This repository was archived by the owner on Jan 26, 2021. It is now read-only.

Minor grammar fixes #76

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ For documents, please view our website [http://www.dmtk.io](http://www.dmtk.io).

The highlight features of LightLDA are

* **Scalable**: LightLDA can train models with trillions of parameters on big data with billions of documents, a scale previous implementations cann't handle.
* **Scalable**: LightLDA can train models with trillions of parameters on big data with billions of documents, a scale previous implementations can't handle.
* **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.
* **Lightweight**: Such large tasks can be completed with as few as tens of machines.

## Quick Start

Expand Down