An open API service indexing awesome lists of open source software.

https://github.com/kdchang/python-jieba-chart

An online Chinese text segmentation visualization tool based Python/Flask/Jieba.
https://github.com/kdchang/python-jieba-chart

Last synced: 2 months ago
JSON representation

An online Chinese text segmentation visualization tool based Python/Flask/Jieba.

Awesome Lists containing this project

README

        

# JeibaChart
An online Chinese text segmentation visualization tool based on Python / Flask / [Jieba](https://github.com/fxsjy/jieba).

![JeibaChart](demo-1.png)
![JeibaChart](demo-2.png)

## Usage

```
$ git clone https://github.com/kdchang/python-jieba-chart.git
```

```
$ cd python-jieba-chart
```

Setup virtualenv(Python3)

```
$ virtualenv -p python3 python-jieba-chart-venv
```

```
$ source/python-jieba-chart-venv/bin/activate
```

```
$ pip install requirements.txt
```

```
$ npm install && bower install
```

```
$ npm start
```

# License
MIT

# Documents
1. [Official Website](https://virtualenv.pypa.io/en/stable/)