https://github.com/enhuiz/text-classification-with-bp-network
https://github.com/enhuiz/text-classification-with-bp-network
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/enhuiz/text-classification-with-bp-network
- Owner: enhuiz
- Created: 2016-07-31T02:21:35.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-20T14:50:36.000Z (about 8 years ago)
- Last Synced: 2025-01-07T18:28:48.486Z (5 months ago)
- Language: Python
- Size: 9.17 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About the result
a.txt b.txt c.txt is the running result of the classfication
# How to run the program
### 1. configure
please first install the python pacakges: numpy, jieba, nltk
### 2. run
```
$python main.py data/a
```
or
```
$python main.py data/b
```
or
```
$python mainzh.py data/c
```after you first run the program, the file data will be saved into the folder tmp
next time you can just run
```
$python main.py
```
it will fetch the data loaded last time