b648ab70d2 | ||
---|---|---|
thesis | ||
.gitignore | ||
BagOfWords.py | ||
CosineSimilarity.py | ||
CsvHandler.py | ||
DecisionTree.py | ||
FilterKeywords.py | ||
NER.py | ||
NaiveBayes.py | ||
NaiveBayes_simple.py | ||
README.md | ||
Requester.py | ||
SVM.py | ||
classification_labelled_corrected.csv |
README.md
Anne's Bachelor Thesis
My python classes for text mining, machine learning models, …
Requirements
pandas==0.20.1
nltk==3.2.5
webhoseio==0.5
numpy==1.14.0
graphviz==0.9
scikit_learn==0.19.2
Installation under Windows
pip install XY
Installation under UBUNTU
apt-get install XX