Commit 3faa5bee authored by StudentCWZ's avatar StudentCWZ

modify README.md

parent c2d95f40
# Project of Data Classification # Project of Data Classification
## Introduction of project ## Introduction of project
1. This project mainly uses regular expressions to classify voice data This project mainly uses regular expressions to classify voice data
## Overview of Module ## Overview of Module
- Environment Configuration Module - Environment Configuration Module
1. `requirement.txt` # The environment introduction of python ```
requirement.txt # The environment introduction of python
```
- Configuration Module - Configuration Module
1. `sql.conf` # The configuration file of mysql ```
sql.conf # The configuration file of mysql
```
- MySQL of Module - MySQL of Module
1. `conn_sql.py` # The module of connecting mysql ```
conn_sql.py # The module of connecting mysql
```
- GetTime Module - GetTime Module
1. `get_time.py` # The module of getting a certain period of time ```
get_time.py # The module of getting a certain period of time
```
- DataFrame Module - DataFrame Module
1. `data_deal.py` # The module of dealing DataFrame ```
data_deal.py # The module of dealing DataFrame
```
- DataDeduplication Module - DataDeduplication Module
1. `duplicate_check.py` # The module of DataDeduplication ```
duplicate_check.py # The module of DataDeduplication
```
- The Module of Data Classification - The Module of Data Classification
1. `airconditioner_check.py` # The module of airconditioner classification ```
2. `ancient_poem_check.py` # The module of ancient-poem classification 1. airconditioner_check.py # The module of airconditioner classification
3. `chat_check.py` # The module of chat classification 2. ancient_poem_check.py # The module of ancient-poem classification
4. `fm_check.py` # The module of fm classification 3. chat_check.py # The module of chat classification
5. `global_control_check.py` # The module of global-control classification 4. fm_check.py # The module of fm classification
6. `holiday_check.py` # The module of holiday classification 5. global_control_check.py # The module of global-control classification
7. `music_check.py` # The module of music classification 6. holiday_check.py # The module of holiday classification
8. `news_check.py` # The module of news classification 7. music_check.py # The module of music classification
9. `play_control_check.py` # The module of play-control classification 8. news_check.py # The module of news classification
10. `science_check.py` # The module of science classification 9. play_control_check.py # The module of play-control classification
11. `sports_check.py` # The module of sports classification 10. science_check.py # The module of science classification
12. `stocks_check.py` # The module of stocks classification 11. sports_check.py # The module of sports classification
13. `translate_check.py` # The module of translate classification 12. stocks_check.py # The module of stocks classification
14. `universal_control_check.py` # The module of universal-control classification 13. translate_check.py # The module of translate classification
15. `weather_check.py` # The module of weather classification 14. universal_control_check.py # The module of universal-control classification
\ No newline at end of file 15. weather_check.py # The module of weather classification
```
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment