|
1 |
| -# TopicNet |
2 |
| -[](https://pypi.org/project/topicnet/) |
3 |
| -[](https://www.python.org/downloads/release/python-360/) |
4 |
| -[](https://travis-ci.com/machine-intelligence-laboratory/TopicNet) |
5 |
| -[](https://codecov.io/gh/machine-intelligence-laboratory/TopicNet) |
6 |
| -[](https://github.com/machine-intelligence-laboratory/TopicNet/pulls) |
7 |
| -[](https://github.com/machine-intelligence-laboratory/TopicNet/issues) |
8 |
| -[](https://github.com/machine-intelligence-laboratory/TopicNet/blob/master/LICENSE.txt) |
| 1 | +<h1 align="center">TopicNet: A Python NLP Library for Many Human Languages</h2> |
| 2 | + |
| 3 | +<div align="center"> |
| 4 | + <a href="https://pypi.org/project/topicnet"> |
| 5 | + <img alt="PyPI Version" src="https://img.shields.io/pypi/v/topicnet?color=blue"> |
| 6 | + </a> |
| 7 | + <a href="https://www.python.org/downloads/release/python-360/"> |
| 8 | + <img alt="Python Version" src="https://img.shields.io/pypi/pyversions/TopicNet"> |
| 9 | + </a> |
| 10 | + <a href="https://travis-ci.com/machine-intelligence-laboratory/TopicNet"> |
| 11 | + <img alt="Travis Build Status" src="https://travis-ci.com/machine-intelligence-laboratory/TopicNet.svg?branch=master"> |
| 12 | + </a> |
| 13 | + <a href="https://codecov.io/gh/machine-intelligence-laboratory/TopicNet"> |
| 14 | + <img alt="Code Coverage" src="https://codecov.io/gh/machine-intelligence-laboratory/TopicNet/branch/master/graph/badge.svg"> |
| 15 | + </a> |
| 16 | + <a href="https://github.com/machine-intelligence-laboratory/TopicNet/blob/master/LICENSE.txt"> |
| 17 | + <img alt="License" src="https://img.shields.io/pypi/l/TopicNet?color=Black"> |
| 18 | + </a> |
| 19 | + <a href="https://github.com/machine-intelligence-laboratory/TopicNet/commits/master"> |
| 20 | + <img alt="GitHub last commit" src="https://img.shields.io/github/last-commit/machine-intelligence-laboratory/TopicNet"> |
| 21 | + </a> |
| 22 | +</div> |
9 | 23 |
|
10 | 24 |
|
11 | 25 | ### What is TopicNet?
|
@@ -37,10 +51,6 @@ Consider using TopicNet if:
|
37 | 51 | </p>
|
38 | 52 |
|
39 | 53 |
|
40 |
| -[](https://github.com/machine-intelligence-laboratory/TopicNet/graphs/contributors) |
41 |
| -[](https://github.com/machine-intelligence-laboratory/TopicNet/commits/master) |
42 |
| - |
43 |
| - |
44 | 54 | ### How to start?
|
45 | 55 |
|
46 | 56 | Define `TopicModel` from an ARTM model at hand or with help from `model_constructor` module, where you can set models main parameters. Then create an `Experiment`, assigning a root position to this model and path to store your experiment. Further, you can define a set of training stages by the functionality provided by the `cooking_machine.cubes` module.
|
|
0 commit comments