maxazure / IT819

The work for IT819

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IT819

The work for IT819

Experiment progress report: Project address: https://github.com/maxazure/IT819 The current experiment code is divided into the following parts:

  1. Captured data a) In the folder /datasets/

  2. Data after cleaning (delete stop words) /remove emoji, remove urls, remove space, ',', '@', etc. only keep the chars with A-Z./

  3. Training data a) In the folder /datasets/training_data

  4. Use classifiers for sentiment analysis a) K-NN (/code/KNN) b) Naïve Bayes(/code/naïve-bayes)

  5. Output results a) In the folder /code/result/

实验结果摘要: 项目地址:https://github.com/maxazure/IT819 实验代码共分为以下部分:

  1. 抓取数据 a) 在文件夹 /datasets/
  2. 清洗数据(删除停止词)
  3. 训练数据 a) 在文件夹 /datasets/training_data
  4. 使用分类器进行情绪分析 a) K-NN (/code/KNN) b) Naïve Bayes(/code/naïve-bayes)
  5. 输出结果 a) 在文件夹 /code/result/

About

The work for IT819


Languages

Language:Jupyter Notebook 99.0%Language:Batchfile 0.5%Language:Python 0.5%