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.
- Host: GitHub
- URL: https://github.com/kdchang/python-jieba-chart
- Owner: kdchang
- License: mit
- Created: 2016-11-10T13:19:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-16T03:01:52.000Z (over 8 years ago)
- Last Synced: 2025-04-23T22:48:45.108Z (2 months ago)
- Language: HTML
- Homepage: https://jeibachart.herokuapp.com/
- Size: 821 KB
- Stars: 16
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JeibaChart
An online Chinese text segmentation visualization tool based on Python / Flask / [Jieba](https://github.com/fxsjy/jieba).
## 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/)