Skip to content

sweslo17/chinese_sentiment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chinese_sentiment


中文情緒分析

  • 使用jieba斷詞
  • 使用Naive Bayes分類器(目前)
  • 支援正負情緒分類
  • 支援使用者自訂字典

安裝說明


git clone https://github.com/sweslo17/chinese_sentiment.git
pip install -r requirements.txt

使用說明


  • Training
    • 將正/負訓練資料放置data資料夾下
     	cd examples
     	python training_example.py
    
  • Testing *
     	cd examples
     	python testing_example.py
    
    • 回傳結果為{'pos':value,'neg':value}之結構

About

中文情緒分析

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages