Skip to content

Commit c5b8324

Browse files
committed
fix eng
1 parent 468be77 commit c5b8324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ best_model = experiment.select(perplexity_criterion)
248248

249249
### View the results
250250

251-
Browsing the model is easy: create a viewer and call its `view()` method (or `view_from_jupyter()` — it is more preferable to use it if working in Jupyter Notebook):
251+
Browsing the model is easy: create a viewer and call its `view()` method (or `view_from_jupyter()` — it is advised to use it if working in Jupyter Notebook):
252252

253253
```python
254254
from topicnet.viewers import TopTokensViewer

0 commit comments

Comments
 (0)