Skip to content

Commit f3de0e4

Browse files
Update README.md
1 parent 8747342 commit f3de0e4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ This repo is intended to be used by people that want to explore BigARTM function
1212
---
1313
## How to install TopicNet
1414
**Core library functionality is based on BigARTM library** which requires manual installation.
15-
To avoid that you can use a [docker images](https://hub.docker.com/r/xtonev/bigartm/tags) with preinstalled topicnet libraries in them.
15+
To avoid that you can use [docker images](https://hub.docker.com/r/xtonev/bigartm/tags) with preinstalled BigARTM library in them.
16+
1617
Alternatively, you can follow [BigARTM installation manual](https://bigartm.readthedocs.io/en/stable/installation/index.html)
1718
After setting up the environment you can fork this repository or use ```pip install topicnet``` to install the library.
1819

@@ -32,7 +33,7 @@ artm.version()
3233
## How to use TopicNet
3334
Let's say you have a handful of raw text mined from some source and you want to perform some topic modelling on them. Where should you start?
3435
### Data Preparation
35-
As always before training data needs to be preprocessed. TopicNet does not perform data preprocessing itself. Instead, it demands data being prepared by the user and loaded via [Dataset (no link yet)]() class.
36+
Every ML problem starts with data preprocess step. TopicNet does not perform data preprocessing itself. Instead, it demands data being prepared by the user and loaded via [Dataset (no link yet)]() class.
3637
Here is a basic example of how one can achieve that:
3738
```
3839
import nltk

0 commit comments

Comments
 (0)